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: lib/Api/AnalyticsClient.php
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -744,8 +744,8 @@ public function getSearchesCount($index, $startDate = null, $endDate = null, $ta
744
744
* @param string $index Index name. (required)
745
745
* @param string $startDate Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
746
746
* @param string $endDate End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
747
-
* @param int $limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (optional, default to 10)
748
-
* @param int $offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (optional, default to 0)
747
+
* @param int $limit Number of items to return. (optional, default to 10)
748
+
* @param int $offset Position of the first item to return. (optional, default to 0)
749
749
* @param string $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/). (optional)
750
750
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
751
751
*
@@ -801,8 +801,8 @@ public function getSearchesNoClicks($index, $startDate = null, $endDate = null,
801
801
* @param string $index Index name. (required)
802
802
* @param string $startDate Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
803
803
* @param string $endDate End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
804
-
* @param int $limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (optional, default to 10)
805
-
* @param int $offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (optional, default to 0)
804
+
* @param int $limit Number of items to return. (optional, default to 10)
805
+
* @param int $offset Position of the first item to return. (optional, default to 0)
806
806
* @param string $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/). (optional)
807
807
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
808
808
*
@@ -890,8 +890,8 @@ public function getStatus($index, $requestOptions = [])
890
890
* @param string $index Index name. (required)
891
891
* @param string $startDate Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
892
892
* @param string $endDate End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
893
-
* @param int $limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (optional, default to 10)
894
-
* @param int $offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (optional, default to 0)
893
+
* @param int $limit Number of items to return. (optional, default to 10)
894
+
* @param int $offset Position of the first item to return. (optional, default to 0)
895
895
* @param string $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/). (optional)
896
896
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
897
897
*
@@ -948,8 +948,8 @@ public function getTopCountries($index, $startDate = null, $endDate = null, $lim
948
948
* @param string $search Search query. (optional)
949
949
* @param string $startDate Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
950
950
* @param string $endDate End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
951
-
* @param int $limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (optional, default to 10)
952
-
* @param int $offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (optional, default to 0)
951
+
* @param int $limit Number of items to return. (optional, default to 10)
952
+
* @param int $offset Position of the first item to return. (optional, default to 0)
953
953
* @param string $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/). (optional)
954
954
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
955
955
*
@@ -1011,8 +1011,8 @@ public function getTopFilterAttributes($index, $search = null, $startDate = null
1011
1011
* @param string $search Search query. (optional)
1012
1012
* @param string $startDate Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1013
1013
* @param string $endDate End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1014
-
* @param int $limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (optional, default to 10)
1015
-
* @param int $offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (optional, default to 0)
1014
+
* @param int $limit Number of items to return. (optional, default to 10)
1015
+
* @param int $offset Position of the first item to return. (optional, default to 0)
1016
1016
* @param string $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/). (optional)
1017
1017
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
1018
1018
*
@@ -1088,8 +1088,8 @@ public function getTopFilterForAttribute($attribute, $index, $search = null, $st
1088
1088
* @param string $search Search query. (optional)
1089
1089
* @param string $startDate Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1090
1090
* @param string $endDate End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1091
-
* @param int $limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (optional, default to 10)
1092
-
* @param int $offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (optional, default to 0)
1091
+
* @param int $limit Number of items to return. (optional, default to 10)
1092
+
* @param int $offset Position of the first item to return. (optional, default to 0)
1093
1093
* @param string $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/). (optional)
1094
1094
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
1095
1095
*
@@ -1152,8 +1152,8 @@ public function getTopFiltersNoResults($index, $search = null, $startDate = null
1152
1152
* @param bool $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. (optional, default to false)
1153
1153
* @param string $startDate Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1154
1154
* @param string $endDate End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1155
-
* @param int $limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (optional, default to 10)
1156
-
* @param int $offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (optional, default to 0)
1155
+
* @param int $limit Number of items to return. (optional, default to 10)
1156
+
* @param int $offset Position of the first item to return. (optional, default to 0)
1157
1157
* @param string $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/). (optional)
1158
1158
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
1159
1159
*
@@ -1225,8 +1225,8 @@ public function getTopHits($index, $search = null, $clickAnalytics = null, $reve
1225
1225
* @param string $endDate End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1226
1226
* @param array $orderBy Attribute by which to order the response items. If the `clickAnalytics` parameter is false, only `searchCount` is available. (optional)
1227
1227
* @param array $direction Sorting direction of the results: ascending or descending. (optional)
1228
-
* @param int $limit Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved. (optional, default to 10)
1229
-
* @param int $offset Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be retrieved. (optional, default to 0)
1228
+
* @param int $limit Number of items to return. (optional, default to 10)
1229
+
* @param int $offset Position of the first item to return. (optional, default to 0)
1230
1230
* @param string $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/). (optional)
1231
1231
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
0 commit comments