I believe this Google Analytics script is correct, I’ve followed directions, but when I run Google Tag Assistant, it cannot find any tags on my site.
Why isn’t this working?
(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-XXXXXXX’);
window.dataLayer = window.dataLayer || ;
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘UA-XXXXX-X’);
gtag(‘config’, ‘AW-XXXXXX’);
gtag(‘config’, ‘G-XXXXXXX’);