AI-generated Key Takeaways
-
ContentStatus describes the operational condition of a Content object, indicating whether it's active and eligible for ad serving or inactive/archived.
-
Content objects can hold one of four statuses:
ACTIVE
,INACTIVE
,ARCHIVED
, orUNKNOWN
, each signifying a different state in the content lifecycle. -
When a Content object has an
ACTIVE
status, it means it is ready for ads to be served against it, while anINACTIVE
orARCHIVED
status means it is not eligible for ad serving. -
The
UNKNOWN
status is used as a fallback when the actual status of the Content object is not available through the current API version being used.
Describes the status of a Content object.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
ACTIVE
|
Indicates the Content has been created and is eligible to have ads served against it. |
INACTIVE
|
Indicates the Content has been deactivated and cannot have ads served against it. |
ARCHIVED
|
Indicates the Content has been archived; user-visible. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |