Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

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();

Next