AI-generated Key Takeaways
-
AdRuleStatus
represents the status of ad rules and ad rule slots, indicating whether they are active, inactive, or unknown. -
This enumeration includes three possible values:
ACTIVE
,INACTIVE
, andUNKNOWN
, with each value providing a clear indication of the ad rule's operational state. -
AdRuleStatus
is part of the AdRuleService within the Google Ad Manager API and can be accessed within the specified namespace.
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. |