AI-generated Key Takeaways
-
AdRuleStatus
represents the status of ad rules and ad rule slots within theAdRuleService
. -
The possible statuses are
ACTIVE
(created and ready to be served),INACTIVE
(paused), andUNKNOWN
(value not exposed by the API version).
Service
AdRuleService
Dependencies
AdRule
▼
AdRuleStatus
Represents the status of ad rules and ad rule slots.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |