Skip to content

Commit c3e4443

Browse files
authored
Update index.md
1 parent 534f73e commit c3e4443

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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)