View difference between Paste ID: KK1iw8ft and gUBSsgAS
SHOW: | | - or go back to the newest paste.
1
<script>
2
window.dataLayer = window.dataLayer || [];
3
window.dataLayer.push({
4-
  'event': 'formSubmitted',
4+
  'event': 'contactDealer',
5
  'dealer_id': 'whatever their ID is',
6-
  'form_id': 'whatever the form ID is, if there is one',
6+
  'dealer_name': 'dealer name'
7-
  'form_name': 'whatever the form name is, if there is one - e.g. contact us'
7+
8
</script>