Survey Events

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 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
surveyIdString (GUID)The ID of the survey that was viewedRequired
surveyNameStringThe name of the survey that was viewedRequired
recipientIdString (GUID)The ID of the recipient that viewed the surveyRequired

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 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
surveyIdString (GUID)The ID of the survey that was submittedRequired
surveyNameStringThe name of the survey that was submittedRequired
recipientIdString (GUID)The ID of the recipient that submitted the surveyRequired

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 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
surveyIdString (GUID)The ID of the survey that was viewedRequired
surveyNameStringThe name of the survey that was viewedRequired
recipientIdString (GUID)The ID of the recipient that viewed the survey screenRequired
screenIdString (GUID)The ID of the screen that was viewedRequired
screenNameStringThe name of the screen that was viewedRequired
screenNumberNumberThe number of the screen that was viewedRequired

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 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
surveyIdString (GUID)The ID of the survey that was startedRequired
surveyNameStringThe name of the survey that was startedRequired
recipientIdString (GUID)The ID of the recipient that started the survey screenRequired
screenIdString (GUID)The ID of the screen that was startedRequired
screenNameStringThe name of the screen that was startedRequired
screenNumberNumberThe number of the screen that was startedRequired

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 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
surveyIdString (GUID)The ID of the survey that was finishedRequired
surveyNameStringThe name of the survey that was finishedRequired
recipientIdString (GUID)The ID of the recipient that finished the survey screenRequired
screenIdString (GUID)The ID of the screen that was finishedRequired
screenNameStringThe name of the screen that was finishedRequired
screenNumberNumberThe number of the screen that was finishedRequired

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 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
surveyIdString (GUID)The ID of the survey that the form field is onRequired
surveyNameStringThe name of the survey that the form field is onRequired
recipientIdString (GUID)The ID of the survey recipient that touched the form fieldRequired
screenIdString (GUID)The ID of the screen that the form field is onRequired
screenNameStringThe name of the screen that the form field is onRequired
screenNumberNumberThe number of the screen that the form field is onRequired
formFieldIdString (GUID)The ID of the form field that was touchedRequired
formFieldNameStringThe name of the form field that was touchedRequired