User ID
Last updated
Last updated
User ID is a unique identifier created for clients to distinguish users.
To send messages based on the ID, proper integration is essential. When a user logs in, link the customer-managed user ID with the FlareLane device to distinguish between members and non-members.
When a user successfully logs in or registers, assign a user ID so that the device can be identified using the customer’s user ID. Here's an example:
Web SDK / Mobile SDK: FlareLane.setUserID("USER_ID")
Once the integration is complete, you can create groups to distinguish between members and non-members by using a filter in the segment that checks for the presence of a user ID.
Using the user ID, you can segment your users into registered users and unregistered users, as shown below: