Pre-requisites
Have you installed the Hyperengage SDK?
If not, please install the Hyperengage SDK before proceeding with the .identify
method.
Users
Overview
This guide will walk you through theidentify
method to effectively identify your product’s users. By doing so, you can monitor which users are triggering events in Hyperengage. It’s advisable to integrate this code snippet where user sign-ups, logins, or account details are updated.
Code Implementation
ReplaceYOUR_USER_ID
with a distinct identifier, ideally the user ID from your database. It’s also madatory to add your user’s name and email. It’s also beneficial to include the user’s other “traits” such as avatar, role, etc. This data will be displayed on the user’s profile and can be utilized to filter users in reports.