Skip to content

Commit f666eb3

Browse files
Paul Yoosanscontext
authored andcommitted
changes
1 parent e53d051 commit f666eb3

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ analytics.identify('userId123', {
3030
```
3131
Identify your users in UserLeap using Segment's Identify method. Segment `traits` map to UserLeap `attributes`.
3232

33-
**Important:** You can only create new users with Identify calls.
33+
**Important:** Only Identify calls can create new users.
3434

3535
## Track
3636
If you aren't familiar with the Segment Spec, take a look at the [Track method documentation](https://segment.com/docs/connections/spec/track/) to learn about what it does. An example call would look like:
3737
```js
38-
analytics.track('Clicked Button');
38+
analytics.track('Button Clicked');
3939
```
4040
Use Track calls to track events and use them as filtering criteria for your Surveys.
4141

42-
**Important:** Add Triggered Events mapped to your Segment Track event names in your UserLeap [Events dashboard](https://app.userleap.com/events) before sending them through Segment.
42+
Add Triggered Events mapped to your Segment Track event names in your UserLeap [Events dashboard](https://app.userleap.com/events) before sending them through Segment.
4343

4444
## Page
4545
If you aren't familiar with the Segment Spec, take a look at the [Page method documentation](https://segment.com/docs/connections/spec/page/) to learn about what it does. An example call would look like:
@@ -48,7 +48,7 @@ analytics.page()
4848
```
4949
Segment sends Page calls to UserLeap as a `pageview` which you can use as filtering criteria for your surveys.
5050

51-
**Important:** Add Page URLs mapped to your Segment Page call's `properties.url` field in your UserLeap [Events dashboard](https://app.userleap.com/events) before sending them through Segment.
51+
Add Page URLs mapped to your Segment Page call's `properties.url` field in your UserLeap [Events dashboard](https://app.userleap.com/events) before sending them through Segment.
5252

5353

5454
## Alias

0 commit comments

Comments
 (0)