enum AdRuleStatus (v202411)

  • AdRuleStatus represents the status of ad rules and ad rule slots within the AdRuleService.

  • The possible statuses for ad rules and ad rule slots are ACTIVE, INACTIVE, and UNKNOWN.

  • ACTIVE status means the ad rule is created and ready to be served, while INACTIVE status means it is paused.

  • UNKNOWN status indicates the actual value is not exposed by the requested API version.

Represents the status of ad rules and ad rule slots.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
ACTIVE Created and ready to be served. Is user-visible.
INACTIVE Paused, user-visible.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.