Developer forum

Forum » CMS - Standard features » Dynamicweb cookie

Dynamicweb cookie

Tina Engelsen Pedersen
Reply

Hi

When implementing cookiebot on a Dynamicweb solution, it is always a problem to block the Dyanmicweb cookie when using manual cookie handling width cookiebot. Is there a way to ad cookie blocking to it with cookiebot, as it is classified as a marketing cookie?


Replies

 
Nicolai Pedersen
Reply
This post has been marked as an answer

Hi Tina

When the user accepts or denies in the cookie banner from Cookiebot, you can set an additional cookie that Dynamicweb will understand. How to do that, you will have to lookup in Cookiebot docs.

Create a http only cookie using javascript named "Dynamicweb.CookieOptInLevel" with one of these values:

  1. "0" (None) - meaning no cookies will be set by DW
  2. "1" (Functional) - meaning only functional cookies will be set - like remember password etc.
  3. "2" (All) - meaning all cookies are accepted.

It is also possible to create additional cookie categories and use the backend to classify cookies differently. See https://doc.dynamicweb.com/documentation-9/platform/platform-tools/cookie-manager

BR Nicolai

Votes for this answer: 1

 

You must be logged in to post in the forum