Skip to content

Chome end of third-party cookies #634

Answered by orestbida
adriallongarriu asked this question in Q&A
Discussion options

You must be logged in to vote

@adriallongarriu, we're talking about third party cookies. We don't interact directly with third party cookies, those are set from external services and removed when the browser session ends. I assume nothing will change for us, since this plugin only handles first party cookies.

This is how I would implement google consent mode v2 using script tags:

<script 
    type="text/plain"
    data-category="necessary">

    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}

    gtag('consent', 'default', {
        ad_storage: 'denied',
        ad_user_data: 'denied',
        ad_personalization: 'denied',
        analytics_storage: 'denied',
        functio…

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
4 replies
@adriallongarriu
Comment options

@pedrouran
Comment options

@pedrouran
Comment options

@pedrouran
Comment options

Answer selected by adriallongarriu
Comment options

You must be logged in to vote
5 replies
@orestbida
Comment options

@darkWolf-PR
Comment options

@orestbida
Comment options

@axelf
Comment options

@ibarral
Comment options

Comment options

You must be logged in to vote
2 replies
@orestbida
Comment options

@nyccp
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants