Skip to content

Commit ced65c3

Browse files
author
markzegarelli
authored
Added redirects and related destinations (#2782)
1 parent c29d98d commit ced65c3

File tree

10 files changed

+57
-78
lines changed

10 files changed

+57
-78
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{% assign versions = page.versions %}
2+
3+
<div class="premonition info">
4+
<div class="fa fa-info-circle"></div>
5+
<div class="content">
6+
<p class="header">Additional versions of this destination are available</p>
7+
<p>This page is about the {{page.title}}. See below for information about other versions of the {{page.title | split: " " | first}} destination:
8+
<ul>
9+
{% for version in versions%}
10+
<li><a href="{{version.link}}">{{version.name}}</a></li>
11+
12+
{% endfor %}
13+
</ul>
14+
</p>
15+
16+
17+
</div>
18+
</div>

src/_layouts/destination.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
{{destination-dossier | markdownify}}
1111

1212
{% endif %}
13-
13+
14+
{% if page.versions %}
15+
{% include content/actions-classic.md %}
16+
17+
{% endif %}
1418

1519

1620
{% if page.maintenance == true %}

src/connections/destinations/catalog/actions-amplitude/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: Amplitude (Actions) Destination
33
hide-boilerplate: true
44
hide-dossier: false
55
id: 5f7dd6d21ad74f3842b1fc47
6+
versions:
7+
- name: "Amplitude (Classic)"
8+
link: '/docs/connections/destinations/catalog/amplitude'
9+
redirect_from:
10+
- '/connections/destinations/catalog/vendor-amplitude/'
611
---
712
{% include content/plan-grid.md name="actions" %}
813

src/connections/destinations/catalog/actions-customer-io/index.md

Lines changed: 1 addition & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -3,56 +3,5 @@ title: Customer.io (Actions) Destination
33
hide-personas-partial: true
44
hide-boilerplate: false
55
hide-dossier: true
6+
published: false
67
---
7-
{% include content/plan-grid.md name="actions" %}
8-
9-
[Customer.io](https://customer.io/){:target="_blank"} lets you send automated email, push, SMS, letters, and webhooks based on your customer's activities in your app or product. It makes conversion tracking, optimization and remarketing easier.
10-
11-
> info ""
12-
> This document is about a feature which is in beta. This means that the Destination Actions are in active development, and some functionality may change before it becomes generally available
13-
14-
15-
> success ""
16-
> **Good to know**: This page is about the [Actions-framework](/docs/connections/destinations/actions/) Customer.io Segment destination. There's also a page about the [non-Actions Customer.io destination](/docs/connections/destinations/catalog/customer-io/). Both of these destinations receives data _from_ Segment. There's also the [Customer.io source](/docs/connections/sources/catalog/cloud-apps/customer-io/), which sends data _to_ Segment!
17-
18-
## Benefits of Customer.io (Actions) vs Customer.io classic
19-
20-
- **Track an anonymous event**. Track events from users who are not yet known to Customer.io. If you have the Customer.io *event merging* feature enabled, Customer.io associates all incoming events that share an `anonymous_id` received in the last 30 days.
21-
22-
## Getting started
23-
24-
1. From the Segment web app, click **Catalog**, then click **Destinations**.
25-
2. Find the Destinations Actions item in the left navigation, and click it.
26-
3. Select Customer.io (Actions).
27-
4. Click **Configure Actions Customer.io**.
28-
5. Select an existing Source to connect to Customer.io (Actions).
29-
6. Enter the **API Key** and **Site ID**. Find these values on the [Customer.io API Credentials Page](https://fly.customer.io/settings/api_credentials){:target="_blank"}.
30-
7. Select **Quick Setup** to start with pre-populated subscriptions, or **Customized Setup** to configure each action from scratch. Click **Configure Actions**.
31-
32-
## Prebuilt subscriptions
33-
34-
| Subscription Name | Trigger | Customer.io Action |
35-
| ----------------------- | --------------------------------------------------------------------- | ----------------------- |
36-
| Track Event | All **Track** calls from the connected source. | Track Event |
37-
| Create or Update Person | All **Identify** calls from the connected source. | Create or Update Person |
38-
| Create or Update Device | All **Track** calls where the Event Name is `Application Installed`. | Create or Update Device |
39-
40-
## Available Customer.io actions
41-
42-
Build your own subscription. Combine the supported [triggers](/docs/connections/destinations/actions/#components-of-a-destination-action) with the following Customer.io-supported actions:
43-
44-
- [Track Event](#track-event)
45-
- [Create or Update Person](#create-or-update-person)
46-
- [Create or Update Device](#create-or-update-device)
47-
- [Track Anonymous Event](#track-anonymous-event)
48-
49-
{% include components/actions-fields.html name="customer-io" %}
50-
51-
52-
## Migration from Customer.io classic
53-
54-
{% include content/ajs-upgrade.md %}
55-
56-
57-
Keep the following in mind if you plan to move to Customer.io (Actions) from the classic Customer.io destination.
58-
{% include components/actions-map-table.html name="customer-io" %}

src/connections/destinations/catalog/actions-fullstory/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ title: FullStory (Actions)
33
hide-boilerplate: true
44
hide-dossier: false
55
id: 6141153ee7500f15d3838703
6+
redirect_from:
7+
- '/connections/destinations/catalog/vendor-fullstory'
8+
versions:
9+
- name: Fullstory (Classic)
10+
link: /docs/connections/destinations/catalog/fullstory
611
---
712
{% include content/plan-grid.md name="actions" %}
813

914
[FullStory](https://www.fullstory.com/){:target="_blank"} lets product and support teams easily understand everything about the customer experience. The Segment integration for FullStory helps accurately identify your customers within the FullStory dashboard.
1015

11-
> success ""
12-
> **Good to know**: This page is about the [Actions-framework](/docs/connections/destinations/actions/) FullStory Segment destination. There's also a page about the [non-Actions FullStory destination](/docs/connections/destinations/catalog/fullstory/). Both of these destinations receives data from Segment.
13-
1416
## Benefits of FullStory (Actions) vs FullStory Classic
1517

1618
- Greater control over the page properties you send.

src/connections/destinations/catalog/actions-slack/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ title: Slack (Actions) Destination
33
hide-boilerplate: true
44
hide-dossier: false
55
id: 5f7dd8e302173ff732db5cc4
6+
redirect_from:
7+
- '/connections/destinations/catalog/vendor-slack'
8+
versions:
9+
- name: Slack (Classic)
10+
link: /docs/connections/destinations/slack
611
---
712
{% include content/plan-grid.md name="actions" %}
813

914
[Slack](https://www.slack.com){:target="_blank"} is a team collaboration tool work flows. It's where the people you need, the information you share, and the tools you use come together to get things done.
1015

11-
> success ""
12-
> **Good to know**: This page is about the [Actions-framework](/docs/connections/destinations/actions/) Slack Segment destination. There's also a page about the [non-Actions Slack destination](/docs/connections/destinations/catalog/slack/). Both of these destinations receives data from Segment.
1316

1417
## Benefits of Slack (Actions) vs Slack Classic
1518

src/connections/destinations/catalog/braze-web-device-mode-actions/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ hide-boilerplate: true
44
hide-dossier: false
55
redirect_from:
66
- '/connections/destinations/catalog/actions-braze-web/'
7+
- '/connections/destinations/catalog/vendor-braze/'
78
id: 60fb01aec459242d3b6f20c1
9+
versions:
10+
- name: 'Braze Cloud Mode (Actions)'
11+
link: '/docs/connections/destinations/catalog/braze-cloud-mode-actions'
12+
- name: 'Braze (Classic)'
13+
link: '/docs/connections/destinations/catalog/braze'
814
---
915
{% include content/plan-grid.md name="actions" %}
1016

1117
[Braze](https://www.braze.com/){:target="_blank"}, formerly Appboy, is an engagement platform that empowers growth by helping marketing teams to build customer loyalty through mobile, omni-channel customer experiences.
1218

13-
14-
15-
16-
> success ""
17-
> **Good to know**: This page is about the [Actions-framework](/docs/connections/destinations/actions/) Braze Segment destination. There's also a page about the [non-Actions Braze destination](/docs/connections/destinations/catalog/braze/). Both of these destinations receives data _from_ Segment. There's also the [Braze source](/docs/connections/sources/catalog/cloud-apps/braze/), which sends data _to_ Segment.
18-
1919
## Benefits of Braze Web Mode (Actions) vs Braze Classic
2020

2121
Braze Web Mode (Actions) provides the following benefits over Braze Classic:

src/connections/destinations/catalog/customer-io-actions/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
title: Customer.io (Actions) Destination
33
hide-personas-partial: true
44
hide-boilerplate: true
5-
hide-dossier: true
65
redirect_from:
76
- '/connections/destinations/catalog/actions-customerio/'
87
- '/connections/destinations/catalog/actions-customer-io/'
8+
- '/connections/destinations/catalot/vendor-customerio'
9+
versions:
10+
- name: Customer.io (Classic)
11+
link: /docs/connections/destinations/catalog/customer-io
912
id: 5f7dd78fe27ce7ff2b8bfa37
1013
---
1114
{% include content/plan-grid.md name="actions" %}
1215

1316
[Customer.io](https://customer.io/){:target="_blank"} lets you send automated email, push, SMS, letters, and webhooks based on your customer's activities in your app or product. It makes conversion tracking, optimization and remarketing easier.
1417

15-
> success ""
16-
> **Good to know**: This page is about the [Actions-framework](/docs/connections/destinations/actions/) Customer.io Segment destination. There's also a page about the [non-Actions Customer.io destination](/docs/connections/destinations/catalog/customer-io/). Both of these destinations receives data _from_ Segment. There's also the [Customer.io source](/docs/connections/sources/catalog/cloud-apps/customer-io/), which sends data _to_ Segment!
17-
1818
## Benefits of Customer.io (Actions) vs Customer.io classic
1919

2020
- **Track an anonymous event**. Track events from users who are not yet known to Customer.io. If you have the Customer.io *event merging* feature enabled, Customer.io associates all incoming events that share an `anonymous_id` received in the last 30 days.
@@ -44,7 +44,7 @@ Keep the following in mind if you plan to move to Customer.io (Actions) from the
4444

4545
## Convert timestamps
4646

47-
When you map some actions, you'll see a **Convert Timestamps** setting. This setting is on by default, and converts traits containing ISO-8601 timestamps to Unix timestamps (seconds since epoch). We strongly suggest that you leave this setting enabled. While we support ISO-8601 timestamps in liquid, you must use Unix timestamps to take advantage of timestamp conditions when segmenting your audience in Customer.io.
47+
When you map some actions, you'll see a **Convert Timestamps** setting. This setting is on by default, and converts traits containing ISO-8601 timestamps to Unix timestamps (seconds since epoch). Segment recommends that you leave this setting enabled. While Segment does support ISO-8601 timestamps in liquid, you must use Unix timestamps to take advantage of timestamp conditions when segmenting your audience in Customer.io.
4848

4949
For example, if you send an event with a `purchase_time` trait of `2006-01-02T18:04:07Z`, Customer.io converts it to `1136253847`. If the timestamp is *not* in ISO-8601 format, Customer.io doesn't convert it. This avoids inadvertently converting values like phone numbers or IDs.
5050

src/connections/destinations/catalog/sprig-cloud/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ rewrite: true
44
redirect_from:
55
- '/connections/destinations/catalog/userleap/'
66
id: 5f2c35239094d175b6485eb1
7+
versions:
8+
- name: Sprig (Actions)
9+
link: /docs/connections/destinations/catalog/sprig-web
710
---
811
[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.
912

1013
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]).
1114

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.
1415
## Getting Started
1516

1617
{% include content/connection-modes.md %}

src/connections/destinations/catalog/sprig-web/index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ hide-boilerplate: true
55
hide-dossier: true
66
redirect_from:
77
- '/connections/destinations/catalog/actions-sprig-web'
8+
- '/connections/destinations/catalog/vendor-sprig'
89
id: 61d8c74d174a9acd0e138b31
10+
versions:
11+
- name: Sprig Cloud
12+
link: /docs/connections/destinations/catalog/sprig-cloud
913
---
1014
<!-- In the section above, edit the `title` field. For example, Slack (Actions) Destination -->
1115

@@ -16,13 +20,6 @@ id: 61d8c74d174a9acd0e138b31
1620
Sprig maintains this destination. For any issues with the destination, consult [Sprig's documentation](https://docs.sprig.com/docs/segment-web) or contact [[email protected]](mailto:[email protected]).
1721

1822

19-
<!-- In the section below, add your destination name where indicated. If you have a classic version of the destination, ensure that its documentation is linked as well. If you don't have a classic version of the destination, remove the second and third sentences. -->
20-
21-
> success ""
22-
> **Good to know**: This page is about the [Actions-framework](/docs/connections/destinations/actions/) Sprig Segment destination. There's also a page about the [non-Actions Sprig Cloud (formerly UserLeap) destination](/docs/connections/destinations/catalog/userleap/). Both of these destinations receive data from Segment.
23-
24-
<!-- In the section below, explain the value of this actions-based destination over the classic version, if applicable. If you don't have a classic version of the destination, remove this section. -->
25-
2623
## Benefits of Sprig (Actions) vs Sprig Classic
2724

2825
Sprig (Actions) provides the following benefits over the classic Sprig destination:

0 commit comments

Comments
 (0)