Expand my Community achievements bar.

Owner Iq Pixel

Avatar

Level 1

Hi

I have been asked to implement a owneriq pixel on my site

/*<!-- OwnerIQ Analytics1 -->

<!-- xxxxxx - Analytic Pixel -->

//<script type="text/javascript">

window._oiqq = window._oiqq || [];

_oiqq.push(['oiq_addPageLifecycle', 'xxxx']);

_oiqq.push(['oiq_doTag']);

(function() {

var oiq = document.createElement('script'); oiq.type = 'text/javascript'; oiq.async = true;

oiq.src = document.location.protocol + '//px.owneriq.net/stas/xxxxx.js';

var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(oiq, s);

})();

//</script>

<!-- End OwnerIQ tag -->*/

implementing this is creating errors .How do i convert this into code as shown in this link

Get the most out of DTM for deploying Third Party Tracking | Digital Data Tactics

1 Reply

Avatar

Level 10

Can you tell us a bit more about the errors you are getting?