get_breakdown
Get the top entries for a selected dimension (pages, sources, countries, etc.) for a website domain, with optional date range and country filter.
Instructions
Top values of a dimension for a site (e.g. top pages, traffic sources, countries, devices, browsers).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date YYYY-MM-DD (use with `from`). | |
| tz | No | IANA timezone for bucketing, e.g. Europe/Paris. | |
| from | No | Start date YYYY-MM-DD (use with `to` for a custom range). | |
| limit | No | Max rows (default 10). | |
| domain | Yes | Site domain. | |
| period | No | Preset period (default 7d). Ignored when both `from` and `to` are set. | |
| country | No | Restrict to one country (ISO-3166 alpha-2, e.g. FR). | |
| dimension | Yes | Dimension to rank. |