[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]