-
Notifications
You must be signed in to change notification settings - Fork 393
Create index.md for Userlens By Wudpecker #7393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
stayseesong
merged 3 commits into
segmentio:develop
from
ankurdahama1997:wudpecker/destination
Jan 31, 2025
Merged
Changes from 2 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
title: Userlens By Wudpecker - Destination | ||
--- | ||
|
||
|
||
[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. | ||
stayseesong marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
This destination is maintained by Wudpecker. For any issues with the destination, [contact the Wudpecker Support team](mailto:[email protected]). | ||
|
||
|
||
## Getting started | ||
|
||
|
||
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank"} search for "<Userlens>". | ||
2. Select <Userlens> and click **Add Destination**. | ||
3. Select an existing Source to connect to <Userlens>. | ||
4. Go to the [<Userlens> settings](https://app.userlens.io/settings?tab=integrations&subtab=SEGMENT){:target="_blank"}, find and copy the **API key**. | ||
5. Enter the **API Key** in the <Userlens> destination settings in Segment. | ||
stayseesong marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
|
||
## Supported methods | ||
|
||
Userlens supports the following methods, as specified in the [Segment Spec](https://segment.com/docs/connections/spec). | ||
stayseesong marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
|
||
### Identify | ||
|
||
Send [Identify](https://segment.com/docs/connections/spec/identify) calls to Identify users in Userlens. For example: | ||
stayseesong marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
```js | ||
analytics.identify('userId123', { | ||
email: '[email protected]' | ||
}); | ||
``` | ||
|
||
Segment sends Identify calls to Userlens as an `identify` event. | ||
|
||
|
||
### Track | ||
|
||
Send [Track](https://segment.com/docs/connections/spec/track) calls to add events in Userlens. For example: | ||
stayseesong marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
```js | ||
analytics.track('Login Button Clicked') | ||
``` | ||
|
||
Segment sends Track calls to Userlens as a `track` event. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.