enum AdRuleSlotBehavior (v202508)

  • 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 is returned if the actual value is not exposed by the API version.

The types of behaviors for ads within a ad rule slot.


Namespace
https://www.google.com/apis/ads/publisher/v202508
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.