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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,10 +120,16 @@ When filtering on event properties, you can dynamically reference the value of a
120
120
121
121
**Entity conditions**
122
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 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
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 shown below:
0 commit comments