SDK d'analytique du Tracker

Apprenez à configurer et à utiliser le SDK d'analytique du tracker OpenReplay

SDK d'analytique du Tracker

Apprenez à configurer le SDK d’analytique du tracker OpenReplay.

// 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()

Si vous rencontrez des problèmes, rejoignez notre Slack ou consultez notre Forum et obtenez de l’aide auprès de notre communauté.