FilipFD

GA_contact_form

Aug 9th, 2021 (edited)
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. window.dataLayer = window.dataLayer || [];
  3. window.dataLayer.push({
  4.  'event': 'formSubmitted',
  5.  'formName': 'Contact Us',
  6.  'formId': '1234'           // Insert the actual ID of the form here.
  7.  });
  8. </script>
Add Comment
Please, Sign In to add comment