Hi,
Busy trying to implement a tag like below but can't locate a tag type for implementing. Only Scripts src is allowed but I need to insert javascript code for the below. Any ideas on how to achieve this?
<script>(function(a){var d=document,c=d.createElement("script");c.async=!0,c.defer=!0,c.src=a,d.getElementsByTagName("head")[0].appendChild(c)})((iatDev=(window.location.href.indexOf("iatDev=1")>-1||document.cookie.indexOf("iatDev=1")>-1),"//"+(window.location.protocol=="http:"&&!iatDev?"h":"")+"j.flxpxl.com/111111.js?r="+Math.random()*1e16+"&m=992&a=111111"+(iatDev?"&d=1":"")))</script>
... View more