enum AdRuleSlotBumper (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eAdRuleSlotBumper\u003c/code\u003e defines the types of bumper ads that can be displayed on an ad rule slot.\u003c/p\u003e\n"],["\u003cp\u003eThe options include displaying a bumper ad before, after, or before and after the main ad content, or choosing not to show one at all.\u003c/p\u003e\n"],["\u003cp\u003eBumper ad settings are managed within the \u003ccode\u003eAdRuleService\u003c/code\u003e using the \u003ccode\u003eAdRuleSlotBumper\u003c/code\u003e enumeration and can be configured through the Google Ad Manager API.\u003c/p\u003e\n"]]],[],null,["# enum AdRuleSlotBumper (v202411)\n\n**Service** \n**AdRuleService** **Dependencies** \n[BaseAdRuleSlot](/ad-manager/api/reference/v202411/AdRuleService.BaseAdRuleSlot) \n▼\n**AdRuleSlotBumper**\n\nTypes of bumper ads on an ad rule slot.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|--------------------|-------------------------------------------------------------------------------------|\n| `NONE` | Do not show a bumper ad. |\n| `BEFORE` | Show a bumper ad before the slot's other ads. |\n| `AFTER` | Show a bumper ad after the slot's other ads. |\n| `BEFORE_AND_AFTER` | Show a bumper before and after the slot's other ads. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]