You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/analytics/paths/click/getPurchaseRate.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ get:
8
8
description: |
9
9
Retrieves the purchase rate for all your searches with at least one purchase event, including a daily breakdown.
10
10
11
-
By default, the analyzed period includes the last eight days including the current day.
11
+
By default, the analyzed period includes the last eight days, including the current day.
12
12
13
-
The rate is the number of purchase conversion events divided by the number of tracked searches.
13
+
The rate is purchase conversion events divided by tracked searches.
14
14
A search is tracked if it returns a query ID (`clickAnalytics` is `true`).
15
-
This differs from the response's `count`, which shows the overall number of searches, including those where `clickAnalytics` is `false`.
15
+
This differs from the response's `count`, which includes searches where `clickAnalytics` is `false`.
16
16
17
17
**There's a difference between a 0 and null purchase rate when `clickAnalytics` is enabled:**
18
18
19
-
- **Null** means there were no queries: since Algolia didn't receive any events, the purchase rate is null.
20
-
- **0** mean there _were_ queries but no [purchase conversion events](https://www.algolia.com/doc/guides/sending-events/getting-started) were received.
19
+
- **Null** means there were no queries. Algolia didn't receive any events, so the purchase rate is null.
20
+
- **0** means there were queries but no [purchase conversion events](https://www.algolia.com/doc/guides/sending-events/getting-started) were received.
Copy file name to clipboardExpand all lines: specs/analytics/paths/search/getTopHits.yml
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,11 @@ get:
9
9
description: |
10
10
Retrieves the object IDs of the 1,000 most frequent search results.
11
11
12
-
If you set the `clickAnalytics` query parameter to true, the response also includes:
12
+
If you set the `clickAnalytics` query parameter to `true`, the response also includes:
13
13
14
-
- Tracked searches count. Tracked searches are Search API requests with the `clickAnalytics` parameter set to `true`. This differs from the response's `count`, which shows the overall number of searches, including those where `clickAnalytics` is `false`.
14
+
- Tracked searches count.
15
+
Tracked searches are Search API requests with `clickAnalytics` set to `true`.
16
+
This differs from the response's `count`, which includes searches where `clickAnalytics` is `false`.
15
17
- Click count
16
18
- Click-through rate (CTR)
17
19
- Conversion count
@@ -28,8 +30,8 @@ get:
28
30
29
31
**There's a difference between 0% rates and null rates:**
30
32
31
-
- **Null** means there were no queries: since Algolia didn't receive any events, the rates (CTR, CR, ATCR, purchase rate) are null.
32
-
- **0% rates** mean there _were_ queries but no [click or conversion events](https://www.algolia.com/doc/guides/sending-events/getting-started) were received.
33
+
- **Null** means there were no queries. Algolia didn't receive any events, so rates are null.
34
+
- **0% rates** mean there were queries but no [click or conversion events](https://www.algolia.com/doc/guides/sending-events/getting-started) were received.
Copy file name to clipboardExpand all lines: specs/analytics/paths/search/getTopSearches.yml
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,11 @@ get:
9
9
description: |
10
10
Returns the most popular searches. For each search, it also includes the average number of hits.
11
11
12
-
If you set the `clickAnalytics` query parameter to `true`, the response also includes
12
+
If you set the `clickAnalytics` query parameter to `true`, the response also includes:
13
13
14
-
- Tracked searches count. Tracked searches are Search API requests with the `clickAnalytics` parameter set to `true`. This differs from the response's `count`, which shows the overall number of searches, including those where `clickAnalytics` is `false`.
14
+
- Tracked searches count
15
+
Tracked searches are Search API requests with `clickAnalytics` set to `true`.
16
+
This differs from the response's `count`, which includes searches where `clickAnalytics` is `false`.
15
17
- Click count
16
18
- Click-through rate (CTR)
17
19
- Conversion count
@@ -28,8 +30,8 @@ get:
28
30
29
31
**There's a difference between 0% rates and null rates:**
30
32
31
-
- **Null** means there were no queries: since Algolia didn't receive any events, the rates (CTR, CR, ATCR, purchase rate) are null.
32
-
- **0% rates** mean there _were_ queries but no [click or conversion events](https://www.algolia.com/doc/guides/sending-events/getting-started) were received.
33
+
- **Null** means there were no queries. Algolia didn't receive any events, so rates are null.
34
+
- **0% rates** mean there were queries but no [click or conversion events](https://www.algolia.com/doc/guides/sending-events/getting-started) were received.
0 commit comments