Skip to content

Commit 034a45d

Browse files
authored
Merge pull request #4689 from segmentio/thomas/userpilot
update name per partner request
2 parents 5432380 + 0e2f915 commit 034a45d

File tree

1 file changed

+6
-6
lines changed
  • src/connections/destinations/catalog/userpilot

1 file changed

+6
-6
lines changed

src/connections/destinations/catalog/userpilot/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
rewrite: true
3-
title: Userpilot
3+
title: Userpilot Web Plugin
44
id: 5ca9d0c1b7119500014381d3
55
---
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.
77

88
This destination is maintained by Userpilot. For any issues with the destination, [contact the Userpilot Support team](mailto:[email protected]).
99

@@ -15,8 +15,8 @@ This destination is maintained by Userpilot. For any issues with the destination
1515
{% include content/connection-modes.md %}
1616

1717
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.
2020

2121
## Page
2222
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
4141

4242
Data passed in the `identify` can be organized under different categories.
4343
* 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`.
4545
* 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.
4646

4747

@@ -53,4 +53,4 @@ If you're not familiar with the Segment Specs, take a look to understand what th
5353
analytics.track('Clicked Login Button')
5454
```
5555

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

Comments
 (0)