events_series
Retrieve time series of tracked custom events for a website, bucketed by hour, day, month, or year over a specified date range.
Instructions
Time series of tracked custom events for a website over a date range, bucketed by unit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit | No | Bucket size (default day). | |
| endAt | No | Range end, ISO date. Optional; defaults to now. | |
| startAt | No | Range start, ISO date. Optional; defaults to 7 days ago. | |
| timezone | No | IANA timezone (default UTC). | |
| websiteId | Yes | The website id, from list_websites. |