@@ -69,38 +69,37 @@ def user_agent(
69
69
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
70
70
) -> SummaryUserAgentResponse :
71
71
"""
72
- Percentage of Internet traffic generated by AI user agents, over a given time
73
- period.
72
+ Retrieves the distribution of traffic by AI user agent.
74
73
75
74
Args:
76
- asn: Array of comma separated list of ASNs, start with `-` to exclude from results.
77
- For example, `-174, 3356` excludes results from AS174, but includes results from
78
- AS3356.
75
+ asn: Comma- separated list of Autonomous System Numbers ( ASNs). Prefix with `-` to
76
+ exclude ASNs from results. For example, `-174, 3356` excludes results from
77
+ AS174, but includes results from AS3356.
79
78
80
- continent: Array of comma separated list of continents (alpha-2 continent codes). Start
81
- with `-` to exclude from results. For example, `-EU,NA` excludes results from
82
- Europe, but includes results from North America .
79
+ continent: Comma- separated list of continents (alpha-2 continent codes). Prefix with `-` to
80
+ exclude continents from results. For example, `-EU,NA` excludes results from EU,
81
+ but includes results from NA .
83
82
84
83
date_end: End of the date range (inclusive).
85
84
86
- date_range: For example, use `7d` and `7dControl` to compare this week with the previous
87
- week. Use this parameter or set specific start and end dates (`dateStart` and
88
- `dateEnd` parameters).
85
+ date_range: Filters results by the specified date range. For example, use `7d` and
86
+ `7dcontrol` to compare this week with the previous week. Use this parameter or
87
+ set specific start and end dates (`dateStart` and `dateEnd` parameters).
89
88
90
- date_start: Array of datetimes to filter the start of a series .
89
+ date_start: Start of the date range .
91
90
92
- format: Format results are returned in .
91
+ format: Format in which results will be returned .
93
92
94
- limit_per_group: Limit the number of objects (e.g., browsers, verticals, etc.) to the top items
95
- within the specified time range. If the limitPerGroup is set , the response will
96
- include that number of items, with the remaining items grouped together under an
97
- "other" category.
93
+ limit_per_group: Limits the number of objects per group to the top items within the specified
94
+ time range. If there are more items than the limit , the response will include
95
+ the count of items, with any remaining items grouped together under an "other"
96
+ category.
98
97
99
- location: Array of comma separated list of locations (alpha-2 country codes). Start with
100
- `-` to exclude from results. For example, `-US,PT` excludes results from the US,
101
- but includes results from PT.
98
+ location: Comma- separated list of locations (alpha-2 codes). Prefix with `-` to exclude
99
+ locations from results. For example, `-US,PT` excludes results from the US, but
100
+ includes results from PT.
102
101
103
- name: Array of names that will be used to name the series in responses .
102
+ name: Array of names used to label the series in the response .
104
103
105
104
extra_headers: Send extra headers
106
105
@@ -177,38 +176,37 @@ async def user_agent(
177
176
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
178
177
) -> SummaryUserAgentResponse :
179
178
"""
180
- Percentage of Internet traffic generated by AI user agents, over a given time
181
- period.
179
+ Retrieves the distribution of traffic by AI user agent.
182
180
183
181
Args:
184
- asn: Array of comma separated list of ASNs, start with `-` to exclude from results.
185
- For example, `-174, 3356` excludes results from AS174, but includes results from
186
- AS3356.
182
+ asn: Comma- separated list of Autonomous System Numbers ( ASNs). Prefix with `-` to
183
+ exclude ASNs from results. For example, `-174, 3356` excludes results from
184
+ AS174, but includes results from AS3356.
187
185
188
- continent: Array of comma separated list of continents (alpha-2 continent codes). Start
189
- with `-` to exclude from results. For example, `-EU,NA` excludes results from
190
- Europe, but includes results from North America .
186
+ continent: Comma- separated list of continents (alpha-2 continent codes). Prefix with `-` to
187
+ exclude continents from results. For example, `-EU,NA` excludes results from EU,
188
+ but includes results from NA .
191
189
192
190
date_end: End of the date range (inclusive).
193
191
194
- date_range: For example, use `7d` and `7dControl` to compare this week with the previous
195
- week. Use this parameter or set specific start and end dates (`dateStart` and
196
- `dateEnd` parameters).
192
+ date_range: Filters results by the specified date range. For example, use `7d` and
193
+ `7dcontrol` to compare this week with the previous week. Use this parameter or
194
+ set specific start and end dates (`dateStart` and `dateEnd` parameters).
197
195
198
- date_start: Array of datetimes to filter the start of a series .
196
+ date_start: Start of the date range .
199
197
200
- format: Format results are returned in .
198
+ format: Format in which results will be returned .
201
199
202
- limit_per_group: Limit the number of objects (e.g., browsers, verticals, etc.) to the top items
203
- within the specified time range. If the limitPerGroup is set , the response will
204
- include that number of items, with the remaining items grouped together under an
205
- "other" category.
200
+ limit_per_group: Limits the number of objects per group to the top items within the specified
201
+ time range. If there are more items than the limit , the response will include
202
+ the count of items, with any remaining items grouped together under an "other"
203
+ category.
206
204
207
- location: Array of comma separated list of locations (alpha-2 country codes). Start with
208
- `-` to exclude from results. For example, `-US,PT` excludes results from the US,
209
- but includes results from PT.
205
+ location: Comma- separated list of locations (alpha-2 codes). Prefix with `-` to exclude
206
+ locations from results. For example, `-US,PT` excludes results from the US, but
207
+ includes results from PT.
210
208
211
- name: Array of names that will be used to name the series in responses .
209
+ name: Array of names used to label the series in the response .
212
210
213
211
extra_headers: Send extra headers
214
212
0 commit comments