I have on my site classi google script in header:
<script src="https://www.googletagmanager.com/gtag/js?id=xxxxx"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'xxxxxx');
</script>
And cookieMonster is loaded in footer section as was designed.
But _ga cookies are created before I grant consent and still persist after I decline them...
I'm not web professional mayby doing something wrong on my side...
Thank you
I have on my site classi google script in header:
<script src="https://www.googletagmanager.com/gtag/js?id=xxxxx"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'xxxxxx'); </script>And cookieMonster is loaded in footer section as was designed.
But _ga cookies are created before I grant consent and still persist after I decline them...
I'm not web professional mayby doing something wrong on my side...
Thank you