AI-generated Key Takeaways
-
AdRuleStatusrepresents the status of ad rules and ad rule slots within theAdRuleService. -
The possible statuses for ad rules and ad rule slots are
ACTIVE,INACTIVE, andUNKNOWN. -
ACTIVEstatus means the ad rule is created and ready to be served, whileINACTIVEstatus means it is paused. -
UNKNOWNstatus 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. |