Created
July 12, 2018 14:55
-
-
Save brianaohern/a30d043ba2afd8941bb26c16243c1987 to your computer and use it in GitHub Desktop.
om.Analytics.impression Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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