Site, Page, and Auth Events
All events below include the Base Context Fields in addition to any event-specific fields listed for each event.
Base Context Fields
Field | Type | Description |
---|---|---|
siteId | string | The unique site ID |
userId | string | The unique user ID |
pageId | string | The unique page ID |
pageSlug | string | The page slug |
Example Event Payloads
Site Viewed
Description: Triggered when a user first visits or loads the site. Used to track site-level impressions and user sessions. (Legacy event, may not include all context fields.)
{
// Base Context Fields...
// No event-specific fields
}
Page Viewed
Description: Triggered when a user views a standard page on the site. Used to track general page impressions and user navigation across the site.
{
// Base Context Fields...
// No event-specific fields
}
Auth Viewed
Description: Triggered when a user views an authentication form (sign in, sign up, or forgot password) on the site. Used to track authentication-related page impressions and flows.
{
// Base Context Fields...
// No event-specific fields
}