Get HitKeep Event Breakdown
hitkeep_get_event_breakdownRetrieve a count breakdown for a specific event property to analyze how different values distribute across your events.
Instructions
Read a count breakdown for one event property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Optional RFC3339 end timestamp. Defaults to now. | |
| from | No | Optional RFC3339 start timestamp. Defaults to 30 days before to. | |
| limit | No | Maximum rows to return. Defaults to 10 and is capped at 50. | |
| site_id | Yes | HitKeep site UUID. | |
| event_name | Yes | Event name to inspect. | |
| property_key | Yes | Event property key to break down. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| site_id | Yes | ||
| breakdown | Yes |