Fix the InvalidInternetMessageHeader Error in Outlook

This snippet will modify specific headers in your emails, which can help resolve this ‘InvalidInternetMessageHeader’ error…

Update FES Vendor/Seller profile link

Update a specific Seller profile link to a custom one

om-js-events-ga-impression.js

// OptinMonster Javascript Event for Google Analytics Impression Event document.addEventListener( 'om.GoogleAnalytics.preImpressionEvent', function( event ) { var…

slide-left-center.css

html div#om-{{id}} { left: 0 !important; height: 540px !important; top: calc(540px / 2) !important; bottom: calc(540px…

Website Unavailable

Used when client is not current with payments or has moved their site.

DJ-Animations Musicalesd

Animation des soirées privées et publiques (anniversaires, mariages, soirées dansantes, fetes votives,....)

Awni Attia
<10

om.Tags.init

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

om.Action.init

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

om.Analytics.track example 2

document.addEventListener('om.Analytics.track', function(event) { if ( 'conversion' === event.detail.Analytics.type ) { dataLayer.push({ 'event': 'gaTriggerEvent', // Follow Custom…

1 47 48 49 50 51 124