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