|
1 | 1 | ---
|
2 |
| -title: UserLeap |
| 2 | +title: Sprig Cloud Destination |
3 | 3 | rewrite: true
|
4 | 4 | ---
|
5 | 5 |
|
6 |
| -[UserLeap](https://userleap.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is a microsurvey platform that continuously identifies opportunities to build better experiences. Gain clarity into customer needs and grow faster. |
| 6 | +[Sprig (formerly UserLeap)](https://sprig.com/?&utm_source=segment_2021-10-20&utm_medium=int&utm_campaign=integration) is an in-context user research platform that makes it fast and effortless for product teams to learn from their actual customers in real time, through microsurveys, concept tests, and video questions. |
7 | 7 |
|
8 |
| -This destination is maintained by UserLeap. For any issues with the destination, contact [the UserLeap support team](mailto:support@userleap.com). |
| 8 | +Sprig maintains this destination. For any issues with the destination, consult [Sprig's documentation](https://docs.sprig.com/docs/segment) or contact [[email protected]](mailto:support@sprig.com). |
9 | 9 |
|
| 10 | +> success "" |
| 11 | +> **Good to know**: This page is about the [non-Actions Sprig (formerly UserLeap) destination](/docs/connections/destinations/catalog/userleap/). There's also a page about the [Actions-framework](/docs/connections/destinations/actions/) Sprig Segment destination. Both of these destinations receive data from Segment. |
10 | 12 | ## Getting Started
|
11 | 13 |
|
12 | 14 | {% include content/connection-modes.md %}
|
13 | 15 |
|
14 | 16 | 1. From the Destinations catalog page in the Segment App, click **Add Destination**.
|
15 |
| -2. Search for "UserLeap" in the Destinations Catalog, and select the UserLeap destination. |
16 |
| -3. Choose which Source should send data to the UserLeap destination. |
17 |
| -4. Go to the [UserLeap dashboard](https://app.userleap.com/settings/installation), find and copy the **API key**. |
18 |
| -5. Enter the UserLeap API Key that you copied in the UserLeap destination settings in Segment. |
19 |
| - |
20 |
| -**Note**: UserLeap's Segment integration does not support In-Product Surveys |
21 |
| - |
22 |
| -## Identify |
23 |
| -If you aren't familiar with the Segment Spec, take a look at the [Identify method documentation](/docs/connections/spec/identify/) to learn about what it does. An example call would look like: |
24 |
| - |
25 |
| -```js |
26 |
| -analytics.identify('userId123', { |
27 |
| - firstName: 'Laura', |
28 |
| - lastName: 'Gibbon' |
29 |
| -}) |
30 |
| -``` |
31 |
| - |
32 |
| -Use Segment's Identify method to identify your users in UserLeap. Segment `traits` map to UserLeap `attributes`. |
33 |
| - |
34 |
| -**Important:** Only Identify calls can create new users in UserLeap. |
35 |
| - |
36 |
| -## Track |
37 |
| -If you aren't familiar with the Segment Spec, take a look at the [Track method documentation](/docs/connections/spec/track/) to learn about what it does. An example call would look like: |
38 |
| - |
39 |
| -```js |
40 |
| -analytics.track('Button Clicked'); |
41 |
| -``` |
42 |
| - |
43 |
| -Use Track calls to track events and use them as filtering criteria for your Surveys. |
44 |
| - |
45 |
| -Create Triggered Events in your UserLeap [Events dashboard](https://app.userleap.com/events) and map them to your Segment Track event names before you start sending Segment data to UserLeap. |
46 |
| - |
47 |
| -## Page |
48 |
| -If you aren't familiar with the Segment Spec, take a look at the [Page method documentation](/docs/connections/spec/page/) to learn about what it does. An example call would look like: |
49 |
| - |
50 |
| -```js |
51 |
| -analytics.page() |
52 |
| -``` |
53 |
| - |
54 |
| -Segment sends Page calls to UserLeap as a `pageview` which you can use as filtering criteria for your surveys. |
55 |
| - |
56 |
| -Add Page URLs in your UserLeap [Events dashboard](https://app.userleap.com/events) and map them to your Segment Page call's `properties.url` field before you start sending Segment data to UserLeap. |
57 |
| - |
58 |
| -## Alias |
59 |
| -If you aren't familiar with the Segment Spec, take a look at the [Alias method documentation](/docs/connections/spec/alias/) to learn about what it does. An example call would look like: |
60 |
| - |
61 |
| -```js |
62 |
| -analytics.alias('newUserId'); |
63 |
| -``` |
| 17 | +2. Search for "Sprig Cloud" in the Destinations Catalog, and select the Sprig Cloud destination. |
| 18 | +3. Choose which Source should send data to the Sprig Cloud destination. |
| 19 | +4. Go to the [Sprig Connect page](https://app.sprig.com/connect), and find and copy the Segment **API key**. Use the Development key for a testing environment, and the Production key for your live environment. |
| 20 | +5. Enter the API Key that you copied in the Sprig Cloud destination settings in Segment. |
0 commit comments