Event timeseries
GET /api/sites/{id}/events/timeseries
Returns bucketed event counts over time for a given event name. Bucket granularity is hour (<48 h), day (default), or month (≥180 d). Optionally filter to a specific property value to compare property segments over time. Also supports filtering by audience dimension (page, referrer, device, or country) via dimension_key/dimension_value.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Query Parameters
Section titled “Query Parameters ”The event name to aggregate counts for.
Optional property key. When combined with property_value, only events matching that property are counted.
Optional property value filter. Requires property_key.
Optional audience dimension to filter by. When combined with dimension_value, restricts counts to sessions where the hit dimension matches.
Optional audience dimension value filter. Requires dimension_key.
Responses
Section titled “ Responses ”Event timeseries data
object
Number of events in this time bucket.