flexibleRuleUserList property
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.
Implementation
GoogleAdsSearchads360V23CommonFlexibleRuleUserListInfo? flexibleRuleUserList;