Is anybody using the Google Tag feature in v18.2.2 ?
I'm not too sure what to do. I have entered the following code into the <head> field and a space into the <body> field but this is not working:
I'm not too sure what to do. I have entered the following code into the <head> field and a space into the <body> field but this is not working:
Code:
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-xxxxxxxxxxx"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-xxxxxxxxxxx');
</script>
Comment