Anonymize
How to reset the cookie identifier associated with a customer's browser in Optimizely Data Platform (ODP) using the Web SDK.
Calling anonymize()
resets the cookie identifier associated with the browser. Use this when a user logs out or is on shared devices between form submissions that include identifiers.
zaius.anonymize();
Updated 12 months ago
Next