You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose I configure the extension to have third party cookies as options. The user selects the cookies he wants to allow/disallow and saves the state. The cookies are set and the cookie pop-up disappears - that's what a cookie is for. After a certain time a new third party cookie is added. Now the cookie popup needs to be displayed again but currently that does not work. As the user, you wouldn't know if there is a new cookie or if something has changed in the cookie configuration.
If you select "Accept all cookies" when you first enter the page, would newly added cookie options be automatically accepted at a later date?
The user should see the pop-up again when changing the cookie configuration and existing settings should be retained.
The text was updated successfully, but these errors were encountered:
any tracking object (indicated by tracking object key)
Or should we just add a setting like e.g. consentConfigurationVersion - so the integrator would change that and if existing cookies don't match it we show the consent banner?
how can i implement plugin.tx_cookieman.settings.consentConfigurationVersion? What are expected values? I dont see this in documentation or in typoscript of extension
Suppose I configure the extension to have third party cookies as options. The user selects the cookies he wants to allow/disallow and saves the state. The cookies are set and the cookie pop-up disappears - that's what a cookie is for. After a certain time a new third party cookie is added. Now the cookie popup needs to be displayed again but currently that does not work. As the user, you wouldn't know if there is a new cookie or if something has changed in the cookie configuration.
If you select "Accept all cookies" when you first enter the page, would newly added cookie options be automatically accepted at a later date?
The user should see the pop-up again when changing the cookie configuration and existing settings should be retained.
The text was updated successfully, but these errors were encountered: