Has anyone managed to get this working.
I can't seem to find a simple step by step guide it all just seems to say it should work!!
We have updated to 18.2.2
I have
and
in the html
I have the ENABLE TAG MANAGER and use TAG MANGER FOR GOOGLE ANYTICS ticked
I have the code
and
in the relevant boxes (the ****** is replaced with our tag ID).
But no tracking
Do I need to do something in Tag Manager too?
James
I can't seem to find a simple step by step guide it all just seems to say it should work!!
We have updated to 18.2.2
I have
HTML Code:
<actinic:variable name="TagManagerHeadCode" />
HTML Code:
<actinic:variable name="TagManagerBodyCode" />
I have the ENABLE TAG MANAGER and use TAG MANGER FOR GOOGLE ANYTICS ticked
I have the code
HTML Code:
<!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm'+'.'+'js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-*******');</script> <!-- End Google Tag Manager -->
HTML Code:
<!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-*******'" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) -->
But no tracking
Do I need to do something in Tag Manager too?
James
Comment