enum ContentStatus (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
Describes the status of a Content object.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[],["The `ContentService` defines the `ContentStatus` for a `Content` object, with four possible states: `ACTIVE`, `INACTIVE`, `ARCHIVED`, and `UNKNOWN`. `ACTIVE` content is eligible for ads, while `INACTIVE` content is not. `ARCHIVED` content is user-visible but its status regarding ads serving is not defined. `UNKNOWN` represents a value not available in the requested API version. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202502`.\n"],null,["# enum ContentStatus (v202502)\n\n**Service** \n**ContentService** **Dependencies** \n[Content](/ad-manager/api/reference/v202502/ContentService.Content) \n▼\n**ContentStatus**\n\nDescribes the status of a [Content](/ad-manager/api/reference/v202502/ContentService.Content) object.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ACTIVE` | Indicates the [Content](/ad-manager/api/reference/v202502/ContentService.Content) has been created and is eligible to have ads served against it. |\n| `INACTIVE` | Indicates the [Content](/ad-manager/api/reference/v202502/ContentService.Content) has been deactivated and cannot have ads served against it. |\n| `ARCHIVED` | Indicates the [Content](/ad-manager/api/reference/v202502/ContentService.Content) has been archived; user-visible. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]