Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35861
    AdrianB
    Participant

    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&gt;
    <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

    #35862
    AdrianB
    Participant
    This reply has been marked as private.
    #35966
    leon700
    Participant

    Hello,

    I have the same issue! What is the solution?

    Regards
    Leon

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.