Skip to content

Commit 4325720

Browse files
Create index.md for Userlens By Wudpecker
1 parent bf14b63 commit 4325720

File tree

1 file changed

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

1 file changed

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

0 commit comments

Comments
 (0)