rybbit_get_event_properties
Retrieves property key-value pairs and occurrence counts for a specific event, enabling filtered analysis by date range, timezone, or custom filters.
Instructions
Get property key-value pairs for a specific event name with occurrence counts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | Site ID or identifier | |
| endDate | No | End date in YYYY-MM-DD format | |
| filters | No | JSON array of filter objects with parameter, type, and value fields | |
| timeZone | No | IANA timezone identifier (e.g., America/New_York) | |
| eventName | Yes | Target event name | |
| startDate | No | Start date in YYYY-MM-DD format | |
| pastMinutesEnd | No | Minutes ago for end (alternative to date-based) | |
| pastMinutesStart | No | Minutes ago for start (alternative to date-based) |