-
Task
-
Resolution: Fixed
-
Should have
-
None
-
8
-
Block: Cookies
-
Sprint #77
- As a user, I want to be able to change my consent on the Cookie Settings or/and to disable all types of trackings (analytics and remarketing).
Part 1: Set a 'no_track' cookie if user manually disables all tracking options
Where: Cookies block at Privacy & Cookies **
If the user uncheck both boxes __ it should:
- Remove the 'greenpeace' cookie (as it is happening today)
- Set a 'no_track' cookie with value as 'true'. This cookie should never expire - but it should be removed if the user accepts the Cookies Bar or check any of the boxes again.
========================//
Obs: As the current setup, if the user doesn't uncheck both boxes the value of the cookie 'greenpeace' will be set according to what the user has chosen. This behaviour should not be changed.
Resume:
Checkbox | Cookie name | Value |
User experience + Performance | 'greenpeace' | '2' |
User experience | 'greenpeace' | '1' |
None | 'no_track' | 'True' |