Hello,
we are using Zendesk Web Widget with Chat in our web app.
according to the documentation (https://developer.zendesk.com/embeddables/docs/widget/settings#cookies) there is a way for end user accept or decline cookies from Zendesk.
According to GDPR law, we should allow users to accept essential only cookies and decline non-essential (such as cookies used for Analytics or Functional cookies). Is there a way to do so?
I have tried setting cookies to false, which seem to block all Web Widget cookies (Essential, Functional, Analytics, etc.), and it makes chat feature unavailable.
window.zESettings = {
cookies: false
};
Is there a way to only allow essential cookies from Zendesk Web Widget and block non-essential? So that our users who prefer to block non-essentials still could use Web Widget with Chat.
When I mention non-essential cookies, I mean these:
ZD-store
ZD-buid
ZD-currentTime
ZD-suid
As far as I understand (based on https://support.zendesk.com/hc/en-us/articles/360022367533-Enabling-cookie-consent-for-the-Chat-widget-Web-SDK), the only essential cookie required for Web Widget and Chat to work is:
__zlcmid
Thank you.
--
kind regards,
Liubov