Userpilot Mobile Device Mode Destination

Destination Info
  • Accepts Group, Identify, and Track calls
  • Refer to it as Userpilot Mobile in the Integrations object
  • This integration is partner owned. Please reach out to the partner's support for any issues.
  • This destination is in Beta

Userpilot helps product teams deliver personalized in-app experiences to increase growth metrics at every stage of the user journey. When you integrate Userpilot with Segment, you can send your Segment events to Userpilot, enabling you to create more personalized experiences for your users across the product lifecycle.

Userpilot provides in-app guidance, product tours, and contextual onboarding experiences to help teams activate users and drive feature adoption.

Userpilot maintains this destination. For any issues with the destination, contact the Userpilot Support team.

Getting started

  1. From your workspace’s Destination catalog page, search for Userpilot Mobile (Device Mode).
  2. Select Userpilot Mobile and click Add Destination.
  3. Select an existing Source to connect to Userpilot.
  4. Go to the Userpilot installation dashboard, and copy your App Token.
  5. Enter the App Token in the Userpilot destination settings in Segment.

Supported methods

Userpilot supports the following methods, as specified in the Segment Spec.

Identify

Send Identify calls to associate a user with traits. These are used for segmentation, personalization, and lifecycle targeting.

analytics.identify(userId: "<USER_ID>", traits: [
  "email": "john.doe@example.com",
  "name": "John Doe",
  "plan": "Pro",
  "createdAt": "2019-10-17"
])

Calling Identify from Segment triggers userpilot.identify. Segment recommends passing as much data as possible to get the most out of Userpilot.

Data passed in an Identify call can be organized under these different categories:

  • Properties about the user such as plan or userRole help target a specific segment
  • Properties to personalize the content of the Userpilot experiences, such as name or company
  • Properties to target users based on their lifecycle, such as createdAt, which allows you to target newly created accounts or accounts that have yet to achieve a certain feature in the user lifecycle

These appear within Userpilot’s user dashboard and power audience segmentation and targeting.

Group

Send Group calls to associate users with an account, organization, or project.

analytics.group(groupId: "<GROUP_ID>", traits: [
  "companyName": "Acme Inc.",
  "subscriptionTier": "Enterprise"
])

Calling Group from Segment triggers userpilot.identify with company-level traits, allowing you to use company metadata in targeting logic.

Screen

Send Screen calls to track navigation or screen changes in mobile apps.

analytics.screen(title: "Home")

Calling Screen from Segment triggers userpilot.screen event. This allows Userpilot to:

  • Trigger relevant experiences configured for specific pages/screens.
  • Check for ongoing experiences already running.

Track

Send Track calls to log user actions or custom events.

analytics.track(name: "Added to Cart", properties: [
  "itemId" : "sku_456",
  "price" : 29.99
])

Calling Track from Segment triggers userpilot.track. These custom events can be used to:

  • Trigger specific experiences (for example, a Carousel or Survey)
  • Monitor user behavior for analytics or lifecycle targeting

Engage

You can send computed traits and audiences generated using Engage to this destination as a user property. To learn more about Engage, schedule a demo.

For user-property destinations, an identify call is sent to the destination for each user being added and removed. The property name is the snake_cased version of the audience name, with a true/false value to indicate membership. For example, when a user first completes an order in the last 30 days, Engage sends an Identify call with the property order_completed_last_30days: true. When the user no longer satisfies this condition (for example, it’s been more than 30 days since their last order), Engage sets that value to false.

When you first create an audience, Engage sends an Identify call for every user in that audience. Later audience syncs only send updates for users whose membership has changed since the last sync.

Real-time to batch destination sync frequency

Real-time audience syncs to Userpilot Mobile Device Mode may take six or more hours for the initial sync to complete. Upon completion, a sync frequency of two to three hours is expected.

Settings

Segment lets you change these destination settings from the Segment app without having to touch any code.

Setting Description
Token
(required)
string, has no default value.

Your Userpilot mobile account token

This page was last modified: 06 Aug 2025



Get started with Segment

Segment is the easiest way to integrate your websites & mobile apps data to over 300 analytics and growth tools.
or
Create free account