Discussion

Digital Experience Analytics, Full Story

FullStory is the digital experience analytics platform for on-the-fly funnels, pixel-perfect replay, custom events, heat maps, advanced search and Dev Tools

User Identification

Each time a page loads from a user we can identify, we will want a bit of JavaScript to call the FS.identify function to associate your own application-specific id with the active user. In this article, we’ll refer to this as the uid.

FullStory maintains user identity using cookies, which can change over time and across devices. FS.identify allows FullStory to associate the current cookie with the user as your application uniquely knows them. We use the term uid to refer to your app’s id for a given user.

FullStory has special system fields for displayName and email. You can supply values for these fields like so:

Using FullStory in ReactUsing FullStory in React

React Fullstory is a component to run FullStory in the React application.

Installation

Usage

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *