tg666

Results 10 comments of tg666

Hi, sorry for the late response. If I understand correctly, it would be ok if the following would be called in the GTM template: ``` setDefaultConsentState({ ... real defaults ......

Hi, There is a "Revision" field in the template for this purpose. If you increase the revision number, all users will see the cookie bar again. https://github.com/68publishers/cookie-consent?tab=readme-ov-file#how-to-manage-revisions

> Thanks for the tip - but somehow it doesnt work for me. I changed the revision number from 0 to 1, published the GTM container and browser did not...

> It works in GTM preview mode perfectly well - once I publish it the bar does not reappear on the web That's what I was talking about. If you've...

Hi, Cross-domain consent is unfortunately not possible. However, cross-subdomain is. The "Cookie domain" field in the GTM template is used for this. If the domain of your site is `example.com`,...

I don't think it needs to be implemented. We set `default consent` already in [the GTM template](https://github.com/68publishers/cookie-consent/blob/main/gtm_template.tpl#L2215), according to the user's previous preferences. The template should be set to trigger...

@xemlock would it be possible to make a tag? ... thanks :))

Related to http://github.com/orestbida/cookieconsent/issues/97, https://github.com/orestbida/cookieconsent/issues/520 or https://github.com/orestbida/cookieconsent/issues/12 TLDR: The original "widget" (`orestbida/cookieconsent`) has logging enabled in the source code and disabled in the dist code. So there is currently no way...

Hi, It should be possible to achieve this behavior by attaching custom event handlers to the `consent:first-action` and `consent:changed` events. ```html function onConsentUpdated() { window.dataLayer.push({ 'event': 'some_consent_changed', }); } window.cookieConsentWrapperEvents...

Hi, the “problem” is in the incognito window in Safari if you have Advanced Protection turned on. At that moment Safari absolutely blocks GTM, Google Ads, Analytics and other tools....