Skip to Content

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

FieldTypeDescription
siteIdstringThe unique site ID
userIdstringThe unique user ID
pageIdstringThe unique page ID
pageSlugstringThe 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 }