AI-generated Key Takeaways
-
A flexible user list is defined by inclusive and exclusive operands, representing sets of users based on their actions within a specific timeframe.
-
The user list is created by combining inclusive and exclusive operands with the AND_NOT operator.
-
Users represented by inclusive operands are included, while those represented by exclusive operands are excluded.
-
Inclusive operands can be combined using either AND or OR, as specified by the
inclusive_rule_operator
. -
Exclusive operands are combined using OR.
Flexible rule representation of visitors with one or multiple actions. The flexible user list is defined by two lists of operands – inclusive_operands and exclusive_operands; each operand represents a set of users based on actions they took in a given timeframe. These lists of operands are combined with the AND_NOT operator, so that users represented by the inclusive operands are included in the user list, minus the users represented by the exclusive operands.
Fields | |
---|---|
|
Operator that defines how the inclusive operands are combined. |
|
Rules representing users that should be included in the user list. These are located on the left side of the AND_NOT operator, and joined together by either AND/OR as specified by the inclusive_rule_operator. |
|
Rules representing users that should be excluded from the user list. These are located on the right side of the AND_NOT operator, and joined together by OR. |