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.

Custom Separator

This code creates a custom separator smart tag for OptinMonster, which determines whether to use ?…

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 114 115 116 117 118 124