Skip to content

Commit 1455ccb

Browse files
authored
Apply suggestions from code review
1 parent 5e670d5 commit 1455ccb

File tree

1 file changed

+11
-10
lines changed
  • src/connections/destinations/catalog/userlens

1 file changed

+11
-10
lines changed

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
---
2-
title: Userlens By Wudpecker - Destination
2+
title: Userlens By Wudpecker Destination
3+
id: 678b412b643761937104abb2
34
---
45

56

6-
[Userlens By Wudpecker](https://userlens.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} is the Next-Gen of Product Intelligence. Userlens combines quantitative data from Segment, PostHog, etc and qualitative feedback from Intercom, Wudpecker user interviews, etc to give you a full picture of how your users are using your products and features.
7+
[Userlens By Wudpecker](https://userlens.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} is the Next-Gen of Product Intelligence. Userlens combines quantitative data from products like Segment and PostHog, and qualitative feedback from products like Intercom and Wudpecker user interviews, to give you a full picture of how your users are using your products and features.
78

89
This destination is maintained by Wudpecker. For any issues with the destination, [contact the Wudpecker Support team](mailto:[email protected]).
910

1011

1112
## Getting started
1213

1314

14-
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank"} search for "<Userlens>".
15-
2. Select <Userlens> and click **Add Destination**.
16-
3. Select an existing Source to connect to <Userlens>.
17-
4. Go to the [<Userlens> settings](https://app.userlens.io/settings?tab=integrations&subtab=SEGMENT){:target="_blank"}, find and copy the **API key**.
18-
5. Enter the **API Key** in the <Userlens> destination settings in Segment.
15+
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank"} search for *Userlens*.
16+
2. Select *Userlens* and click **Add Destination**.
17+
3. Select an existing Source to connect to the Userlens destination.
18+
4. Go to the [Userlens settings](https://app.userlens.io/settings?tab=integrations&subtab=SEGMENT){:target="_blank"} in the Userlens app to copy the **API key**.
19+
5. Enter the **API Key** in the Userlens destination settings in Segment.
1920

2021

2122
## Supported methods
2223

23-
Userlens supports the following methods, as specified in the [Segment Spec](https://segment.com/docs/connections/spec).
24+
Userlens supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
2425

2526

2627
### Identify
2728

28-
Send [Identify](https://segment.com/docs/connections/spec/identify) calls to Identify users in Userlens. For example:
29+
Send [Identify](/docs/connections/spec/identify) calls to identify users in Userlens. For example:
2930

3031
```js
3132
analytics.identify('userId123', {
@@ -38,7 +39,7 @@ Segment sends Identify calls to Userlens as an `identify` event.
3839

3940
### Track
4041

41-
Send [Track](https://segment.com/docs/connections/spec/track) calls to add events in Userlens. For example:
42+
Send [Track](/docs/connections/spec/track) calls to add events in Userlens. For example:
4243

4344
```js
4445
analytics.track('Login Button Clicked')

0 commit comments

Comments
 (0)