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/linked-audiences.md
+16-10Lines changed: 16 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ at most: supports 0 or greater.
96
96
97
97
*When filtering by 0, you can’t filter on by entity properties or on additional nested entities.
98
98
99
-
#### Operator Selection
99
+
#### Operator selection
100
100
101
101
You can create audience definitions using either `AND` or `OR` operators across all condition levels. You can switch between these operators when filtering on multiple entity or event properties, between conditions within a condition group, and between condition groups.
102
102
@@ -112,18 +112,24 @@ This information appears when you click the user profile generated from the audi
112
112
113
113

114
114
115
-
#### Dynamic References
115
+
#### Dynamic references
116
116
117
-
**Event Conditions**
117
+
**Event conditions**
118
118
119
119
When filtering on event properties, you can dynamically reference the value of another profile trait, or enter a constant value. These operators support dynamic references: equals, not equals, less than, greater than, less than or equal, greater than or equal, contains, does not contain, starts with, ends with.
120
120
121
-
**Entity Conditions**
121
+
**Entity conditions**
122
+
123
+
When filtering on entity properties, you can dynamically reference the value of another entity column (from the same entity branch at the same level or above it), profile trait, or enter a constant value. You can only dynamically reference properties of the same data type. Dynamic references are supported for specific operators depending on the data type, as in the following table:
| NUMBER | equals, not equals, less than, greater than, less than or equal, greater than or equal |
128
+
| STRING | equals, not equals, contains, does not contain, starts with, ends with |
129
+
| DATE | equals, not equals, less than, greater than, less than or equal, greater than or equal |
130
+
| TIME | equals, not equals, less than, greater than, less than or equal, greater than or equal |
131
+
| TIMESTAMP | equals, not equals, less than, greater than, less than or equal, greater than or equal |
122
132
123
-
When filtering on entity properties, you can dynamically reference the value of another entity column (from the same entity branch at the same level or above it), profile trait, or enter a constant value.You can only dynamically reference properties of the same data type. Dynamic references are only supported for certain operators depending on the data type:
124
-
NUMBER data type: equals, not equals, less than, greater than, less than or equal, greater than or equal
125
-
STRING data type: equals, not equals, contains, does not contain, starts with, ends with
126
-
TIMESTAMP data type: equals, not equals, less than, greater than, less than or equal, greater than or equal
127
133
128
134
## Step 2: Activate your Linked Audience
129
135
@@ -179,7 +185,7 @@ After you select an action, Segment attempts to automatically configure the data
179
185
180
186
Select additional traits and properties to include when the event is sent.
181
187
182
-
#### Show/Hide preview
188
+
#### Show/hide preview
183
189
184
190
As you're enriching your events in Linked Audiences, you should view a preview of the event payload schema based on the properties you select. It might look like the following:
185
191
@@ -238,4 +244,4 @@ Delivery Overview shows you four steps in your data activation pipeline:
238
244
-**Events from Audience**: Events that Segment created for your activation. The number of events for each compute depends on the changes detected in your audience membership.
239
245
-**Filtered at Destination**: The activation pipeline is rich with features that let you control which events make it to the destination. If any events aren't eligible to be sent (for example, due to destination filters, insert function logic, and so on), Segment will show them in Filtered at Destination.
240
246
-**Failed Delivery**: Events that Segment attempted but failed to deliver to your destination. Failed Delivery indicates an issue with the destination, like invalid credentials, rate limits, or other error statuses received during delivery.
241
-
-**Successful Delivery**: Events that Segment successfully delivered to your destination. You'll see these events in your downstream integration.
247
+
-**Successful Delivery**: Events that Segment successfully delivered to your destination. You'll see these events in your downstream integration.
0 commit comments