get_traffic
Retrieve website traffic analytics including visitors, pageviews, and more. Filter by time range and group by source or other dimensions.
Instructions
Get traffic analytics for a site using structured parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | Yes | The website domain to analyze (e.g., 'example.com') | |
| time_range | No | Time period to analyze | 7d |
| metrics | No | Metrics to calculate | |
| dimensions | No | Properties to group results by | |
| filters | No | Filter conditions to apply (e.g., [['is', 'visit:country', ['US']]]) |