Google Ads Ad Manager V1 Client - Class AdRuleSlotBumper (0.8.0)

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 \ AdRuleSlotBumperEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AD_RULE_SLOT_BUMPER_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum AD_RULE_SLOT_BUMPER_UNSPECIFIED = 0;

AFTER

Value: 1

Show a bumper ad after the slot's other ads.

Generated from protobuf enum AFTER = 1;

BEFORE

Value: 2

Show a bumper ad before the slot's other ads.

Generated from protobuf enum BEFORE = 2;

BEFORE_AND_AFTER

Value: 3

Show a bumper before and after the slot's other ads.

Generated from protobuf enum BEFORE_AND_AFTER = 3;

NONE

Value: 4

Do not show a bumper ad.

Generated from protobuf enum NONE = 4;