Skip to content

Commit 751112e

Browse files
Merge branch 'master' into develop
2 parents 0df5913 + 7147701 commit 751112e

14 files changed

+161
-38
lines changed

src/_data/products.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ items:
3737
# engage-foundations: false
3838
# engage-plus: false
3939

40+
- product_display_name: Unify Plus
41+
slug: unify-plus
42+
plan-note: "Unify Plus requires a business tier account and is included with Engage"
43+
addon: true
44+
plans:
45+
free: false
46+
team: false
47+
business: true
48+
4049
- product_display_name: Protocols
4150
slug: protocols
4251
plan-note: "Protocols is available as an add-on for Business plans only."

src/_data/sidenav/main.yml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -322,16 +322,32 @@ sections:
322322
title: Sample Queries
323323
- path: /unify/profiles-sync/tables
324324
title: Tables & Materialized Views
325+
- section_title: Traits
326+
slug: unify/traits
327+
section:
328+
- section_title: Predictive Traits
329+
slug: unify/traits/predictive-traits
330+
section:
331+
- path: '/unify/traits/predictive-traits/'
332+
title: Predictive Traits
333+
- path: '/unify/traits/predictive-traits/using-predictive-traits'
334+
title: Using Predictive Traits
335+
- path: '/unify/traits/predictive-traits/suggested-predictive-audiences'
336+
title: Suggested Predictive Audiences
337+
- path: '/unify/traits/computed-traits'
338+
title: Computed Traits
339+
- path: '/unify/traits/sql-traits'
340+
title: SQL Traits
325341
- path: /unify/profile-api
326342
title: Profile API
327-
- path: /unify/profile-api-limits
328-
title: Profile API Limits
329343
- path: /unify/debugger
330344
title: Profile Debugger
331345
- path: /unify/unify-gdpr
332346
title: Unify and GDPR
333347
- path: /unify/faqs
334348
title: Unify FAQs
349+
- path: /unify/product-limits
350+
title: Unify Limits
335351

336352
- section_title: Engage
337353
section:
@@ -370,19 +386,6 @@ sections:
370386
title: Account-level Audiences
371387
- path: '/engage/audiences/organization'
372388
title: Organize Audiences
373-
- path: '/engage/audiences/computed-traits'
374-
title: Computed Traits
375-
- path: '/engage/audiences/sql-traits'
376-
title: SQL Traits
377-
- section_title: Predictive Traits
378-
slug: engage/audiences/predictive-traits
379-
section:
380-
- path: '/engage/audiences/predictive-traits/'
381-
title: Predictive Traits
382-
- path: '/engage/audiences/predictive-traits/using-predictive-traits'
383-
title: Using Predictive Traits
384-
- path: '/engage/audiences/predictive-traits/suggested-predictive-audiences'
385-
title: Suggested Predictive Audiences
386389

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

src/engage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add detail to user profiles with new traits and use them to power personalized m
2121

2222
- [**Computed Traits:**](/docs/engage/audiences/computed-traits/) Use the Engage drag-and-drop interface to build per-user (B2C) or per-account (B2B) metrics on user profiles (for example, “lifetime value” or “lead score”).
2323
- [**SQL Traits:**](/docs/engage/audiences/sql-traits/) Run custom queries on your data warehouse using the Engage SQL editor, and import the results into Segment. With SQL Traits, you can pull rich, uncaptured user data back into Segment.
24-
- [**Predictive Traits (Beta)**:](/docs/engage/audiences/predictive-traits/) Predict the likelihood that users will perform custom events tracked in Segment, like LTV, churn, and purchase.
24+
- [**Predictive Traits (Beta)**:](/docs/unify/traits/predictive-traits/) Predict the likelihood that users will perform custom events tracked in Segment, like LTV, churn, and purchase.
2525

2626
#### Build Audiences
2727
Create lists of users or accounts that match specific criteria. For example, after creating an `inactive accounts` audience that lists paid accounts with no logins in 60 days, you can push the audience to your analytics tools or send an SMS, email, or WhatsApp campaign with Engage Channels. Learn more about [Engage audiences](/docs/engage/audiences/).

src/engage/product-limits.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ To provide consistent performance and reliability at scale, Segment enforces def
1010

1111
To learn more about custom limits and upgrades, contact your dedicated Customer Success Manager or [[email protected]](mailto:[email protected]).
1212

13+
> info ""
14+
> Beginning August 18, 2023, Segment has [updated product limits](/docs/unify/product-limits/) that apply to new Engage and Unify users.
1315
14-
## Default Limits
16+
## Default limits
1517

1618
| Name | limit | Details |
1719
| ------------------------------------------- | ----------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -46,6 +48,10 @@ To learn more about custom limits and upgrades, contact your dedicated Customer
4648

4749
## Journeys
4850

51+
> info ""
52+
> These limits only apply to existing users who started with Engage prior to August 18, 2023. Visit Segment's updated Unify and Engage [limits](/docs/unify/product-limits/) to learn more.
53+
54+
4955
| Item | Limit description | Details |
5056
| --------------- | -------------------------------- | ---------------------------------------------------------------------------- |
5157
| Steps | 500 | The maximum number of steps per Journey. |
@@ -55,6 +61,7 @@ To learn more about custom limits and upgrades, contact your dedicated Customer
5561
| Compute credits | Half a credit for each step (up to 250 compute credits) | Each step in a published Journey consumes half of one compute credit. |
5662

5763

64+
5865
## Channels
5966

6067
| Item | Limit description | Details |

src/engage/audiences/computed-traits.md renamed to src/unify/Traits/computed-traits.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
---
22
title: Computed Traits
3-
plan: engage-foundations
3+
plan: unify-plus
44
redirect_from:
55
- "/personas/computed-traits"
6+
- "/engage/audiences/computed-traits"
67
---
78

9+
> info ""
10+
> Beginning August 18, 2023, new Unify Plus users can access Computed Traits in Unify.
811
912

1013
Computed Traits allow you to quickly create user or account-level calculations that Segment keeps up-to-date over time. These can be computations like the `total_num_orders` a customer has completed, the `lifetime_revenue` of a customer, the `most_frequent_user` to determine which user is most active in an account, or the `unique_visitors_count` to assess how many visitors from a single domain. These computations are based on your events and event properties that you are sending through Segment on the [page](/docs/connections/spec/page/) and [track](/docs/connections/spec/track) calls.
1114

1215
## Types of Computed Traits
1316

14-
Engage currently supports the following types of computed traits:
17+
Segment currently supports the following types of computed traits:
1518
- [Types of Computed Traits](#types-of-computed-traits)
1619
- [Event Counter](#event-counter)
1720
- [Aggregation](#aggregation)
@@ -153,7 +156,7 @@ The following operators are available.
153156

154157
## Connecting your Computed Trait to a Destination
155158

156-
Engage sends user-level computed Traits to destinations using the [Identify call](/docs/connections/spec/identify/) for user traits, or using the [Track call](/docs/connections/spec/track/) for event properties. Segment includes the trait value and property in the identify and track calls.
159+
Segment sends user-level computed Traits to destinations using the [Identify call](/docs/connections/spec/identify/) for user traits, or using the [Track call](/docs/connections/spec/track/) for event properties. Segment includes the trait value and property in the identify and track calls.
157160

158161
For example, the name of a computed trait is added to the user profile as a trait, and the trait's value is set to the value of the computed trait. Segment sends an identify or track call when the trait is computed, depending on the destination configuration. If a computed trait counts the number of times a user visits your pricing page, and the user visits your pricing page five times, Segment sends an identify call with the property `pricing_page_visits: 5`.
159162

@@ -166,20 +169,20 @@ For account-level computed traits, you have the option to send either a [group](
166169
After you create a computed trait, use the Overview page to view a compute progress bar, current [status](/docs/engage/audiences#compute-statuses), number of users with the trait, connected destinations, and more. For real-time traits, click **Refresh Trait** to update the current number of users with the trait.
167170

168171
> info "Viewing compute progress"
169-
> When you create a real-time computed trait, you'll see a progress bar, computed percentage, and status updates. For existing traits that you edit, Engage displays the compute status but not the progress bar or percentage.
172+
> When you create a real-time computed trait, you'll see a progress bar, computed percentage, and status updates. For existing traits that you edit, Segment displays the compute status but not the progress bar or percentage.
170173
171174
## Editing Realtime Traits
172175

173-
Engage supports the editing of real-time Traits, which allows you to make nuanced changes to existing Traits in situations where cloning or building from scratch may not suit your use case.
176+
Segment supports the editing of real-time Traits, which allows you to make nuanced changes to existing Traits in situations where cloning or building from scratch may not suit your use case.
174177

175178
To edit a real-time Trait, follow these steps:
176179

177-
1. In your Engage Space, select the **Computed Traits** tab.
180+
1. In your Unify or Engage space, select the **Computed Traits** tab.
178181
2. Select the realtime Trait you want to edit.
179182
3. Select the **Builder** tab and make your edits.
180183
4. Preview the results, then select **Save Computed Trait** to confirm your edits.
181184

182-
Engage then processes your Trait edits. While the edit task runs, the trait remains locked and you can't make further changes. Once Engage incorporates your changes, you'll be able to access your updated Trait.
185+
Segment then processes your Trait edits. While the edit task runs, the trait remains locked and you can't make further changes. Once Segment incorporates your changes, you'll be able to access your updated Trait.
183186

184187

185188
> warning ""

src/engage/audiences/predictive-traits/index.md renamed to src/unify/Traits/predictive-traits/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Predictive Traits
3-
plan: engage-foundations
3+
plan: unify-plus
4+
redirect_from:
5+
- "/engage/audiences/predictive-traits"
46
---
57

68
Predictive Traits, Segment's artificial intelligence and machine learning feature, lets you predict the likelihood that users will perform any event tracked in Segment.
@@ -21,7 +23,7 @@ To create a Predictive Trait, you'll first request access, then build a Predicti
2123

2224
Follow these steps to access Predictive Trait:
2325

24-
1. Navigate to **Engage > Audiences > Computed Traits**. Select **Create computed trait**.
26+
1. Navigate to **Engage > Audiences > Computed traits** or **Unify > Traits**. Select **Create computed trait**.
2527
2. Select **Request Access** to access Predictive Traits.
2628

2729
### Build a Predictive Trait
@@ -90,4 +92,4 @@ Predicted LTV has strict data requirements. Segment can only make predictions fo
9092

9193
## Use cases
9294

93-
For use cases and information on how Segment builds Predictive Traits, read [Using Predictive Traits](/docs/engage/audiences/predictive-traits/using-predictive-traits/).
95+
For use cases and information on how Segment builds Predictive Traits, read [Using Predictive Traits](/docs/unify/traits/predictive-traits/using-predictive-traits/).

src/engage/audiences/predictive-traits/suggested-predictive-audiences.md renamed to src/unify/Traits/predictive-traits/suggested-predictive-audiences.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Suggested Predictive Audiences
3-
plan: engage-foundations
3+
plan: unify-plus
4+
redirect_from:
5+
- "/engage/audiences/predictive-traits/suggested-predictive-audiences"
46
---
57

68
Suggested Predictive Audiences can help you improve customer engagement, drive higher conversion rates, and reduce ad spend.
@@ -11,7 +13,7 @@ This page explains what a Suggested Predictive Audience is, how to build a Sugge
1113

1214
A Suggested Predictive Audience is an out-of-the-box Audience template driven by machine learning.
1315

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:
16+
Segment offers [five templates](/docs/unify/traits/predictive-traits/suggested-predictive-audiences/#suggested-predictive-audience-types) that are prebuilt with [Predictive Traits](/docs/unify/traits/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:
1517

1618
- [Send an email or SMS campaign](/docs/engage/campaigns/) with a discount code
1719
- Promote a new product line with a drip campaign
@@ -53,7 +55,7 @@ Engage offers five Suggested Predictive Audiences. The following table summarize
5355

5456
Choose a **Ready to buy** Predictive Audience to target customers who show a high propensity to make a purchase.
5557

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.
58+
Segment builds this Audience with the [Likelihood to Purchase Predictive Trait](/docs/unify/traits/predictive-traits//#likelihood-to-purchase). Audience members show encouraging engagement and have a likelihood to buy in the top 20th percentile.
5759

5860
#### Long shots
5961

@@ -65,7 +67,7 @@ Segment builds this Audience with the `Order Completed` event and `Likelihood to
6567

6668
Choose a **High lifetime value** Predictive Audience to target customers that show a high predicted lifetime value.
6769

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.
70+
Segment builds this Audience with the [Predicted LTV Predictive Trait](/docs/unify/traits/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.
6971

7072
#### Potential VIPs
7173

src/engage/audiences/predictive-traits/using-predictive-traits.md renamed to src/unify/Traits/predictive-traits/using-predictive-traits.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Using Predictive Traits
3-
plan: engage-foundations
3+
plan: unify-plus
4+
redirect_from:
5+
- "/engage/audiences/predictive-traits/using-predictive-traits"
46
---
57

68
## Working with Predictive Traits in Segment
@@ -9,7 +11,7 @@ Segment creates Predictive Traits as Computed Traits, with scores saved to user
911

1012
Once you've selected a cohort, you can use Predictive Traits in concert with other Segment features:
1113

12-
- [Audiences](/docs/engage/audiences/), which you can create with Predictive Traits as a base. As part of Engage, Segment also offers prebuilt [Suggested Predictive Audiences](/docs/engage/audiences/predictive-traits/suggested-predictive-audiences/).
14+
- [Audiences](/docs/engage/audiences/), which you can create with Predictive Traits as a base. As part of Engage, Segment also offers prebuilt [Suggested Predictive Audiences](/docs/unify/traits/predictive-traits/suggested-predictive-audiences/).
1315
- [Journeys](/docs/engage/journeys/); use Predictive Traits in Journeys to trigger [Engage marketing campaigns](/docs/engage/campaigns/) when users enter a high-percentage cohort, or send promotional material if a customer shows interest and has a high propensity to buy.
1416
- [Destinations](/docs/connections/destinations/); send your Predictive Traits downstream to [Warehouses](/docs/connections/storage/warehouses/), support systems, and ad platforms.
1517

@@ -22,7 +24,7 @@ Once Segment has generated your Prediction, you can access it in your Trait's **
2224
The **Explore your prediction** section of the Prediction tab visualizes Prediction data and lets you create Audiences to target. An interactive chart displays a percentile cohort score that indicates the likelihood of users in each group to convert on your chosen goal. You can choose the top 20%, bottom 80%, or create custom ranges for specific use cases.
2325

2426
You can then create an Audience from the group you've selected, letting you send efficient, targeted marketing campaigns within Journeys. You can also send your Prediction data to downstream Destinations.
25-
27+
2628
#### Model statistics
2729

2830
The Predictions tab's **Understand your prediction** section provides insights into the performance of the underlying predictive model. This information helps you understand the data points that contribute to the prediction results.

src/engage/audiences/sql-traits.md renamed to src/unify/Traits/sql-traits.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
---
22
title: SQL Traits
3-
plan: engage-foundations
3+
plan: unify-plus
44
redirect_from:
55
- '/personas/sql-traits'
6+
- '/engage/audiences/sql-traits'
67
---
78

8-
Use SQL Traits to import user or account traits from your data warehouse back into Engage to build audiences or to enhance Segment data that you send to other Destinations.
9+
> info ""
10+
> Beginning August 18, 2023, new Unify Plus users can access SQL Traits in Unify.
11+
12+
13+
Use SQL Traits to import user or account traits from your data warehouse back into Unify or Engage to build audiences or to enhance data that you send to other Destinations.
914

1015
SQL Traits are only limited by the data in your warehouse. Because anything you can write a query for can become a SQL Trait, you can add detail to your user and account profiles, resulting in more nuanced personalization.
1116

@@ -60,8 +65,8 @@ This query computes whether a user has an open ticket:
6065
To use SQL Traits, you need the following:
6166

6267
- a warehouse connected to Segment
63-
- an Engage Segment workspace
64-
- a user account with access to Engage in that workspace
68+
- a Segment workspace
69+
- a user account with access to Unify in that workspace
6570

6671
### Step 1. Set up a warehouse source
6772

0 commit comments

Comments
 (0)