AI-generated Key Takeaways
-
AdRuleStatusrepresents 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, andUNKNOWN. -
ACTIVEstatus means the ad rule or slot is created and ready to be served, whileINACTIVEmeans it is paused. -
UNKNOWNstatus indicates the actual value is not available in the requested API version.
Represents the status of ad rules and ad rule slots.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| 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. |