Advertisement
filipr27

ga - digitalization_survey_form_submit

Mar 27th, 2023 (edited)
1,033
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Fire this event when the digitalization survey form is successfully submitted.
  2.  
  3. <script>
  4. window.dataLayer = window.dataLayer || [];
  5. window.dataLayer.push({
  6.  'event': 'digitalization_survey_form_submit',
  7.  'form_name': 'Hybrid Workplace'  //Variable value, based on which version of the form is submitted. E.g. "Hybrid Workplace", "Cyber Security", etc.
  8.  });
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement