Skip to content

Commit 239d859

Browse files
authored
Merge pull request #7135 from segmentio/la-dynamic-references-update
Updated Linked Audiences Dynamic Reference/Entity Conditions
2 parents 3992a98 + 851276d commit 239d859

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

src/engage/audiences/linked-audiences.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ at most: supports 0 or greater.
9696

9797
*When filtering by 0, you can’t filter on by entity properties or on additional nested entities.
9898

99-
#### Operator Selection
99+
#### Operator selection
100100

101101
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.
102102

@@ -112,18 +112,24 @@ This information appears when you click the user profile generated from the audi
112112

113113
![A screenshot of the Entity Explorer.](/docs/engage/images/entity_explorer.png)
114114

115-
#### Dynamic References
115+
#### Dynamic references
116116

117-
**Event Conditions**
117+
**Event conditions**
118118

119119
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.
120120

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:
124+
125+
| Data Type | Supported Operators |
126+
| --------- | -------------------------------------------------------------------------------------- |
127+
| 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 |
122132

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
127133

128134
## Step 2: Activate your Linked Audience
129135

@@ -179,7 +185,7 @@ After you select an action, Segment attempts to automatically configure the data
179185

180186
Select additional traits and properties to include when the event is sent.
181187

182-
#### Show/Hide preview
188+
#### Show/hide preview
183189

184190
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:
185191

@@ -238,4 +244,4 @@ Delivery Overview shows you four steps in your data activation pipeline:
238244
- **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.
239245
- **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.
240246
- **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

Comments
 (0)