User tracking
API reference
Complete reference for Pointer’s user tracking API.
Data types
The core type for identifying a user in your application.
React hook API
useUser
Direct API methods
For use outside of React components or for non-React applications.
Props API
Flow completion behavior
When a user completes all steps in a flow, this completion is registered in their user data. Once a flow is registered as complete, it cannot be started again for that user, enabling one-time onboarding experiences.
Error handling
Most user tracking operations are designed to fail gracefully to prevent disrupting the user experience. Errors are logged but don’t typically cause application failures.
Data persistence
User data is persisted in the following ways:
- In-memory cache: For fast access during the current session
- Local storage: For persistence across page reloads
- Server: For analytics and personalization
Security considerations
- Sensitive data is never stored in
customData
field - User data is only accessible within your application domain