fullstory-identify-users
CommunityIdentify users to link sessions and analytics
Authorrcmaples
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill guides developers in correctly identifying users in Fullstory to link sessions to stable user IDs, enabling reliable analytics, searchability, and cross-device tracking while preserving user privacy.
Core Features & Use Cases
- Identify users immediately after authentication to ensure session data is associated with the correct uid.
- Maintain identity across page navigation, SPA/SSR, and OAuth/SSO callbacks; support anonymization flows when switching accounts.
- Use properties (displayName, email, role, plan) for discoverability and segmentation; prefer setIdentity for initial linking and setProperties for updates.
Quick Start
Identify a logged-in user and link their session: FS('setIdentity', { uid: user.id, properties: { displayName: user.name, email: user.email } })
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: fullstory-identify-users Download link: https://github.com/rcmaples/btx/archive/main.zip#fullstory-identify-users Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.