Skip to content

Commit 8849da0

Browse files
authored
Merge pull request #208 from segmentio/repo-sync
repo sync
2 parents 6f31ec0 + f957b10 commit 8849da0

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

src/_includes/content/regional-integrations-table.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</tr>
2929
{% for source in sources %}
3030
<tr class="settingRow source {% if source.regional contains 'eu-west' %}eu-endpoint{%endif%}" id="settingRow">
31-
<td><a href="{{source.url}}">{{source.display_name}}</a></td>
31+
<td><a href="/docs/{{source.url}}">{{source.display_name}}</a></td>
3232
<td style="text-align:center">{% if source.regional contains "eu-west" %}<img class="inline"
3333
src="/docs/images/supported.svg" />{% else %}<img class="inline"
3434
src="/docs/images/unsupported.svg" />{% endif %}</td>
@@ -42,7 +42,7 @@
4242
{% for destination in destinations %}
4343
<tr class="settingRow destination {% if destination.regional contains 'eu-west' %}eu-endpoint{%endif%}"
4444
id="settingRow">
45-
<td><a href="{{destination.url}}">{{destination.display_name}}</a></td>
45+
<td><a href="/docs/{{destination.url}}">{{destination.display_name}}</a></td>
4646
<td style="text-align:center">{% if destination.regional contains "eu-west" %}<img class="inline"
4747
src="/docs/images/supported.svg" />{% else %}<img class="inline"
4848
src="/docs/images/unsupported.svg" />{% endif %}</td>
@@ -55,7 +55,7 @@
5555
</tr>
5656
{% for warehouse in warehouses %}
5757
<tr class="settingRow warehouse {% if warehouse.regional contains 'eu-west' %}eu-endpoint{%endif%}" id="settingRow">
58-
<td><a href="{{warehouse.url}}">{{warehouse.display_name}}</a></td>
58+
<td><a href="/docs/{{warehouse.url}}">{{warehouse.display_name}}</a></td>
5959
<td style="text-align:center">{% if warehouse.regional contains "eu-west" %}<img class="inline"
6060
src="/docs/images/supported.svg" />{% else %}<img class="inline"
6161
src="/docs/images/unsupported.svg" />{% endif %}</td>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Sprig Cloud Destination
3+
rewrite: true
4+
redirect_from:
5+
- '/connections/destinations/catalog/userleap/'
6+
---
7+
8+
[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.
9+
10+
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:[email protected]).
11+
12+
> success ""
13+
> **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.
14+
## Getting Started
15+
16+
{% include content/connection-modes.md %}
17+
18+
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
19+
2. Search for "Sprig Cloud" in the Destinations Catalog, and select the Sprig Cloud destination.
20+
3. Choose which Source should send data to the Sprig Cloud destination.
21+
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.
22+
5. Enter the API Key that you copied in the Sprig Cloud destination settings in Segment.

src/connections/destinations/catalog/userleap/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Sprig Cloud Destination
33
rewrite: true
4+
hidden: true
45
---
56

67
[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.

0 commit comments

Comments
 (0)