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/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
rewrite: true
3
-
title: Userpilot
3
+
title: Userpilot Web Plugin
4
4
id: 5ca9d0c1b7119500014381d3
5
5
---
6
-
[Userpilot](https://userpilot.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) helps product teams increase user adoption by allowing them to trigger highly personalized onboarding experiences across the user journey. The Segment integration will help you install and send data to Userpilot without added development time.
6
+
[Userpilot Web Plugin](https://userpilot.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} helps product teams increase user adoption by allowing them to trigger highly personalized onboarding experiences across the user journey. The Segment integration will help you install and send data to Userpilot without added development time.
7
7
8
8
This destination is maintained by Userpilot. For any issues with the destination, [contact the Userpilot Support team](mailto:[email protected]).
9
9
@@ -15,8 +15,8 @@ This destination is maintained by Userpilot. For any issues with the destination
15
15
{% include content/connection-modes.md %}
16
16
17
17
1. From the Segment web app, click **Catalog**.
18
-
2. Search for "Userpilot" in the Catalog, select it, and choose which of your sources to connect the destination to.
19
-
3. Enter the "App Token" into your Segment Settings UI which you can find from your [Userpilot dashboard](https://app.userpilot.io/settings/setup) within the code snippet that looks like this `<script src = "https://deploy.userpilot.io/73fe57o8.js"></script>` where `73fe57o8` is the value you want to use.
18
+
2. Search for *Userpilot Web Plugin*in the Catalog, select it, and choose the source you want to connect the destination to.
19
+
3. Enter the **App Token** into your Segment Settings UI which you can find from your [Userpilot dashboard](https://app.userpilot.io/settings/setup){:target="_blank"} within the code snippet that looks like this `<script src = "https://deploy.userpilot.io/73fe57o8.js"></script>` where `73fe57o8` is the value you want to use.
20
20
21
21
## Page
22
22
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](/docs/connections/spec/page/) does. An example call would look like:
@@ -41,7 +41,7 @@ Calling `identify` from `analytics.js` will trigger the `userpilot.identify`. We
41
41
42
42
Data passed in the `identify` can be organized under different categories.
43
43
* Properties about the user such as `plan` or `userRole` to help targetting a specifc segment.
44
-
* Properties to personlize the content of the Userpilot experiences such as `name` or `company`
44
+
* Properties to personalize the content of the Userpilot experiences such as `name` or `company`.
45
45
* Properties to target users based on their lifecycle such as `createdAt`. This will allow you to target newly created accounts or accounts that have yet to achieve a certain feature in the user lifecyle.
46
46
47
47
@@ -53,4 +53,4 @@ If you're not familiar with the Segment Specs, take a look to understand what th
53
53
analytics.track('Clicked Login Button')
54
54
```
55
55
56
-
Calling `track` from `analytics.js` will trigger `userpilot.track`. This will send events data to Userpilot where it can be used for content triggering.
56
+
Calling `track` from `analytics.js` will trigger `userpilot.track`. This sends event data to Userpilot where it can be used for content triggering.
0 commit comments