CleverTap / clevertap-web-sdk

CleverTap Web SDK
https://clevertap.com/
MIT License
12 stars 18 forks source link

Privacy settings changes after init #197

Closed segux closed 2 months ago

segux commented 3 months ago

Hi, we have cookiebot for cookie consent.

Im starting clevertap before if user accepted or not cookie consent.

Can we change privacy settings after init?

PraveenCTzen commented 3 months ago

Hey,

Just a quick check-in to clarify something: Are you looking to modify cookie permission settings or CleverTap privacy settings?

For instance, in CleverTap, you might use: clevertap.privacy.push({optOut: false}); // Set the flag to true if the user opts out of sharing their data.