Ignitify

Install Script


<script>
window.ignitifySettings = { ignitifyId: "2be8af6f-8f13-4b36-a08a-db148c787ca9" };
</script>

<script>
(function () { var w = window; var ic = w.Ignitify; if (typeof ic === 'function') { ic('reattach_activator'); ic('update', w.ignitifySettings); } else { var d = document; var i = function () { i.c(arguments); }; i.q = []; i.c = function (args) { i.q.push(args); }; w.Ignitify = i; var l = function () { var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'https://ignitify-tagmanager-scripts.drivecentric.io/prod/ignitify-tagmanager.js'; var x = d.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); }; if (document.readyState === 'complete') { l(); } else if (w.attachEvent) { w.attachEvent('onload', l); } else { w.addEventListener('load', l, false); } } })();
</script>

How to use the code

Paste the code above right before the closing body tag of every page you need Ignitify features to load. For example, this script would be placed on a parent template in the footer of your website that appears on every page.