Hello,
we use the analytics script
<!– Global site tag (gtag.js) – Google Analytics –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=UA-xxxx”></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘UA-xxxx’);
</script>
in header. We added this in script blocking area in cookie notice.
Works fine and blocks cookies.
Then we allowed cookies and the tree cookies appeared
_ga
_gat_gtag_UA_XXXX
_gid
Then we withdrawed again, but only the _gat_gtag_UA_XXXX cookie was removed.
_ga
_gid
are still there.
Is this o.k.? How can all google cookies be removed?
regards
Adrian