mindshape-GmbH / mindshape_cookie_consent

This extension provides functionality to create a customizable cookie consent for your website. It is developed for flexibility to be customized in accordance to your data security guidelines.
10 stars 13 forks source link

Consecutive page calls #5

Closed shroom24 closed 3 years ago

shroom24 commented 3 years ago

Hello,

so the EventListener gets fired when the user agrees to the options form. But how about finding out which options have been consented to in consecutive page calls? Do I need to read the cookie options myself or is there a Javascript object?

featdd commented 3 years ago

Hi @shroom24,

if you made your consent and load another page the event will be dispatched immidiatly. In the event.detail property you'll find the consents made by the user. You may have a look into the documentation.

Greetings Daniel