get_property_breakdown
Retrieve counts per value for a custom event property, such as plan type for a Signup event, over a preset or custom time period.
Instructions
Break down a custom property of an event by value (e.g. counts per plan for a Signup event).
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. | |
| key | Yes | Custom property key, e.g. plan. | |
| from | No | Start date YYYY-MM-DD (use with `to` for a custom range). | |
| event | Yes | Event name. | |
| domain | Yes | Site domain. | |
| period | No | Preset period (default 7d). Ignored when both `from` and `to` are set. |