Skip to content

Commit 7846810

Browse files
stayseesongadamActablemarkzegarelli
authored
Add Actable Predictive Actions Destinations (#3862)
* add actable predictive documentation * fixes * Add ID and private metadata Co-authored-by: adamActable <[email protected]> Co-authored-by: markzegarelli <[email protected]>
1 parent 862558b commit 7846810

File tree

2 files changed

+81
-1
lines changed

2 files changed

+81
-1
lines changed

src/_data/catalog/destinations_private.yml

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2023-01-03
2+
# destination data last updated 2023-01-05
33
items:
44
- id: 61d7456b078e79929de4ee8c
55
display_name: CleverTap (Actions)
@@ -940,6 +940,48 @@ items:
940940
name: Track Page
941941
fields: {}
942942
trigger: type = "page"
943+
- id: 6388fddea33fcc69c0f8d9ce
944+
display_name: Actable Predictive
945+
name: Actable Predictive
946+
slug: actions-actable-predictive
947+
previous_names:
948+
- Actable Predictive
949+
website: http://www.segment.com
950+
status: PRIVATE_BETA
951+
logo:
952+
url: https://cdn.filepicker.io/api/file/jrbUXsZDQ708akn3cVyZ
953+
mark:
954+
url: https://cdn.filepicker.io/api/file/jrbUXsZDQ708akn3cVyZ
955+
methods:
956+
track: true
957+
pageview: true
958+
identify: true
959+
group: true
960+
alias: true
961+
platforms:
962+
browser: true
963+
mobile: false
964+
server: true
965+
warehouse: false
966+
components: []
967+
browserUnbundlingSupported: false
968+
browserUnbundlingPublic: false
969+
replay: false
970+
settings:
971+
- name: client_id
972+
type: string
973+
defaultValue: ''
974+
description: Your Actable-supplied Client ID.
975+
required: true
976+
label: Client ID
977+
- name: client_secret
978+
type: string
979+
defaultValue: ''
980+
description: Your Actable-supplied Client Secret.
981+
required: true
982+
label: Client Secret
983+
actions: []
984+
presets: []
943985
- id: 638f843c4520d424f63c9e51
944986
display_name: CommandBar
945987
name: CommandBar
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Actable Predictive Destination
3+
hide-boilerplate: true
4+
hide-dossier: true
5+
id: 6388fddea33fcc69c0f8d9ce
6+
private: true
7+
---
8+
9+
{% include content/plan-grid.md name="actions" %}
10+
11+
[Actable Predictive](https://actable.com/predictive-suite){:target="_blank"} is a standalone marketing-specific customer prediction tool. It trains models on your customer’s behavioral data, and provides regular automated scoring of new data against those models. The scoring output is tailored to drive higher levels of customer engagement, lower levels of churn, and increased incidence of purchases.
12+
13+
{% include content/ajs-upgrade.md %}
14+
15+
## Benefits of Actable Predictive (Actions)
16+
17+
Actable Predictive (Actions) provides the following benefits:
18+
19+
- **Unlock the value of using Segment’s event specification by generating powerful customer predictions.** The Actable Segment Destination provides a low friction way to pipeline data to Actable for customer predictions.
20+
- **Unlock the value of using Segment’s event specification by generating powerful customer predictions.** Use Actable’s models to create intelligent marketing campaigns powered by ML by using Segment to send scored customer records to operational destinations. Or, pair it with Segment Personas to combine those scores with other traits, and sync audiences to outbound destinations.
21+
22+
## Getting started
23+
24+
1. From the Segment web app, click **Catalog**, then click **Destinations**.
25+
2. Search for *Actable Predictive (Actions)* and select it.
26+
3. Click **Configure Actable Predictive**.
27+
4. Select the source to connect to Actable Predictive (Actions).
28+
5. Enter the configuration settings. Actable requires email engagement data, web/app activity data, and purchase data to generate scores. There is a bespoke action for each data source, as well as a generic action to permit ad hoc mapping of events.
29+
30+
{% include components/actions-fields.html %}
31+
32+
## Stream Key and Custom Events
33+
34+
Each Action Destination mapping includes a `stream_key` field to indicate which type of event Segment sends. These should be left alone, except in cases involving the Custom Event Action. The Custom Event Action is for writing interaction, messaging engagement, or transaction data in cases where the mapping options available cannot transform the data as it exists in Segment.
35+
36+
An example of this is if your Segment implementation contains transaction/purchase events that do not use the [eCommerce V2 Spec](/docs/connections/spec/ecommerce/v2/). The Send Transaction Event Action expects that the `properties.products` key contains an array of products the customer has purchased, each with a SKU or ID.
37+
38+
If, instead of an array, this value is already flattened into a list, use the Send Custom Event Action to send transaction events to Actable by changing the `stream_key` to `transaction`, in addition to sending other required fields (`userId`, `timestamp`, `amount`).

0 commit comments

Comments
 (0)