Installation
Initialization
Initialize the SDK once, at the root of your application (e.g.App.tsx, main.js), before any tracking call.
What you can do
Event Tracking
Automatic capture, custom events, and the semantic catalog.
Feature Tracking
Map events to features and measure adoption.
Conversions
Capture leads and goals, attributed across sessions.
CDN & Infrastructure
How the SDK is distributed and how events reach the server.
SDK Reference
Every method and init option.
Core methods
Identify
Associate a visitor with traits. Call when a user logs in or updates their profile.Track
Record a custom event for any user action.Conversion
Record a high-value outcome — enriched into a lead.conversion() is async: it
waits for the visitor id to resolve, then returns the server-acknowledged result.