Skip to content

Commit 9752397

Browse files
authored
Merge pull request #7393 from ankurdahama1997/wudpecker/destination
Create index.md for Userlens By Wudpecker
2 parents fa8dbe9 + 1455ccb commit 9752397

File tree

1 file changed

+48
-0
lines changed
  • src/connections/destinations/catalog/userlens

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Userlens By Wudpecker Destination
3+
id: 678b412b643761937104abb2
4+
---
5+
6+
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.
8+
9+
This destination is maintained by Wudpecker. For any issues with the destination, [contact the Wudpecker Support team](mailto:[email protected]).
10+
11+
12+
## Getting started
13+
14+
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.
20+
21+
22+
## Supported methods
23+
24+
Userlens supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
25+
26+
27+
### Identify
28+
29+
Send [Identify](/docs/connections/spec/identify) calls to identify users in Userlens. For example:
30+
31+
```js
32+
analytics.identify('userId123', {
33+
34+
});
35+
```
36+
37+
Segment sends Identify calls to Userlens as an `identify` event.
38+
39+
40+
### Track
41+
42+
Send [Track](/docs/connections/spec/track) calls to add events in Userlens. For example:
43+
44+
```js
45+
analytics.track('Login Button Clicked')
46+
```
47+
48+
Segment sends Track calls to Userlens as a `track` event.

0 commit comments

Comments
 (0)