Created
July 12, 2018 13:47
-
-
Save brianaohern/e437a26e5b2248b0b1f66c33f54aa74a to your computer and use it in GitHub Desktop.
om.Campaign.load 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.Campaign.load', function(event) { | |
console.log("Congratulations! The " + event.detail.Campaign.id + '-' + event.detail.Campaign.type + " optin has been successfully loaded."); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment