Common Events

These events are common to all cards. For every event a specific card product can fire (including schemas), use Events by card type.

Card Viewed

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

Card Shared

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