Reference documentation and code samples for the Google Ads Ad Manager V1 Client class AdRuleSlotBehavior.
The types of behaviors for ads within a BaseAdRuleSlot ad rule slot.
Protobuf type google.ads.admanager.v1.AdRuleSlotBehaviorEnum.AdRuleSlotBehavior
Namespace
Google \ Ads \ AdManager \ V1 \ AdRuleSlotBehaviorEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AD_RULE_SLOT_BEHAVIOR_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum AD_RULE_SLOT_BEHAVIOR_UNSPECIFIED = 0;
ALWAYS_SHOW
Value: 1This ad rule always includes this slot's ads.
Generated from protobuf enum ALWAYS_SHOW = 1;
DEFER
Value: 2Defer to lower priority rules. This ad rule doesn't specify guidelines for this slot's ads.
Generated from protobuf enum DEFER = 2;
NEVER_SHOW
Value: 3This ad rule never includes this slot's ads.
Generated from protobuf enum NEVER_SHOW = 3;