AI-generated Key Takeaways
- 
          AdRuleSlotBehavior defines how ads behave within an ad rule slot. 
- 
          Possible behaviors include always showing, never showing, or deferring to lower priority rules. 
- 
          An UNKNOWN value may be returned for behaviors not exposed by the API version. 
                  Service
               
               
                  AdRuleService
               
            
                  Dependencies
               
               
                  BaseAdRuleSlot
                  
            ▼
                  AdRuleSlotBehavior
               The types of behaviors for ads within a ad rule slot.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202505
| Enumeration | Description | 
|---|---|
| ALWAYS_SHOW | This ad rule always includes this slot's ads. | 
| NEVER_SHOW | This ad rule never includes this slot's ads. | 
| DEFER | Defer to lower priority rules. This ad rule doesn't specify guidelines for this slot's ads. | 
| UNKNOWN | The value returned if the actual value is not exposed by the requested API version. |