Script Blocking box re-formatting HTML badly
-
Hi friends,
I’m trying to put this Analytics code on the Script Blocking box:
<!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-121428573-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-123456789-1'); </script>Not sure if it only happens to me, but the first
scripttag is being transformed into an anchor tag<a href=""></a>.Any ideas why?
Thanks,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Script Blocking box re-formatting HTML badly’ is closed to new replies.