Event Use

document.addEventListener('EVENT NAME', function(event) {} );

om.Campaign.normalize

document.addEventListener('om.Campaign.normalize', function(event) { console.log(event.detail.Campaign); } );

om.Campaign.load example

document.addEventListener('om.Campaign.load', function(event) { console.log("Congratulations! The " + event.detail.Campaign.id + '-' + event.detail.Campaign.type + " optin has…

om.Analytics.impression

document.addEventListener('om.Analytics.impression', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…

Remove All Campaigns From a Specific URL-v1

document.addEventListener('om.Campaign.startShow', function(event) { if(window.location.href == 'https://example.com/specific-page') { // replace with your specific URL var optinCampaign =…

RAVER DOGS - HEADER V2 STYLESHEET

/* ================================================================= RAVER DOGS - HEADER V2 STYLESHEET ================================================================= */ /* --- 1. Global & Body…

1 116 117 118 119 120 225