Skip to content

Instantly share code, notes, and snippets.

@brianaohern
Created July 11, 2018 20:29
Show Gist options
  • Save brianaohern/948858dc84901eee53bb1d42c21f0891 to your computer and use it in GitHub Desktop.
Save brianaohern/948858dc84901eee53bb1d42c21f0891 to your computer and use it in GitHub Desktop.
om.Optin.success
document.addEventListener('om.Optin.success', function(event) {
// This event is passed the Campaign object
console.log(event.detail.Campaign);
// This event is passed the Optin object
console.log(event.detail.Optin);
// This event is passed the success response
console.log(event.detail.response);
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment