enum ContentStatus (v202408)
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/v202408
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."],[[["\u003cp\u003e\u003ccode\u003eContentStatus\u003c/code\u003e describes the state of a \u003ccode\u003eContent\u003c/code\u003e object, determining whether it's eligible for ad serving.\u003c/p\u003e\n"],["\u003cp\u003eThere are four statuses: \u003ccode\u003eACTIVE\u003c/code\u003e, \u003ccode\u003eINACTIVE\u003c/code\u003e, \u003ccode\u003eARCHIVED\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e, each signifying a different operational state of the content.\u003c/p\u003e\n"],["\u003cp\u003eActive content is eligible for ad serving, while inactive content cannot have ads served against it.\u003c/p\u003e\n"],["\u003cp\u003eArchived content is user-visible but not actively used, and unknown status indicates the actual value is hidden by the API version.\u003c/p\u003e\n"]]],["The core information defines the `ContentStatus` for a `Content` object within the `ContentService`. Four statuses are detailed: `ACTIVE`, indicating content is eligible for ads; `INACTIVE`, meaning content is deactivated and cannot serve ads; `ARCHIVED`, signifying content is archived but user-visible; and `UNKNOWN`, used when the API version doesn't expose the actual status. The namespace for these definitions is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum ContentStatus (v202408)\n\n**Service** \n**ContentService** **Dependencies** \n[Content](/ad-manager/api/reference/v202408/ContentService.Content) \n▼\n**ContentStatus**\n\nDescribes the status of a [Content](/ad-manager/api/reference/v202408/ContentService.Content) object.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ACTIVE` | Indicates the [Content](/ad-manager/api/reference/v202408/ContentService.Content) has been created and is eligible to have ads served against it. |\n| `INACTIVE` | Indicates the [Content](/ad-manager/api/reference/v202408/ContentService.Content) has been deactivated and cannot have ads served against it. |\n| `ARCHIVED` | Indicates the [Content](/ad-manager/api/reference/v202408/ContentService.Content) has been archived; user-visible. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]