I was told to put in this snippet of code for this very expensive software we’ve purchased and they’re saying it won’t work (probably) because of the builder plugin we use. Can you confirm why this would happen?
They copied the home page html plugged in the code and their software works just fine. Only when I did it in the builder in a certain section did the entire site break
I put this in the header:
<script>
var CRL8_SITENAME = 'myaderm-umnlon';
!function(){var e=window.crl8=window.crl8||{};e.pixel=e.pixel||function(){e.pixel.q.push(arguments)},e.pixel.q=e.pixel.q||[];var i=window.document,t=i.createElement("script"),n=e.debug||-1!==i.location.search.indexOf("crl8-debug=true")?"js":"min.js";t.src=i.location.protocol+"//cdn.curalate.com/sites/"+CRL8_SITENAME+"/site/latest/site."+n;var c=i.getElementsByTagName("script")[0];c.parentNode.insertBefore(t,c.nextSibling)}();
</script>
And this on the home page.
<div data-crl8-container-id="homepage"></div>