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/userlens/index.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,32 @@
1
1
---
2
-
title: Userlens By Wudpecker - Destination
2
+
title: Userlens By Wudpecker Destination
3
+
id: 678b412b643761937104abb2
3
4
---
4
5
5
6
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.
7
8
8
9
This destination is maintained by Wudpecker. For any issues with the destination, [contact the Wudpecker Support team](mailto:[email protected]).
9
10
10
11
11
12
## Getting started
12
13
13
14
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.
19
20
20
21
21
22
## Supported methods
22
23
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).
24
25
25
26
26
27
### Identify
27
28
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:
29
30
30
31
```js
31
32
analytics.identify('userId123', {
@@ -38,7 +39,7 @@ Segment sends Identify calls to Userlens as an `identify` event.
38
39
39
40
### Track
40
41
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:
0 commit comments