Page and Auth Events

Page Viewed

  • Event Name: page-viewed
  • Triggered when a user views a standard page on the site.
  • Used to track general page impressions and user navigation across the site.
  • This is not raised from single-card, embedded, or survey views.
NameTypeDescriptionRequired
timestampString (TimeStamp)The timestamp of the eventRequired
pageTitleStringThe title of the page where the event occurredRequired
hostNameStringThe hostname of the page where the event occurredRequired
pathNameStringThe path of the page where the event occurredRequired
queryStringStringThe query string of the page where the event occurredRequired
urlStringThe URL of the page where the event occurredRequired
referrerStringThe URL that linked to the page where the event occurredRequired
languagesArrayThe languages of the browser that made the requestRequired
userAgentStringThe user agent of the browser that made the requestRequired
siteIdString (GUID)The ID of the hub where the event occurredRequired
siteNameStringThe name of the hub where the event occurredRequired
userIdString (GUID)The ID of the user that performed the actionRequired
contactIdString (GUID)The ID of the contact that performed the actionRequired
pageIdString (GUID)The ID of the page that was viewedRequired
pageSlugStringThe slug of the page that was viewedRequired

Single Card Page Viewed

  • Event Name: single-card-page-viewed
  • Triggered when a user views a single card page on the site.
  • This event is raised when a user views a page on a “Visit single card” link copied from the portal.
NameTypeDescriptionRequired
timestampString (TimeStamp)The timestamp of the eventRequired
pageTitleStringThe title of the page where the event occurredRequired
hostNameStringThe hostname of the page where the event occurredRequired
pathNameStringThe path of the page where the event occurredRequired
queryStringStringThe query string of the page where the event occurredRequired
urlStringThe URL of the page where the event occurredRequired
referrerStringThe URL that linked to the page where the event occurredRequired
languagesArrayThe languages of the browser that made the requestRequired
userAgentStringThe user agent of the browser that made the requestRequired
siteIdString (GUID)The ID of the hub where the event occurredRequired
siteNameStringThe name of the hub where the event occurredRequired
userIdString (GUID)The ID of the user that performed the actionRequired
contactIdString (GUID)The ID of the contact that performed the actionRequired
cardIdString (GUID)The ID of the card that was viewedRequired
cardNameStringThe name of the card that was viewedRequired

Embedded Card Page Viewed

  • Event Name: embedded-card-page-viewed
  • Triggered when a user views an embedded card page on the site.
  • This event is raised when a user views a card page via the Embed SDK - either from React Native or the web.
NameTypeDescriptionRequired
timestampString (TimeStamp)The timestamp of the eventRequired
pageTitleStringThe title of the page where the event occurredRequired
hostNameStringThe hostname of the page where the event occurredRequired
pathNameStringThe path of the page where the event occurredRequired
queryStringStringThe query string of the page where the event occurredRequired
urlStringThe URL of the page where the event occurredRequired
referrerStringThe URL that linked to the page where the event occurredRequired
languagesArrayThe languages of the browser that made the requestRequired
userAgentStringThe user agent of the browser that made the requestRequired
siteIdString (GUID)The ID of the hub where the event occurredRequired
siteNameStringThe name of the hub where the event occurredRequired
userIdString (GUID)The ID of the user that performed the actionRequired
contactIdString (GUID)The ID of the contact that performed the actionRequired
cardIdString (GUID)The ID of the card that was viewedRequired
cardNameStringThe name of the card that was viewedRequired

Auth View

  • Event Name: auth-view
  • 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.
NameTypeDescriptionRequired
timestampString (TimeStamp)The timestamp of the eventRequired
pageTitleStringThe title of the page where the event occurredRequired
hostNameStringThe hostname of the page where the event occurredRequired
pathNameStringThe path of the page where the event occurredRequired
queryStringStringThe query string of the page where the event occurredRequired
urlStringThe URL of the page where the event occurredRequired
referrerStringThe URL that linked to the page where the event occurredRequired
languagesArrayThe languages of the browser that made the requestRequired
userAgentStringThe user agent of the browser that made the requestRequired
siteIdString (GUID)The ID of the hub where the event occurredRequired
siteNameStringThe name of the hub where the event occurredRequired
userIdString (GUID)The ID of the user that performed the actionRequired
contactIdString (GUID)The ID of the contact that performed the actionRequired
sourceString (Site | Competition | LiveTriviaGame)Where the auth screen was triggered fromRequired
typeString (Unknown | SignInForm | SignUpForm | ForgotPasswordForm)The type of auth screen that was viewedRequired
isContactVerificationBooleanWhether the auth screen was triggered from a contact verificationOptional