• We were setting up Google Tag Manager to fire some specific tracking codes based on cookie acceptance and in doing so we discovered that using the “revoke” option does not reset the status of cookie_notice_accepted from “true” to “false”. As a result, the cookie is not actually revoked. When we checked the revoked code (line 469, front.j), we did not find any resetting of the cookie status, merely a switch back to the previous output where a user can accept or disable cookies.

    At this point we thought to try using “disable” now that it’s returned to the previous output and then it did change the value to false. So it all works – but it was a bit confusing and unclear as the defaults seemed to indicate “Revoke Consent” was all that was needed to complete the process.

    Just a bit of feedback!!! Now that we know what to do we’re good but wanted to pass this along.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Revoke Cookie Unclear’ is closed to new replies.