@@ -67,25 +67,25 @@ def model(
6767 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
6868 ) -> SummaryModelResponse :
6969 """
70- Percentage distribution of unique accounts by model.
70+ Retrieves the distribution of unique accounts by model.
7171
7272 Args:
7373 date_end: End of the date range (inclusive).
7474
75- date_range: For example, use `7d` and `7dControl` to compare this week with the previous
76- week. Use this parameter or set specific start and end dates (`dateStart` and
77- `dateEnd` parameters).
75+ date_range: Filters results by the specified date range. For example, use `7d` and
76+ `7dcontrol` to compare this week with the previous week. Use this parameter or
77+ set specific start and end dates (`dateStart` and `dateEnd` parameters).
7878
79- date_start: Array of datetimes to filter the start of a series .
79+ date_start: Start of the date range .
8080
81- format: Format results are returned in .
81+ format: Format in which results will be returned .
8282
83- limit_per_group: Limit the number of objects (e.g., browsers, verticals, etc.) to the top items
84- within the specified time range. If the limitPerGroup is set , the response will
85- include that number of items, with the remaining items grouped together under an
86- "other" category.
83+ limit_per_group: Limits the number of objects per group to the top items within the specified
84+ time range. If there are more items than the limit , the response will include
85+ the count of items, with any remaining items grouped together under an "other"
86+ category.
8787
88- name: Array of names that will be used to name the series in responses .
88+ name: Array of names used to label the series in the response .
8989
9090 extra_headers: Send extra headers
9191
@@ -135,25 +135,25 @@ def task(
135135 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
136136 ) -> SummaryTaskResponse :
137137 """
138- Percentage distribution of unique accounts by task.
138+ Retrieves the distribution of unique accounts by task.
139139
140140 Args:
141141 date_end: End of the date range (inclusive).
142142
143- date_range: For example, use `7d` and `7dControl` to compare this week with the previous
144- week. Use this parameter or set specific start and end dates (`dateStart` and
145- `dateEnd` parameters).
143+ date_range: Filters results by the specified date range. For example, use `7d` and
144+ `7dcontrol` to compare this week with the previous week. Use this parameter or
145+ set specific start and end dates (`dateStart` and `dateEnd` parameters).
146146
147- date_start: Array of datetimes to filter the start of a series .
147+ date_start: Start of the date range .
148148
149- format: Format results are returned in .
149+ format: Format in which results will be returned .
150150
151- limit_per_group: Limit the number of objects (e.g., browsers, verticals, etc.) to the top items
152- within the specified time range. If the limitPerGroup is set , the response will
153- include that number of items, with the remaining items grouped together under an
154- "other" category.
151+ limit_per_group: Limits the number of objects per group to the top items within the specified
152+ time range. If there are more items than the limit , the response will include
153+ the count of items, with any remaining items grouped together under an "other"
154+ category.
155155
156- name: Array of names that will be used to name the series in responses .
156+ name: Array of names used to label the series in the response .
157157
158158 extra_headers: Send extra headers
159159
@@ -224,25 +224,25 @@ async def model(
224224 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
225225 ) -> SummaryModelResponse :
226226 """
227- Percentage distribution of unique accounts by model.
227+ Retrieves the distribution of unique accounts by model.
228228
229229 Args:
230230 date_end: End of the date range (inclusive).
231231
232- date_range: For example, use `7d` and `7dControl` to compare this week with the previous
233- week. Use this parameter or set specific start and end dates (`dateStart` and
234- `dateEnd` parameters).
232+ date_range: Filters results by the specified date range. For example, use `7d` and
233+ `7dcontrol` to compare this week with the previous week. Use this parameter or
234+ set specific start and end dates (`dateStart` and `dateEnd` parameters).
235235
236- date_start: Array of datetimes to filter the start of a series .
236+ date_start: Start of the date range .
237237
238- format: Format results are returned in .
238+ format: Format in which results will be returned .
239239
240- limit_per_group: Limit the number of objects (e.g., browsers, verticals, etc.) to the top items
241- within the specified time range. If the limitPerGroup is set , the response will
242- include that number of items, with the remaining items grouped together under an
243- "other" category.
240+ limit_per_group: Limits the number of objects per group to the top items within the specified
241+ time range. If there are more items than the limit , the response will include
242+ the count of items, with any remaining items grouped together under an "other"
243+ category.
244244
245- name: Array of names that will be used to name the series in responses .
245+ name: Array of names used to label the series in the response .
246246
247247 extra_headers: Send extra headers
248248
@@ -292,25 +292,25 @@ async def task(
292292 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
293293 ) -> SummaryTaskResponse :
294294 """
295- Percentage distribution of unique accounts by task.
295+ Retrieves the distribution of unique accounts by task.
296296
297297 Args:
298298 date_end: End of the date range (inclusive).
299299
300- date_range: For example, use `7d` and `7dControl` to compare this week with the previous
301- week. Use this parameter or set specific start and end dates (`dateStart` and
302- `dateEnd` parameters).
300+ date_range: Filters results by the specified date range. For example, use `7d` and
301+ `7dcontrol` to compare this week with the previous week. Use this parameter or
302+ set specific start and end dates (`dateStart` and `dateEnd` parameters).
303303
304- date_start: Array of datetimes to filter the start of a series .
304+ date_start: Start of the date range .
305305
306- format: Format results are returned in .
306+ format: Format in which results will be returned .
307307
308- limit_per_group: Limit the number of objects (e.g., browsers, verticals, etc.) to the top items
309- within the specified time range. If the limitPerGroup is set , the response will
310- include that number of items, with the remaining items grouped together under an
311- "other" category.
308+ limit_per_group: Limits the number of objects per group to the top items within the specified
309+ time range. If there are more items than the limit , the response will include
310+ the count of items, with any remaining items grouped together under an "other"
311+ category.
312312
313- name: Array of names that will be used to name the series in responses .
313+ name: Array of names used to label the series in the response .
314314
315315 extra_headers: Send extra headers
316316
0 commit comments