What the events feed shows
The events feed lists the 50 most recent events recorded on a site in the last 7 days, newest first. It refreshes every 10 seconds while the tab is open, so it is the quickest way to confirm that the snippet is sending events and that they are being classified. Every detail sits on the row itself:
The page path keeps its query string, with the value of any personal-data parameter replaced by
REDACTED before it is stored.
On a phone, each row shows the page, the kind of event, the source and how long ago it happened.
Where the source name comes from
A host name such asgoogle.com belongs to the visit an event was part of. When an event’s own source is different from its visit’s source, the row names the event’s own source without a host.
What the events feed does not show
The feed has no filters, no date range, no detail panel and no export. It is a live check, not a report.- To follow one person across their visits, open Visitors.
- For totals over a date range, use Overview and AI sources.
Getting events out
GET /v1/events/recentreturns the same feed, up to 200 events and 90 days back.- Webhooks deliver every classified AI session and attributed conversion as it happens.
- The data access API returns the records held for one visitor as JSON.

