zins_get_web_traffic_by_location
Retrieve web traffic analytics grouped by location, including volume and bandwidth, to compare office traffic patterns. Specify time range and measurement unit.
Instructions
Provides web traffic analytics grouped by location, including traffic volume, bandwidth usage, and office traffic comparisons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_days_ago | No | Days ago for start. Default: 9 (7-day interval with end=2). API requires intervals of exactly 7 or 14 days. For 14-day use 16. | |
| end_days_ago | No | Days ago for end. Default: 2. Interval = start - end must be 7 or 14. | |
| start_time | No | ALTERNATIVE: Start time as Unix epoch in MILLISECONDS. Only use if you need a specific timestamp. Overrides start_days_ago. | |
| end_time | No | ALTERNATIVE: End time as Unix epoch in MILLISECONDS. Only use if you need a specific timestamp. Overrides end_days_ago. | |
| traffic_unit | No | Traffic measurement unit. Values: TRANSACTIONS, BYTES | TRANSACTIONS |
| include_trend | No | Include trend data showing traffic patterns over time. | |
| trend_interval | No | Trend interval for time series data. Values: DAY, HOUR. Only applicable when include_trend=True. | |
| limit | No | Maximum number of location entries to return (1-1000). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |