Class GoogleAdsSearchads360V23CommonFlexibleRuleUserListInfo
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.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonFlexibleRuleUserListInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExclusiveOperands
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.
Declaration
[JsonProperty("exclusiveOperands")]
public virtual IList<GoogleAdsSearchads360V23CommonFlexibleRuleOperandInfo> ExclusiveOperands { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonFlexibleRuleOperandInfo> |
InclusiveOperands
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.
Declaration
[JsonProperty("inclusiveOperands")]
public virtual IList<GoogleAdsSearchads360V23CommonFlexibleRuleOperandInfo> InclusiveOperands { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonFlexibleRuleOperandInfo> |
InclusiveRuleOperator
Operator that defines how the inclusive operands are combined.
Declaration
[JsonProperty("inclusiveRuleOperator")]
public virtual string InclusiveRuleOperator { get; set; }
Property Value
| Type | Description |
|---|---|
| string |