Andreas Dewes

Results 92 comments of Andreas Dewes

Hi @studiovlijmscherp, we have a callback now that you can use for this purposes, like this: ``` let manager = klaro.getManager() // get the consent manager manager.watch({ update: function(manager, eventType,...

Btw @Striffly we closed this PR since we merged it with another change by the same author, if I remember correctly.

What triggers the callback is not the consent modal but the fact that you initialize a consent manager, which loads the users' consent choices from the local storage or the...

Hi @boldtrn, I agree that it might be good to add some more context here, we'll see how we can do this.

Interesting, we already have an option for `required` apps, which you could use to list cookies. Would it make sense to define `app` entries for each of those (with lists...

Sounds like a very useful feature and easy to implement, I guess we could add a `cookiePolicy` section to each app entry (as the current `cookies` entry is just for...

Hey @afanjul and @jmalinens, we already support Google Consent Mode (GCM) and advanced consent modes for Google Tag Manager (GTM), currently this is only available in our hosted solution as...

Hi @afanjul, thanks for the reply! So there are several ways to go about this: - You can mark Google Tag Manager as a required service. In that case, if...

Great idea, I didn't think of that! If you configure GTM correctly this is an option as well, just make sure it won't load additional scripts until the user grants...

Thanks for reporting this @TizioFittizio, we'll fix this in the next release!