@@ -67,25 +67,25 @@ def model(
67
67
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
68
68
) -> SummaryModelResponse :
69
69
"""
70
- Percentage distribution of unique accounts by model.
70
+ Retrieves the distribution of unique accounts by model.
71
71
72
72
Args:
73
73
date_end: End of the date range (inclusive).
74
74
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).
78
78
79
- date_start: Array of datetimes to filter the start of a series .
79
+ date_start: Start of the date range .
80
80
81
- format: Format results are returned in .
81
+ format: Format in which results will be returned .
82
82
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.
87
87
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 .
89
89
90
90
extra_headers: Send extra headers
91
91
@@ -135,25 +135,25 @@ def task(
135
135
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
136
136
) -> SummaryTaskResponse :
137
137
"""
138
- Percentage distribution of unique accounts by task.
138
+ Retrieves the distribution of unique accounts by task.
139
139
140
140
Args:
141
141
date_end: End of the date range (inclusive).
142
142
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).
146
146
147
- date_start: Array of datetimes to filter the start of a series .
147
+ date_start: Start of the date range .
148
148
149
- format: Format results are returned in .
149
+ format: Format in which results will be returned .
150
150
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.
155
155
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 .
157
157
158
158
extra_headers: Send extra headers
159
159
@@ -224,25 +224,25 @@ async def model(
224
224
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
225
225
) -> SummaryModelResponse :
226
226
"""
227
- Percentage distribution of unique accounts by model.
227
+ Retrieves the distribution of unique accounts by model.
228
228
229
229
Args:
230
230
date_end: End of the date range (inclusive).
231
231
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).
F438
td>235
235
236
- date_start: Array of datetimes to filter the start of a series .
236
+ date_start: Start of the date range .
237
237
238
- format: Format results are returned in .
238
+ format: Format in which results will be returned .
239
239
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.
244
244
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 .
246
246
247
247
extra_headers: Send extra headers
248
248
@@ -292,25 +292,25 @@ async def task(
292
292
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
293
293
) -> SummaryTaskResponse :
294
294
"""
295
- Percentage distribution of unique accounts by task.
295
+ Retrieves the distribution of unique accounts by task.
296
296
297
297
Args:
298
298
date_end: End of the date range (inclusive).
299
299
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).
303
303
304
- date_start: Array of datetimes to filter the start of a series .
304
+ date_start: Start of the date range .
305
305
306
- format: Format results are returned in .
306
+ format: Format in which results will be returned .
307
307
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.
312
312
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 .
314
314
315
315
extra_headers: Send extra headers
316
316
0 commit comments