get_funnels
Retrieve step-by-step conversion funnel reports for a website, showing user progression through defined steps, with options for date range and timezone.
Instructions
Funnel reports (step-by-step conversion) for a site. Requires a key with the stats:read permission.
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). | |
| domain | Yes | Site domain. | |
| period | No | Preset period (default 7d). Ignored when both `from` and `to` are set. |