Hey there,
I am trying to implement the new Google Analytics tracking code but the new version doesn’t seem to work when I put it in the Google Analytics addon, within the snippet area.
Site: innovativecg.com
This is the code I am trying to use:
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-67153321-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-67153321-4');
</script>
Is there a incompatibility with the new script? It doesn’t seem to be returning users but when I switch codes, it registers traffic.
In the meantime I have reverted to the standard analytics.js snippet.
Thanks for the help!