• Resolved imokweb

    (@imokweb)


    Hello
    I have a question about the cookie consent bar.
    Could you give me an example on how to configure the cookie bar coorectly?
    What and how do I have to configure this part https://prntscr.com/k3dggm.
    Example : on the website there are a bunch of cookies, r/collect is from a third party website, doubleclick.net, of PHPSESSID that is a necessary cookie used by wordpress.
    How can I make PHPSESSID to be unoptable out and r/collect optable out?
    Does the plugin stop all cookies until it is clicked not to do so ?
    Thank

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Basically you can add code snippets to your consents, for example your Google Analytics code. This will trigger a so called ‘Consent bar’ at the bottom of the page, just like a cookie bar. Your sites visitors are able to either decline or accept your added consents. Should they, for example, decline your ‘Analytics’ consent, this means the code snippet for Google Analytics won’t be loaded.

    In that matter it’s not really a cookie consent, as you’re not able to directly target cookies, like the ones you stated. You can however indirectly stop the loading of cookies by adding pieces of code that add these cookies, for example Analytics.

    So to answer your question: “Does the plugin stop all cookies until it is clicked not to do so ?” => No.

Viewing 1 replies (of 1 total)
  • The topic ‘cookie consent’ is closed to new replies.