Advertisement
northwoods

Form Submitted

Sep 10th, 2021
113
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.   'dealer_id': 'whatever their ID is',
  6.   'form_id': 'whatever the form ID is, if there is one',
  7.   'form_name': 'whatever the form name is, if there is one - e.g. contact us'
  8. });
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement