[[["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\u003eThe \u003ccode\u003eContentBundleStatus\u003c/code\u003e enumeration defines the different states a \u003ccode\u003eContentBundle\u003c/code\u003e object can be in within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eStatuses include \u003ccode\u003eACTIVE\u003c/code\u003e, \u003ccode\u003eINACTIVE\u003c/code\u003e, \u003ccode\u003eARCHIVED\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e, each reflecting the operational status and data collection for the content bundle.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eContentBundleStatus\u003c/code\u003e is part of the \u003ccode\u003eContentBundleService\u003c/code\u003e and uses the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["`ContentBundle` objects have a `ContentBundleStatus`, which can be `ACTIVE` (collecting stats), `INACTIVE` (no longer active, no stats), or `ARCHIVED`. An `UNKNOWN` status indicates the value is not accessible in the current API version. The `ContentBundleService` utilizes this status information. This service operates within the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum ContentBundleStatus (v202408)\n\n**Service** \n**ContentBundleService** **Dependencies** \n[ContentBundle](/ad-manager/api/reference/v202408/ContentBundleService.ContentBundle) \n▼\n**ContentBundleStatus**\n\nStatus for `ContentBundle` objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-------------|-------------------------------------------------------------------------------------|\n| `ACTIVE` | The object is active and stats are collected. |\n| `INACTIVE` | The object is no longer active and no stats collected. |\n| `ARCHIVED` | The object has been archived. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]