Comments

1 comment

  • Official comment

    Hi Claire Tran 

    Thanks for reaching out about this.

    For the v2 API, you can use FS('setIdentity', { uid, properties });. To anonymize a user once they've been identified, you can use FS('setIdentity', { anonymous: true });.
     
    Keep in mind, if you're using the browser SDK and you've initialized the SDK in your app using the FullStory namespace (i.e. import { FullStory } from '@fullstory/browser';) then you'd instead use that namespace for these methods — FullStory('setIdentity', { uid, properties });.

    Please let us know if this helps, or if you have any additional questions!

Please sign in to leave a comment.

Didn't find what you were looking for?

New post