enum AdRuleSlotBumper (v202411)

  • AdRuleSlotBumper defines the types of bumper ads that can be displayed on an ad rule slot.

  • The options include displaying a bumper ad before, after, or before and after the main ad content, or choosing not to show one at all.

  • Bumper ad settings are managed within the AdRuleService using the AdRuleSlotBumper enumeration and can be configured through the Google Ad Manager API.

Types of bumper ads on an ad rule slot.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
NONE Do not show a bumper ad.
BEFORE Show a bumper ad before the slot's other ads.
AFTER Show a bumper ad after the slot's other ads.
BEFORE_AND_AFTER Show a bumper before and after the slot's other ads.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.