ruleType property
The type of the rule, the default value is OPEN.
Optional. Possible string values are:
- "RULE_SET_TYPE_UNKNOWN" : The rule type is unknown. This value is unused.
- "OPEN" : The rule type is open, all feed rows are eligible for selection. This is the default value.
- "AUTO" : The rule type is auto, the feed rows are eligible for selection based on the automatic rules.
- "CUSTOM" : The rule type is custom, the feed rows are eligible for selection based on the custom rules.
- "PROXIMITY_TARGETING" : The rule type is proximity targeting, the feed rows are eligible for selection based on the proximity targeting rules.
Implementation
core.String? ruleType;