You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/engage/audiences/computed-traits.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,13 +62,12 @@ User-level examples:
62
62
- Favorite Blog Post
63
63
- Top Purchase Category
64
64
65
-

66
-
67
65
Account-level examples:
68
66
- Most frequent product viewed
69
67
- Most active user
70
68
71
-

69
+

70
+
72
71
73
72
### First
74
73
@@ -92,13 +91,12 @@ User-level examples:
92
91
- Last seen at
93
92
- Last utm parameter
94
93
95
-

96
-
97
94
Account-level examples:
98
95
- Last unsubscribe timestamp
99
96
- Last user active
100
97
101
-

98
+

99
+
102
100
103
101
### Unique List
104
102
@@ -120,13 +118,12 @@ User-level examples:
120
118
- Unique products viewed count
121
119
- Unique categories count
122
120
123
-

124
-
125
121
Account-level examples:
126
122
- Unique products viewed
127
123
- Unique visitors count
128
124
129
-

125
+

126
+
130
127
131
128
## Conditions
132
129
@@ -171,7 +168,7 @@ To edit a real-time Trait, follow these steps:
171
168
1. In your Engage Space, select the **Computed Traits** tab.
172
169
2. Select the realtime Trait you want to edit.
173
170
3. Select the **Builder** tab and make your edits.
174
-
4.Select**Save Computed Trait** to confirm your edits.
171
+
4.Preview the results, then select**Save Computed Trait** to confirm your edits.
175
172
176
173
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. Use the Overview page to view Trait details and refresh user counts for real-time computations.
Copy file name to clipboardExpand all lines: src/engage/audiences/index.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,6 @@ You can also build Audiences based on custom traits. These traits can be collect
34
34
35
35
You can also use computed traits in an Audience definition. For example, you can create a `total_revenue` computed trait and use it to generate an audience of `big_spender` customers that exceed a certain threshold.
36
36
37
-

38
37
39
38
### Funnel Audiences
40
39
@@ -54,7 +53,7 @@ If you have a B2B business, you might want to build an Audience of accounts. You
54
53
55
54
See [Account-level Audiences](/docs/engage/audiences/account-audiences) for more information.
56
55
57
-

56
+
58
57
59
58
## Send Audiences to Destinations
60
59
With the help of Sources and Destinations in Segment's catalog, you can create and send Audiences and computed traits to third-party services.
@@ -125,26 +124,22 @@ Engage displays the following compute statuses for Audiences and Traits.
125
124
126
125
127
126
## Real-time compute compared to batch
128
-
127
+
129
128
Real-time Compute allows you to update traits and Audiences as Segment receives new events. Real-time Compute unlocks exciting use cases:
130
129
131
130
-**Intra-Session App Personalization:** change your app experience with personalized onboarding, product recommendations, and faster funnels based on a user entering and exiting an audience.
132
131
-**Instant Messaging:** Trigger messages in email, live chat, and push notifications instantly, to deliver immediate experiences across channels.
133
132
-**Operational Workflows:** Supercharge your sales and support teams by responding to customer needs faster, based on the latest understanding of a user.
134
133
135
-
To create a new Audience:
136
-
137
-
1. Go to your **Computed Traits** or **Audiences** tab in Engage and select **New**.
138
-
139
-
2. Create your computed trait or Audience.
140
-
141
-
A lightning bolt indicates that the computation updates in real-time.
134
+
To create a new Audience or Trait:
142
135
143
-

136
+
1. Go to your **Computed Traits** or **Audiences** tab in Engage and select **Create**.
144
137
145
-
3. To preview your Audience, select **Select Destinations**, then select **Review & Create**.
138
+
2. Configure and preview your Audience or Trait.
139
+
- A lightning bolt next to `Realtime Enabled` indicates that the computation updates in real-time.
140
+
- By default, Segment queries all historical data to set the current value of the computed trait and Audience. Backfill computes historical data up to the point of audience creation. You can uncheck **Include Historical Data** to compute values for the Audience or trait without historical data. With backfill disabled, the trait or Audience only uses the data that arrives after you create it.
146
141
147
-
By default, Segment queries all historical data to set the current value of the computed trait and Audience. Backfill computes historical data up to the point of audience creation. You can uncheck **Include Historical Data** to compute values for the Audience or trait without historical data. With backfill disabled, the trait or Audience only uses the data that arrives after you create it.
142
+
3. Select destinations to connect, then review and create your Audience or Trait.
148
143
149
144
Use the Audience Explorer to see users or accounts that enter the Audience. Segment displays the Audience as computing until at least one user or account enters.
150
145
@@ -161,7 +156,7 @@ To edit a realtime Trait or Audience, follow these steps:
161
156
1. In your Engage Space, select the **Computed Traits** or **Audiences** tab.
162
157
2. Select the realtime Audience or Trait you want to edit.
163
158
3. Select the **Builder** tab and make your edits.
164
-
4.Select **Save Audience** to confirm your edits.
159
+
4.Preview the results, then select **Save audience** to confirm your edits.
165
160
166
161
Engage then processes your realtime Audience or Trait edits. While the edit task runs, the audience remains locked and you can't make further changes. Once Engage incorporates your changes, you'll be able to access your updated Audience or Trait. Use the Overview page to view Audience details and refresh user counts for real-time computations.

229
228
230
229
Each query row must correspond to a unique user. Segment displays this error if it detects multiple rows with the same `user_id`. Use a `distinct` or `group by` statement to ensure that each row has a unique user_id.
0 commit comments