AI-generated Key Takeaways
- 
          AdRuleSlotBumper defines the types of bumper ads that can appear on an ad rule slot. 
- 
          Bumper ads can be shown before, after, both before and after, or not at all in relation to the slot's other ads. 
- 
          The UNKNOWN value indicates an AdRuleSlotBumper value not exposed in the current API version. 
                  Service
               
               
                  AdRuleService
               
            
                  Dependencies
               
               
                  BaseAdRuleSlot
                  
            ▼
                  AdRuleSlotBumper
               Types of bumper ads on an ad rule slot.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202508
| 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. |