221 Snippets
<10 Favourites
<10 Downloads

slide-top-left.css

html div#om-{{id}} { top: 0px !important; bottom: unset !important; right: auto !important; margin-left: 20px !important; transition:…

slide-right-center.css

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

slide-left-center.css

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

om-available.js

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

specific-element-custom-font.css

div#om-{{id}} .my-headline * { font-family: "Proxima Nova", Helvetica, "Helvetica Neue", Arial, sans-serif !important; }

Untitled Snippet

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

Webhook smart tags

{ "smart_tags": { "region": "Gujarat", "state": "Gujarat", "province": "Gujarat", "territory": "Gujarat", "region_code": "GJ", "country": "India", "country_code":…

CSS for Countdown Timer text

Translate the text ‘Days’, ‘Hours’, ‘Minutes’, and ‘Seconds’ into another language.

Multiple Event Tracking Custom Form Example

How to use Multiple Event Tracking with a custom HTML form.

Multiple Event Tracking with an HTML Link

Example of how to use Multiple Event Tracking with an HTML link.

1 6 7 8 9 10 19