Documentation
Website
  • Getting Started
  • Customer Journey
    • Creating a Customer Journey
    • Understanding the Journey
    • Performance Dashboard
    • Pre-built Templates
  • Cross-Channel Messages
    • Mobile Push
    • Web Push
    • In-App Message
    • SMS/LMS
    • Webhook
  • Data Integration
    • User ID
    • Events
    • Tags
    • Integrating Amplitude
    • Integrating Mixpanel
  • Audience
    • Segments
    • Device Management
  • Engagement Tools
    • Message Personalization
    • Template
  • Analytics & Insights
    • Dashboard
    • Real-time Analytics
  • Guide for Developers
    • Mobile SDK Setup
      • Android SDK Setup
      • iOS SDK Setup
      • React Native SDK Setup
      • Flutter SDK Setup
      • Additional Setup
        • Android: FCM Setup (v1)
        • Android: Notification Icons
        • iOS: APNS Setup
        • iOS: Disable Swizzling
    • Web SDK Setup
    • REST API Reference
    • Mobile SDK Reference
    • Web SDK Reference
Powered by GitBook
On this page
  • Integrating User ID
  • Checking User ID
  • Filtering Users
  1. Data Integration

User ID

PreviousData IntegrationNextEvents

Last updated 7 months ago

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.

Integrating User ID

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:

  • / : FlareLane.setUserID("USER_ID")


Checking 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.

Filtering Users

Using the user ID, you can segment your users into registered users and unregistered users, as shown below:

Web SDK
Mobile SDK
Image by FlareLane
Image by FlareLane
FlareLane All Devices page showing how to add User ID which identifies the customers as members or non-members
FlareLane Segments page showing how to use User ID to create members and non-members segments