Skip to Content

Survey Viewed

  • Event Name: survey-viewed
  • Track when a user views a survey for the first time.
  • This event is raised when the survey interface is loaded and displayed to the user.
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
surveyIdString (GUID)The ID of the survey that was viewed
Required
surveyNameStringThe name of the survey that was viewed
Required
recipientIdString (GUID)The ID of the recipient that viewed the survey
Required

Survey Submitted

  • Event Name: survey-submitted
  • Track when a user completes and submits a survey.
  • This event is raised after all validation passes and the survey data is successfully submitted.
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
surveyIdString (GUID)The ID of the survey that was submitted
Required
surveyNameStringThe name of the survey that was submitted
Required
recipientIdString (GUID)The ID of the recipient that submitted the survey
Required

Survey Screen Viewed

  • Event Name: survey-screen-viewed
  • Track when a user views a specific screen within a multi-screen survey.
  • This event is raised each time a new screen becomes visible to the user.
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
surveyIdString (GUID)The ID of the survey that was viewed
Required
surveyNameStringThe name of the survey that was viewed
Required
recipientIdString (GUID)The ID of the recipient that viewed the survey screen
Required
screenIdString (GUID)The ID of the screen that was viewed
Required
screenNameStringThe name of the screen that was viewed
Required
screenNumberNumberThe number of the screen that was viewed
Required

Survey Screen Started

  • Event Name: survey-screen-started
  • Track when users start entering data on individual survey screens.
  • This event is raised when the user first interacts with form elements on a screen.
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
surveyIdString (GUID)The ID of the survey that was started
Required
surveyNameStringThe name of the survey that was started
Required
recipientIdString (GUID)The ID of the recipient that started the survey screen
Required
screenIdString (GUID)The ID of the screen that was started
Required
screenNameStringThe name of the screen that was started
Required
screenNumberNumberThe number of the screen that was started
Required

Survey Screen Finished

  • Event Name: survey-screen-finished
  • Track when a user completes all required fields on a survey screen.
  • This event is raised when all mandatory fields on a screen are filled and validated and the user proceeds to the next screen (or submission).
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
surveyIdString (GUID)The ID of the survey that was finished
Required
surveyNameStringThe name of the survey that was finished
Required
recipientIdString (GUID)The ID of the recipient that finished the survey screen
Required
screenIdString (GUID)The ID of the screen that was finished
Required
screenNameStringThe name of the screen that was finished
Required
screenNumberNumberThe number of the screen that was finished
Required

Survey Form Field Touched

  • Event Name: survey-form-field-touched
  • Track when a user first interacts with a form field within a survey.
  • This event is raised on the first focus, click, or input action on a form field.
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
surveyIdString (GUID)The ID of the survey that the form field is on
Required
surveyNameStringThe name of the survey that the form field is on
Required
recipientIdString (GUID)The ID of the survey recipient that touched the form field
Required
screenIdString (GUID)The ID of the screen that the form field is on
Required
screenNameStringThe name of the screen that the form field is on
Required
screenNumberNumberThe number of the screen that the form field is on
Required
formFieldIdString (GUID)The ID of the form field that was touched
Required
formFieldNameStringThe name of the form field that was touched
Required