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.
Name | Type | Description | Required |
---|---|---|---|
timestamp | String (TimeStamp) | The timestamp of the event | Required |
pageTitle | String | The title of the page where the event occurred | Required |
hostName | String | The hostname of the page where the event occurred | Required |
pathName | String | The path of the page where the event occurred | Required |
queryString | String | The query string of the page where the event occurred | Required |
url | String | The URL of the page where the event occurred | Required |
referrer | String | The URL that linked to the page where the event occurred | Required |
languages | Array | The languages of the browser that made the request | Required |
userAgent | String | The user agent of the browser that made the request | Required |
siteId | String (GUID) | The ID of the hub where the event occurred | Required |
siteName | String | The name of the hub where the event occurred | Required |
userId | String (GUID) | The ID of the user that performed the action | Required |
contactId | String (GUID) | The ID of the contact that performed the action | Required |
pageId | String (GUID) | The ID of the page that was viewed | Required |
pageSlug | String | The 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.
Name | Type | Description | Required |
---|---|---|---|
timestamp | String (TimeStamp) | The timestamp of the event | Required |
pageTitle | String | The title of the page where the event occurred | Required |
hostName | String | The hostname of the page where the event occurred | Required |
pathName | String | The path of the page where the event occurred | Required |
queryString | String | The query string of the page where the event occurred | Required |
url | String | The URL of the page where the event occurred | Required |
referrer | String | The URL that linked to the page where the event occurred | Required |
languages | Array | The languages of the browser that made the request | Required |
userAgent | String | The user agent of the browser that made the request | Required |
siteId | String (GUID) | The ID of the hub where the event occurred | Required |
siteName | String | The name of the hub where the event occurred | Required |
userId | String (GUID) | The ID of the user that performed the action | Required |
contactId | String (GUID) | The ID of the contact that performed the action | Required |
cardId | String (GUID) | The ID of the card that was viewed | Required |
cardName | String | The 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.
Name | Type | Description | Required |
---|---|---|---|
timestamp | String (TimeStamp) | The timestamp of the event | Required |
pageTitle | String | The title of the page where the event occurred | Required |
hostName | String | The hostname of the page where the event occurred | Required |
pathName | String | The path of the page where the event occurred | Required |
queryString | String | The query string of the page where the event occurred | Required |
url | String | The URL of the page where the event occurred | Required |
referrer | String | The URL that linked to the page where the event occurred | Required |
languages | Array | The languages of the browser that made the request | Required |
userAgent | String | The user agent of the browser that made the request | Required |
siteId | String (GUID) | The ID of the hub where the event occurred | Required |
siteName | String | The name of the hub where the event occurred | Required |
userId | String (GUID) | The ID of the user that performed the action | Required |
contactId | String (GUID) | The ID of the contact that performed the action | Required |
cardId | String (GUID) | The ID of the card that was viewed | Required |
cardName | String | The 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.
Name | Type | Description | Required |
---|---|---|---|
timestamp | String (TimeStamp) | The timestamp of the event | Required |
pageTitle | String | The title of the page where the event occurred | Required |
hostName | String | The hostname of the page where the event occurred | Required |
pathName | String | The path of the page where the event occurred | Required |
queryString | String | The query string of the page where the event occurred | Required |
url | String | The URL of the page where the event occurred | Required |
referrer | String | The URL that linked to the page where the event occurred | Required |
languages | Array | The languages of the browser that made the request | Required |
userAgent | String | The user agent of the browser that made the request | Required |
siteId | String (GUID) | The ID of the hub where the event occurred | Required |
siteName | String | The name of the hub where the event occurred | Required |
userId | String (GUID) | The ID of the user that performed the action | Required |
contactId | String (GUID) | The ID of the contact that performed the action | Required |
source | String (Site | Competition | LiveTriviaGame) | Where the auth screen was triggered from | Required |
type | String (Unknown | SignInForm | SignUpForm | ForgotPasswordForm) | The type of auth screen that was viewed | Required |
isContactVerification | Boolean | Whether the auth screen was triggered from a contact verification | Optional |