Skip to Content
User Interaction EventsPage 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 event
Required
pageTitleStringThe title of the page where the event occurred
Required
hostNameStringThe hostname of the page where the event occurred
Required
pathNameStringThe path of the page where the event occurred
Required
queryStringStringThe query string of the page where the event occurred
Required
urlStringThe URL of the page where the event occurred
Required
referrerStringThe URL that linked to the page where the event occurred
Required
languagesArrayThe languages of the browser that made the request
Required
userAgentStringThe user agent of the browser that made the request
Required
siteIdString (GUID)The ID of the hub where the event occurred
Required
siteNameStringThe name of the hub where the event occurred
Required
userIdString (GUID)The ID of the user that performed the action
Required
contactIdString (GUID)The ID of the contact that performed the action
Required
pageIdString (GUID)The ID of the page that was viewed
Required
pageSlugStringThe slug of the page that was viewed
Required

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 event
Required
pageTitleStringThe title of the page where the event occurred
Required
hostNameStringThe hostname of the page where the event occurred
Required
pathNameStringThe path of the page where the event occurred
Required
queryStringStringThe query string of the page where the event occurred
Required
urlStringThe URL of the page where the event occurred
Required
referrerStringThe URL that linked to the page where the event occurred
Required
languagesArrayThe languages of the browser that made the request
Required
userAgentStringThe user agent of the browser that made the request
Required
siteIdString (GUID)The ID of the hub where the event occurred
Required
siteNameStringThe name of the hub where the event occurred
Required
userIdString (GUID)The ID of the user that performed the action
Required
contactIdString (GUID)The ID of the contact that performed the action
Required
cardIdString (GUID)The ID of the card that was viewed
Required
cardNameStringThe name of the card that was viewed
Required

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 event
Required
pageTitleStringThe title of the page where the event occurred
Required
hostNameStringThe hostname of the page where the event occurred
Required
pathNameStringThe path of the page where the event occurred
Required
queryStringStringThe query string of the page where the event occurred
Required
urlStringThe URL of the page where the event occurred
Required
referrerStringThe URL that linked to the page where the event occurred
Required
languagesArrayThe languages of the browser that made the request
Required
userAgentStringThe user agent of the browser that made the request
Required
siteIdString (GUID)The ID of the hub where the event occurred
Required
siteNameStringThe name of the hub where the event occurred
Required
userIdString (GUID)The ID of the user that performed the action
Required
contactIdString (GUID)The ID of the contact that performed the action
Required
cardIdString (GUID)The ID of the card that was viewed
Required
cardNameStringThe name of the card that was viewed
Required

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 event
Required
pageTitleStringThe title of the page where the event occurred
Required
hostNameStringThe hostname of the page where the event occurred
Required
pathNameStringThe path of the page where the event occurred
Required
queryStringStringThe query string of the page where the event occurred
Required
urlStringThe URL of the page where the event occurred
Required
referrerStringThe URL that linked to the page where the event occurred
Required
languagesArrayThe languages of the browser that made the request
Required
userAgentStringThe user agent of the browser that made the request
Required
siteIdString (GUID)The ID of the hub where the event occurred
Required
siteNameStringThe name of the hub where the event occurred
Required
userIdString (GUID)The ID of the user that performed the action
Required
contactIdString (GUID)The ID of the contact that performed the action
Required
sourceString (Site | Competition | LiveTriviaGame)Where the auth screen was triggered from
Required
typeString (Unknown | SignInForm | SignUpForm | ForgotPasswordForm)The type of auth screen that was viewed
Required
isContactVerificationBooleanWhether the auth screen was triggered from a contact verification
Optional