added

New Integration: Google Tag Manager (GTM)

Our Google Tag Manager integration is officially live! To enable your response data to be pushed to the GTM data layer, simply enable our Google Analytics integration.

Below is an example payload that we push to the data layer once a response is submitted.

{
  gtm:{start: 12345, uniqueEventId: 4},
  event: "Enquire Survey Response",
  question: "How did you hear about us?",
  response: "Word of mouth",
  availableResponses: [
    "Facebook",
    "Word of mouth",
    "Retail Store",
    "Online Advertisement",
    "Instagram",
    "other"
  ],
  order_id: 987654321,
  other: "false"
}