enum ContentBundleStatus (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
ContentBundleService
Status for ContentBundle
objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
ACTIVE
|
The object is active and stats are collected.
|
INACTIVE
|
The object is no longer active and no stats collected.
|
ARCHIVED
|
The object has been archived.
|
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\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. |"]]