Skip to main content
The Events explorer: a raw, chronological log of custom events (clicks, downloads, forms, outbound links, copies, custom track() calls, and errors), a chart of counts over time, and a per-event property drill-down. A dedicated Page titles list and its own filter-value autocomplete live here too, since both power the same explorer UI. A site is addressed by {siteKey} (UUID or domain). All endpoints require Authorization: Bearer {token} and accept the shared range/from/to and filter query parameters described in Conventions.

List events

A chronological log of individual events, newest first. Always excludes internal engagement beacons. Scroll-paginated with the standard data/meta/links envelope — see Conventions. Query parameters Filter dimensions (path, country, browser, prop_key/prop_value, etc.) are also accepted — see Conventions. Response — each item in data: Status: 200 OK.

Events timeseries

Per-bucket event counts, one series per event type present — the Events explorer chart. Always excludes engagement. Query parameters Filter dimensions are also accepted. Response — flat object: Status: 200 OK.

Event property breakdown

The per-event drill-down: the top custom-property key/value pairs recorded for one exact event_name within one event_type, ranked by unique visitors. There is no site-level property allow-list — any key the matching events actually carried is returned. Capped at 50 rows. Query parameters Filter dimensions are also accepted. Response — flat object: Status: 200 OK.

List page titles

Document titles ranked by sessions, with pageviews, bounce rate, dwell time, and the session-count change versus the previous period. Scroll-paginated with the standard data/meta/links envelope. Query parameters Filter dimensions are also accepted. Response — each item in data: Status: 200 OK.

Page title timeseries

Bucketed unique-session counts for one document title — the Pages table sparkline. Query parameters Filter dimensions are also accepted. Response — flat object: Status: 200 OK.

Filter value suggestions

Autocomplete for the Filter popover: distinct values seen for one dimension over the resolved range/filters, ranked by count. The requested dimension’s own active filter is stripped before suggesting (so alternatives still show); other active filters continue to narrow the suggestions. Query parameters Other filter dimensions (besides dimension itself) are also accepted, to narrow suggestions. Response — flat object: Status: 200 OK.