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-kotlin/client/src/commonMain/kotlin/com/algolia/client/api/AnalyticsClient.kt
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -414,8 +414,8 @@ public class AnalyticsClient(
414
414
* @param index Index name.
415
415
* @param startDate Start date of the period to analyze, in `YYYY-MM-DD` format.
416
416
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
417
-
* @param limit Number of items to return. (default to 10)
418
-
* @param offset Position of the first item to return. (default to 0)
417
+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
418
+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
419
419
* @param 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/).
* @param startDate Start date of the period to analyze, in `YYYY-MM-DD` format.
449
449
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
450
-
* @param limit Number of items to return. (default to 10)
451
-
* @param offset Position of the first item to return. (default to 0)
450
+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
451
+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
452
452
* @param 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/).
* @param startDate Start date of the period to analyze, in `YYYY-MM-DD` format.
505
505
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
506
-
* @param limit Number of items to return. (default to 10)
507
-
* @param offset Position of the first item to return. (default to 0)
506
+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
507
+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
508
508
* @param 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/).
* @param startDate Start date of the period to analyze, in `YYYY-MM-DD` format.
539
539
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
540
-
* @param limit Number of items to return. (default to 10)
541
-
* @param offset Position of the first item to return. (default to 0)
540
+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
541
+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
542
542
* @param 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/).
* @param startDate Start date of the period to analyze, in `YYYY-MM-DD` format.
575
575
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
576
-
* @param limit Number of items to return. (default to 10)
577
-
* @param offset Position of the first item to return. (default to 0)
576
+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
577
+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
578
578
* @param 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/).
* @param startDate Start date of the period to analyze, in `YYYY-MM-DD` format.
611
611
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
612
-
* @param limit Number of items to return. (default to 10)
613
-
* @param offset Position of the first item to return. (default to 0)
612
+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
613
+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
614
614
* @param 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/).
* @param 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. (default to false)
647
647
* @param startDate Start date of the period to analyze, in `YYYY-MM-DD` format.
648
648
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
649
-
* @param limit Number of items to return. (default to 10)
650
-
* @param offset Position of the first item to return. (default to 0)
649
+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
650
+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
651
651
* @param 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/).
* @param endDate End date of the period to analyze, in `YYYY-MM-DD` format.
687
687
* @param orderBy Attribute by which to order the response items. If the `clickAnalytics` parameter is false, only `searchCount` is available. (default to searchCount)
688
688
* @param direction Sorting direction of the results: ascending or descending. (default to asc)
689
-
* @param limit Number of items to return. (default to 10)
690
-
* @param offset Position of the first item to return. (default to 0)
689
+
* @param limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (default to 10)
690
+
* @param offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (default to 0)
691
691
* @param 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/).
0 commit comments