Reference documentation and code samples for the Google Ads Ad Manager V1 Client class AdRuleSlotBumper.
Types of bumper ads on an ad rule slot.
Protobuf type google.ads.admanager.v1.AdRuleSlotBumperEnum.AdRuleSlotBumper
Namespace
Google \ Ads \ AdManager \ V1 \ AdRuleSlotBumperEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AD_RULE_SLOT_BUMPER_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum AD_RULE_SLOT_BUMPER_UNSPECIFIED = 0;
AFTER
Value: 1Show a bumper ad after the slot's other ads.
Generated from protobuf enum AFTER = 1;
BEFORE
Value: 2Show a bumper ad before the slot's other ads.
Generated from protobuf enum BEFORE = 2;
BEFORE_AND_AFTER
Value: 3Show a bumper before and after the slot's other ads.
Generated from protobuf enum BEFORE_AND_AFTER = 3;
NONE
Value: 4Do not show a bumper ad.
Generated from protobuf enum NONE = 4;