-
-
Save jtsternberg/b5402fe925a9870edb876dfd067c77dc to your computer and use it in GitHub Desktop.
Runs just before any split test elements are normalized.
This file contains 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.Campaign.normalize', function(event) { | |
console.log(event.detail.Campaign); | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment