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: clients/algoliasearch-client-javascript/packages/client-analytics/src/analyticsClient.ts
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -770,8 +770,8 @@ export function createAnalyticsClient({
770
770
* @param getSearchesNoClicks.index - Index name.
771
771
* @param getSearchesNoClicks.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
772
772
* @param getSearchesNoClicks.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
773
-
* @param getSearchesNoClicks.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
774
-
* @param getSearchesNoClicks.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
773
+
* @param getSearchesNoClicks.limit - Number of items to return.
774
+
* @param getSearchesNoClicks.offset - Position of the first item to return.
775
775
* @param getSearchesNoClicks.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
776
776
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
777
777
*/
@@ -830,8 +830,8 @@ export function createAnalyticsClient({
830
830
* @param getSearchesNoResults.index - Index name.
831
831
* @param getSearchesNoResults.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
832
832
* @param getSearchesNoResults.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
833
-
* @param getSearchesNoResults.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
834
-
* @param getSearchesNoResults.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
833
+
* @param getSearchesNoResults.limit - Number of items to return.
834
+
* @param getSearchesNoResults.offset - Position of the first item to return.
835
835
* @param getSearchesNoResults.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
836
836
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
837
837
*/
@@ -922,8 +922,8 @@ export function createAnalyticsClient({
922
922
* @param getTopCountries.index - Index name.
923
923
* @param getTopCountries.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
924
924
* @param getTopCountries.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
925
-
* @param getTopCountries.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
926
-
* @param getTopCountries.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
925
+
* @param getTopCountries.limit - Number of items to return.
926
+
* @param getTopCountries.offset - Position of the first item to return.
927
927
* @param getTopCountries.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
928
928
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
929
929
*/
@@ -983,8 +983,8 @@ export function createAnalyticsClient({
* @param getTopFilterAttributes.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
985
985
* @param getTopFilterAttributes.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
986
-
* @param getTopFilterAttributes.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
987
-
* @param getTopFilterAttributes.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
986
+
* @param getTopFilterAttributes.limit - Number of items to return.
987
+
* @param getTopFilterAttributes.offset - Position of the first item to return.
988
988
* @param getTopFilterAttributes.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
989
989
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
990
990
*/
@@ -1049,8 +1049,8 @@ export function createAnalyticsClient({
* @param getTopFilterForAttribute.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1051
1051
* @param getTopFilterForAttribute.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1052
-
* @param getTopFilterForAttribute.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
1053
-
* @param getTopFilterForAttribute.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
1052
+
* @param getTopFilterForAttribute.limit - Number of items to return.
1053
+
* @param getTopFilterForAttribute.offset - Position of the first item to return.
1054
1054
* @param getTopFilterForAttribute.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
1055
1055
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1056
1056
*/
@@ -1118,8 +1118,8 @@ export function createAnalyticsClient({
* @param getTopFiltersNoResults.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1120
1120
* @param getTopFiltersNoResults.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1121
-
* @param getTopFiltersNoResults.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
1122
-
* @param getTopFiltersNoResults.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
1121
+
* @param getTopFiltersNoResults.limit - Number of items to return.
1122
+
* @param getTopFiltersNoResults.offset - Position of the first item to return.
1123
1123
* @param getTopFiltersNoResults.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
1124
1124
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1125
1125
*/
@@ -1185,8 +1185,8 @@ export function createAnalyticsClient({
1185
1185
* @param getTopHits.revenueAnalytics - Whether to include revenue-related metrics in the response. If true, metrics related to click and conversion events are also included in the response.
1186
1186
* @param getTopHits.startDate - Start date of the period to analyze, in `YYYY-MM-DD` format.
1187
1187
* @param getTopHits.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1188
-
* @param getTopHits.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
1189
-
* @param getTopHits.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
1188
+
* @param getTopHits.limit - Number of items to return.
1189
+
* @param getTopHits.offset - Position of the first item to return.
1190
1190
* @param getTopHits.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
1191
1191
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1192
1192
*/
@@ -1261,8 +1261,8 @@ export function createAnalyticsClient({
1261
1261
* @param getTopSearches.endDate - End date of the period to analyze, in `YYYY-MM-DD` format.
1262
1262
* @param getTopSearches.orderBy - Attribute by which to order the response items. If the `clickAnalytics` parameter is false, only `searchCount` is available.
1263
1263
* @param getTopSearches.direction - Sorting direction of the results: ascending or descending.
1264
-
* @param getTopSearches.limit - Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
1265
-
* @param getTopSearches.offset - Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved.
1264
+
* @param getTopSearches.limit - Number of items to return.
1265
+
* @param getTopSearches.offset - Position of the first item to return.
1266
1266
* @param getTopSearches.tags - Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
1267
1267
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
0 commit comments