Skip to content

Instantly share code, notes, and snippets.

@brianaohern
Created July 12, 2018 14:59
Show Gist options
  • Save brianaohern/85faed9332c1de65d32808c96fd6313f to your computer and use it in GitHub Desktop.
Save brianaohern/85faed9332c1de65d32808c96fd6313f to your computer and use it in GitHub Desktop.
om.Analytics.conversion Example
document.addEventListener('om.Analytics.conversion', function(event) {
dataLayer.push({
'event': 'gaTriggerEvent',
'gaEventCategory': 'form',
'gaEventAction': 'submit',
'gaEventLabel': 'optin-monster'
});
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment