@@ -580,9 +580,10 @@ class AnalyticsClient(
580
580
* @param endDate
581
581
* End date of the period to analyze, in `YYYY-MM-DD` format.
582
582
* @param limit
583
- * Number of items to return.
583
+ * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
584
584
* @param offset
585
- * Position of the first item to return.
585
+ * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
586
+ * retrieved.
586
587
* @param tags
587
588
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
588
589
* URL-encoded. For more information, see [Segment your analytics
@@ -625,9 +626,10 @@ class AnalyticsClient(
625
626
* @param endDate
626
627
* End date of the period to analyze, in `YYYY-MM-DD` format.
627
628
* @param limit
628
- * Number of items to return.
629
+ * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
629
630
* @param offset
630
- * Position of the first item to return.
631
+ * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
632
+ * retrieved.
631
633
* @param tags
632
634
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
633
635
* URL-encoded. For more information, see [Segment your analytics
@@ -693,9 +695,10 @@ class AnalyticsClient(
693
695
* @param endDate
694
696
* End date of the period to analyze, in `YYYY-MM-DD` format.
695
697
* @param limit
696
- * Number of items to return.
698
+ * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
697
699
* @param offset
698
- * Position of the first item to return.
700
+ * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
701
+ * retrieved.
699
702
* @param tags
700
703
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
701
704
* URL-encoded. For more information, see [Segment your analytics
@@ -741,9 +744,10 @@ class AnalyticsClient(
741
744
* @param endDate
742
745
* End date of the period to analyze, in `YYYY-MM-DD` format.
743
746
* @param limit
744
- * Number of items to return.
747
+ * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
745
748
* @param offset
746
- * Position of the first item to return.
749
+ * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
750
+ * retrieved.
747
751
* @param tags
748
752
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
749
753
* URL-encoded. For more information, see [Segment your analytics
@@ -793,9 +797,10 @@ class AnalyticsClient(
793
797
* @param endDate
794
798
* End date of the period to analyze, in `YYYY-MM-DD` format.
795
799
* @param limit
796
- * Number of items to return.
800
+ * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
797
801
* @param offset
798
- * Position of the first item to return.
802
+ * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
803
+ * retrieved.
799
804
* @param tags
800
805
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
801
806
* URL-encoded. For more information, see [Segment your analytics
@@ -846,9 +851,10 @@ class AnalyticsClient(
846
851
* @param endDate
847
852
* End date of the period to analyze, in `YYYY-MM-DD` format.
848
853
* @param limit
849
- * Number of items to return.
854
+ * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
850
855
* @param offset
851
- * Position of the first item to return.
856
+ * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
857
+ * retrieved.
852
858
* @param tags
853
859
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
854
860
* URL-encoded. For more information, see [Segment your analytics
@@ -900,9 +906,10 @@ class AnalyticsClient(
900
906
* @param endDate
901
907
* End date of the period to analyze, in `YYYY-MM-DD` format.
902
908
* @param limit
903
- * Number of items to return.
909
+ * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
904
910
* @param offset
905
- * Position of the first item to return.
911
+ * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
912
+ * retrieved.
906
913
* @param tags
907
914
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
908
915
* URL-encoded. For more information, see [Segment your analytics
@@ -961,9 +968,10 @@ class AnalyticsClient(
961
968
* @param direction
962
969
* Sorting direction of the results: ascending or descending.
963
970
* @param limit
964
- * Number of items to return.
971
+ * Number of items to return. Combined with the `offset` parameter, only the first 1000 items can be retrieved.
965
972
* @param offset
966
- * Position of the first item to return.
973
+ * Position of the first item to return. Combined with the `limit` parameter, only the first 1000 items can be
974
+ * retrieved.
967
975
* @param tags
968
976
* Tags by which to segment the analytics. You can combine multiple tags with `OR` and `AND`. Tags must be
969
977
* URL-encoded. For more information, see [Segment your analytics
0 commit comments