Skip to content

Commit c1edd63

Browse files
committed
change entity conditions to a table
1 parent 4ad311e commit c1edd63

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

src/engage/audiences/linked-audiences.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,16 @@ When filtering on event properties, you can dynamically reference the value of a
120120

121121
**Entity conditions**
122122

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:
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 |
132+
127133

128134
## Step 2: Activate your Linked Audience
129135

0 commit comments

Comments
 (0)