get_property_breakdown
Break down an event's custom property by value to show counts per unique value over a specified period or custom date range.
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. |