hello. I'm trying to implement the Impact tag and it is not loading the identity function. This goes in the <head>. <script type="text/javascript">
(function(a,b,c,d,e,f,g){e['ire_o']=c;e[c]=e[c]||function(){(e[c].a=e[c].a||[]).push(arguments)};f=d.createElement(b);g=d.getElementsByTagName(b)[0];f.async=1;f.src=a;g.parentNode.insertBefore(f,g);})('https://utt.impactcdn.com/<removed>.js','script','ire',document,window);
</script> and this in the <body> <script type="text/javascript">
ire('identify', {customerId: '', customerEmail: ''}); </script> What is the best way to get this working or event set it up? Right now the tag is in a Tealium Generic Tag and loads as expected. The identity function (ire) is a javascript extension and is not firing on page load. Customer email and ID are not going to be sent so the instructions are to leave these empty. I've tried the variations of the tag scope from tag scoped to load after extensions. Any thoughts welcome. Thanks.
... View more