Skip to content

Commit 0d198c0

Browse files
authored
Merge pull request #5053 from segmentio/predictions-ga
Predictive Traits GA Updates
2 parents 7ddd1fd + 468982d commit 0d198c0

File tree

5 files changed

+120
-35
lines changed

5 files changed

+120
-35
lines changed

src/_data/sidenav/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,8 @@ sections:
379379
title: Predictive Traits
380380
- path: '/engage/audiences/predictive-traits/using-predictive-traits'
381381
title: Using Predictive Traits
382+
- path: '/engage/audiences/predictive-traits/suggested-predictive-audiences'
383+
title: Suggested Predictive Audiences
382384

383385
- section_title: Journeys
384386
description: "Learn how to create multi-step Journeys to tailor messages to your users."

src/engage/audiences/predictive-traits/index.md

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ title: Predictive Traits
33
plan: engage-foundations
44
---
55

6-
> info ""
7-
> Predictive Traits is in public beta.
8-
96
Predictive Traits, Segment's artificial intelligence and machine learning feature, lets you predict the likelihood that users will perform any event tracked in Segment.
107

118
With Predictive Traits, you can identify users with, for example, a high propensity to purchase, refer a friend, or use a promo code. Predictive Traits also lets you predict a user's lifetime value (LTV).
@@ -14,35 +11,34 @@ Segment saves Predictive Traits to user profiles, letting you build Audiences, t
1411

1512
On this page, you'll learn how to build a Predictive Trait.
1613

17-
## Access and build Predictive Traits
14+
## Access and build a Predictive Trait
1815

19-
To create Predictive Traits, you'll first request demo access, then build a Predictive Trait.
16+
To create a Predictive Trait, you'll first request access, then build a Predictive Trait.
2017

2118
![The Predictive Trait builder in the Segment UI](../../images/trait_builder.png)
2219

23-
2420
### Request Predictive Traits access
2521

2622
Follow these steps to access Predictive Trait:
2723

2824
1. Navigate to **Engage > Audiences > Computed Traits**. Select **Create computed trait**.
29-
2. Select **Request Demo** to access Predictive Traits.
25+
2. Select **Request Access** to access Predictive Traits.
3026

3127
### Build a Predictive Trait
3228

3329
Once your Workspace is enabled for Predictive Traits, follow these steps to build a Predictive Trait:
3430

3531
3. In the Trait Builder, select **Predictive Traits**, choose the Trait you want to create, then click **Next**.
36-
- Choose **Custom Predictive Goal**, **Likelihood to Purchase**, or **Predicted Lifetime Value**.
32+
- Choose **Custom Predictive Goal**, **Likelihood to Purchase**, **Predicted Lifetime Value**, or **Likelihood to Churn**.
3733
4. (For custom Predictive Goals) Add a condition(s) and event to predict, then select **Calculate**. If you're satisfied with the available data, select **Next**.
3834
5. (Optional) Connect a Destination, then select **Next**.
3935
6. Add a name and description for the Trait, then select **Create Trait**.
4036

41-
In the next section, you'll learn more about the three available Predictive Traits.
37+
In the next section, you'll learn more about the four available Predictive Traits.
4238

4339
## Choosing a Predictive Trait
4440

45-
Segment offers three Predictive Traits: Custom Predictive Goals, Likelihood to Purchase, and Predicted LTV.
41+
Segment offers four Predictive Traits: Custom Predictive Goals, Likelihood to Purchase, Predicted LTV, and Likelihood to Churn.
4642

4743
### Custom Predictive Goals
4844

@@ -54,29 +50,39 @@ When you build a Custom Predictive Goal, you'll first need to select a cohort, o
5450

5551
#### Target event
5652

57-
The target event is the Segment event that you want to predict a user's likelihood to perform. Predictions work better when many customers have performed the event.
53+
The target event is the Segment event that you want to predict. In creating a Prediction, Segment determines the likelihood of the user performing the target event. Predictions work better when many customers have performed the event.
5854

5955
#### Data requirements
6056

61-
Segment doesn't enforce data requirements for predictions. In machine learning, however, data quality and quantity are critical. Segment recommends that you make predictions for at least 50,000 users and choose a target event that at least 5,000 users have performed in the last 30 days.
57+
Segment doesn't enforce data requirements for Predictions. In machine learning, however, data quality and quantity are critical. Segment recommends that you make Predictions for at least 50,000 users and choose a target event that at least 5,000 users have performed in the last 30 days.
6258

63-
You can create predictions outside of these suggestions, but your results may vary.
59+
You can create Predictions outside of these suggestions, but your results may vary.
6460

6561
### Likelihood to Purchase
6662

67-
Likelihood to Purchase is identical to Custom Predictive Goals, but Segment prefills the **Order Completed** event, assuming it's tracked in your Segment instance.
63+
Likelihood to Purchase is identical to Custom Predictive Goals, but Segment prefills the `Order Completed` event, assuming it's tracked in your Segment instance.
6864

69-
If you don’t track Order Completed, choose a target event that represents a customer making a purchase.
65+
If you don’t track `Order Completed`, choose a target event that represents a customer making a purchase.
7066

7167
### Predicted Lifetime Value
7268

73-
Predicted Lifetime Value predicts a customer's future spend over the next 90 days. To create this prediction, select a purchase event, revenue property, and the currency (which defaults to USD). The following table contains details for each property:
69+
Predicted Lifetime Value predicts a customer's future spend over the next 90 days. To create this Prediction, select a purchase event, revenue property, and the currency (which defaults to USD). The following table contains details for each property:
70+
71+
| Property | Description |
72+
| --------------- | -------------------------------------------------------------------------------------------------------------------------- |
73+
| Purchase event | Choose a target event that represents a customer making a purchase. For most companies, this is usually `Order Completed`. |
74+
| Purchase amount | Select the purchase event property that represents the total amount. For most companies, this is the `Revenue` property. |
75+
| Currency | Segment defaults all currencies to USD. |
76+
77+
### Likelihood to Churn
78+
79+
Likelihood to Churn proactively identifies customers likely to stop using your product. Segment builds this Prediction by determining whether or not a customer will perform a certain action.
80+
81+
To use Likelihood to Churn, you'll need to specify a customer event, a future time frame for which you want the prediction to occur, and if you want to know whether the customer will or won't perform the event.
82+
83+
For example, suppose you wanted to predict whether or not a customer would view a page on your site over the next three months. You would select `not perform`, `Page Viewed`, and `at least 1 time within 90 days`.
7484

75-
| Property | Description |
76-
| --------------- | ---------------------------------------------------------------------------------------------------------------------------- |
77-
| Purchase event | Choose a target event that represents a customer making a purchase. For most companies, this is usually **Order Completed**. |
78-
| Purchase amount | Select the purchase event property that represents the total amount. For most companies, this is the **Revenue** property. |
79-
| Currency | Segment defaults all currencies to USD. |
85+
Segment would then build the Prediction from this criteria and create specific percentile cohorts. You can then use these cohorts to target customers with retention flows, promo codes, or one-off email and SMS campaigns.
8086

8187
#### Data requirements
8288

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
title: Suggested Predictive Audiences
3+
plan: engage-foundations
4+
---
5+
6+
Powered by CustomerAI Campaigns, Suggested Predictive Audiences can help you improve customer engagement, drive higher conversion rates, and reduce ad spend.
7+
8+
This page explains what a Suggested Predictive Audience is, how to build a Suggested Predictive Audience, and what each available Audience targets.
9+
10+
## Suggested Predictive Audience basics
11+
12+
A Suggested Predictive Audience is an out-of-the-box Audience template driven by machine learning.
13+
14+
Segment offers [five templates](/docs/engage/audiences/predictive-traits/suggested-predictive-audiences/#suggested-predictive-audience-types) that are prebuilt with [Predictive Traits](/docs/engage/audiences/predictive-traits) like likelihood to purchase and lifetime predicted value. Selecting a template generates a Predictive Audience whose members you can engage in a number of ways:
15+
16+
- [Send an email or SMS campaign](/docs/engage/campaigns/) with a discount code
17+
- Promote a new product line with a drip campaign
18+
- Target the Audience members with online ads
19+
- Send personalized product recommendations
20+
21+
## Build a Suggested Predictive Audience
22+
23+
Follow these steps to build a Suggested Predictive Audience:
24+
25+
1. In your Segment workspace, navigate to **Engage > Audiences**.
26+
2. From the Audiences tab, select **Go to Predictive Audiences**.
27+
3. On the Audience you want to build, click **Build Audience > + Add Audience**.
28+
4. Select the Audience type you want to build, then click **Next**.
29+
5. On the **Set up requirements** tab, confirm that you have the right events and traits required for the Suggested Predictive Audience, then click **Next**.
30+
- If you're missing a required event or trait, Segment prompts you to select it from the dropdown and match it to the required field(s).
31+
6. Preview your Audience, then click **Next**.
32+
7. (Optional:) Connect the new Audience to a Destination.
33+
8. Give your Suggested Predictive Audience a name, then click **Create Audience**.
34+
35+
Your Suggested Predictive Audience is now live.
36+
37+
## Suggested Predictive Audience types
38+
39+
Engage offers five Suggested Predictive Audiences. The following table summarizes the customers each Audience targets and the events and traits Engage uses to build the Audience:
40+
41+
| Audience | Target | Built with |
42+
| ------------------ | -------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
43+
| **Ready to buy** | Customers who are likely to make a purchase | `Likelihood to buy` <br> `Order completed` |
44+
| **Long shots** | Customers who have previously interacted with your brand but aren’t currently engaged | `Order Completed` <br> `Likelihood to purchase` |
45+
| **High LTV** | Customers with a high predicted lifetime value | `Predicted LTV` |
46+
| **Potential VIPs** | Recently active customers with high predicted lifetime value and high propensity to purchase | `Page Viewed` <br> `Likelihood to Purchase` <br> `Predicted LTV` |
47+
| **Dormant** | Inactive customers who are unlikely to purchase | `Page Viewed` <br> `Likelihood to Purchase` <br> `Predicted LTV` |
48+
49+
50+
### Audience descriptions
51+
52+
#### Ready to buy
53+
54+
Choose a **Ready to buy** Predictive Audience to target customers who show a high propensity to make a purchase.
55+
56+
Segment builds this Audience with the [Likelihood to Purchase Predictive Trait](/docs/engage/audiences/predictive-traits//#likelihood-to-purchase). Audience members show encouraging engagement and have a likelihood to buy in the top 20th percentile.
57+
58+
#### Long shots
59+
60+
Choose a **Long shot** Predictive Audience to target customers who have made a purchase but have a middling likelihood to buy.
61+
62+
Segment builds this Audience with the `Order Completed` event and `Likelihood to Purchase` trait. Audience members have completed a purchase but currently have a likelihood to buy somewhere between the 25th and 65th percentile.
63+
64+
#### High lifetime value
65+
66+
Choose a **High lifetime value** Predictive Audience to target customers that show a high predicted lifetime value.
67+
68+
Segment builds this Audience with the [Predicted LTV Predictive Trait](/docs/engage/audiences/predictive-traits//#predicted-lifetime-value). Audience members are in the top 10th percentile of predicted lifetime value and Segment expects that they'll spend the most over the next 90 days.
69+
70+
#### Potential VIPs
71+
72+
Choose a **Potential VIPs** Predictive Audience to target customers exhibiting several promising marketing behaviors.
73+
74+
Segment builds this Audience with the `Page Viewed` event and Likelihood to Purchase and Predicted LTV Predictive Traits. Audience members have been active on your site within the last two weeks, have a high predicted lifetime value, and a high propensity to purchase.
75+
76+
#### Dormant
77+
78+
Choose a **Dormant** Predictive Audience to target inactive customers.
79+
80+
Segment builds this Audience with the `Page Viewed` event and the Likelihood to Purchase Predictive Trait. Audience members have a low likelihood to purchase and haven't been active on your site in the last 60 days.

0 commit comments

Comments
 (0)