You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/userpilot-mobile/index.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
title: Userpilot Mobile (Device Mode) Destination
3
3
---
4
4
5
-
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, allowing you to create more personalized experiences for your users across the product lifecycle.
5
+
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.
6
6
7
7
[Userpilot](https://www.userpilot.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} provides in-app guidance, product tours, and contextual onboarding experiences to help teams activate users and drive feature adoption.
8
8
9
-
This destination is maintained by Userpilot. For any issues with the destination, [contact the Userpilot Support team](mailto:[email protected]).
9
+
Userpilot maintains this destination. For any issues with the destination, [contact the Userpilot Support team](mailto:[email protected]).
10
10
11
11
## Getting started
12
12
13
-
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank"}, search for "Userpilot Mobile (Device Mode)".
13
+
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank"}, search for *Userpilot Mobile (Device Mode)*.
14
14
2. Select **Userpilot Mobile** and click **Add Destination**.
15
15
3. Select an existing Source to connect to Userpilot.
16
16
4. Go to the [Userpilot installation dashboard](https://run.userpilot.io/installation){:target="_blank"}, and copy your **App Token**.
Calling `identify` from `Segment` will trigger the`userpilot.identify`. Segment recommends passing as much data as possible to get the most out of Userpilot.
36
+
Calling Identify from Segment triggers`userpilot.identify`. Segment recommends passing as much data as possible to get the most out of Userpilot.
37
37
38
-
Data passed in an Identify call can be organized under different categories.
39
-
* Properties about the user such as `plan` or `userRole`to help targeting a specifc segment
38
+
Data passed in an Identify call can be organized under these different categories:
39
+
* Properties about the user such as `plan` or `userRole` help target a specific segment
40
40
* Properties to personalize the content of the Userpilot experiences, such as `name` or `company`
41
-
* 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 lifecyle
42
-
43
-
These appear within the Userpilot user dashboard and power audience segmentation and targeting.
41
+
* 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
44
42
43
+
These appear within Userpilot's user dashboard and power audience segmentation and targeting.
45
44
46
45
### Group
47
46
Send [Group](/docs/connections/spec/group) calls to associate users with an account, organization, or project.
Segment sends Group calls to Userpilot as a `userpilot.identify` update with company-level traits, allowing you to use company metadata in targeting logic.
55
+
Calling Group from Segment triggers `userpilot.identify` with company-level traits, allowing you to use company metadata in targeting logic.
57
56
58
57
59
58
### Screen
@@ -63,7 +62,7 @@ Send [Screen](/docs/connections/spec/screen) calls to track navigation or screen
63
62
analytics.screen(title: "Home")
64
63
```
65
64
66
-
Segment sends Screen calls to Userpilot as a`userpilot.screen` event. This allows Userpilot to:
65
+
Calling Screen from Segment triggers`userpilot.screen` event. This allows Userpilot to:
67
66
* Trigger relevant experiences configured for specific pages/screens.
68
67
* Check for ongoing experiences already running.
69
68
@@ -73,11 +72,12 @@ Segment sends Screen calls to Userpilot as a `userpilot.screen` event. This allo
73
72
Send [Track](/docs/connections/spec/track) calls to log user actions or custom events.
0 commit comments