You just need to copy all your google analytic code and paste it to Customize > Footer Options > Google Analytics Code.
Full google analytics code will look like this:
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-73414322-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-44444444-1');
</script>
Hello,
I would like to add Google Analytics to my website. I have already pasted the "UA-..." code in the "Footer Options" section.
But this doesn't work, as I still need to paste the Global Site Tag to the <head> section of my site. How can I do this ?
Thanks.
Hi,
You just need to copy all your google analytic code and paste it to Customize > Footer Options > Google Analytics Code.
Full google analytics code will look like this:
Best Regards,
PenciDesign
Thank you very much.