The Zendesk Chat widget requires specific cookies to function properly and register visitors. The main cookies are__zlcmid
and__zlcprivacy
, both stored on the customer's website top-host.__zlcmid
is used to store the visitor's ID for…
Visitors can opt into cookies for the Zendesk Chat widget using thecookieLaw
object in the Chat widget Javascript API. This allows the visitor to give consent before the Chat widget initializes. For more details, you can refer to the cookieLaw…
If you've built a custom widget using the Web SDK, it's crucial to handle cookie consent in your implementation. You should not callzChat.init
until the visitor has given consent to cookie usage. This ensures compliance with cookie laws and…
To enable cookie law mode for the Classic Web Widget, you need to use the Chat widget JavaScript API. If you encounter issues accessing the relevant documentation, try using an Incognito window or a different browser. If the problem persists, the…