enum AdRuleSlotBehavior (v202502)

  • AdRuleSlotBehavior defines how ads are shown within an ad rule slot.

  • Possible behaviors include ALWAYS_SHOW, NEVER_SHOW, DEFER, and UNKNOWN.

  • ALWAYS_SHOW means the ad rule always includes the slot's ads.

  • NEVER_SHOW means the ad rule never includes the slot's ads.

  • DEFER means the ad rule doesn't specify guidelines and defers to lower priority rules.

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


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