AI-generated Key Takeaways
-
ContentBundleStatus
defines the operational state ofContentBundle
objects within Google Ad Manager. -
This status, with options like
ACTIVE
,INACTIVE
, andARCHIVED
, determines whether a content bundle is active, inactive, or archived, impacting stats collection. -
Defined within the namespace
https://www.google.com/apis/ads/publisher/v202411
, it's used by theContentBundleService
and associated withContentBundle
entities.
Status for ContentBundle
objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |