Skip to Content
User Interaction EventsCardsCommon Events

Common Events

These events are common to all cards. Any specialized events can be found on the Card Events page.

Card Viewed

  • Event Name: card-viewed
  • Triggered when a user views a card.
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 where the event occurred
Optional
pageSlugStringThe slug of the page where the event occurred
Optional
cardIdString (GUID)The ID of the card
Required
cardTypeStringThe type of the card
Required
cardSubTypeStringThe sub-type of the card
Required
cardNameStringThe name of the card
Required

Card Shared

  • Event Name: card-shared
  • Triggered when a user shares a card.
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 where the event occurred
Optional
pageSlugStringThe slug of the page where the event occurred
Optional
cardIdString (GUID)The ID of the card
Required
cardTypeStringThe type of the card
Required
cardSubTypeStringThe sub-type of the card
Required
cardNameStringThe name of the card
Required
shareTypeString (Link)The type of share
Required
shareIdStringThe ID of the share
Required