Hi!
To be sure, in total there should be in the header of my analytics cookies category scripts, should I have the following?
<script> enableGoogleAnalytics(); </script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-*****"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-*****');
</script>
Thanks!