Tracker Analytics SDK
Analytics SDK
Section titled Analytics SDKLearn how to set up the OpenReplay tracker analytics SDK.
Modules
Section titled Modules PeopleManage user profiles and attributes. → EventsTrack and analyze user interactions and events. →
To learn more about managing your analytics data in the OpenReplay UI, visit Data Management.
Top-level signatures
Section titled Top-level signatures// Identify a user with an id (e.g. email, username, etc.)
tracker.analytics.identify(userId: string): void
// same as
tracker.analytics.people.identify()
// Add event to batch with option to send it immediately
tracker.analytics.track(eventName: string, tempProperties?: Record<string, any>, options?: { send_immediately: boolean })
// same as
tracker.analytics.events.track()
Have questions?
Section titled Have questions?If you encounter any issues, connect to our Slack or check out our Forum and get help from our community.