I was given this retargeting pixel code and told to add it to the footer of our website kebmo.com.
I am using the Pro theme with the footer builder. I tried adding it to the Custom JS in the footer builder, but that didn’t seem to work. I didn’t find anything in docs or any recent posts with this specific topic.
<script src="https://js.adsrvr.org/up_loader.1.1.0.js" type="text/javascript"></script>
<script type="text/javascript">
ttd_dom_ready( function() {
if (typeof TTDUniversalPixelApi === 'function') {
var universalPixelApi = new TTDUniversalPixelApi();
universalPixelApi.init("7yuo8xj", ["tqm3buk"], "https://insight.adsrvr.org/track/up");
}
});
</script>
What is the best way to add this?
Thanks!