Skip to content

Instantly share code, notes, and snippets.

@brianaohern
Created July 12, 2018 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brianaohern/a30d043ba2afd8941bb26c16243c1987 to your computer and use it in GitHub Desktop.
Save brianaohern/a30d043ba2afd8941bb26c16243c1987 to your computer and use it in GitHub Desktop.
om.Analytics.impression Example
document.addEventListener('om.Analytics.impression', function(event) {
console.log(event.detail.Campaign.id + '-' + event.detail.Campaign.type + ' successfully tracked an impression.');
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment