Reference documentation and code samples for the Google Ads Ad Manager V1 Client class ContentBundleStatus.
Status for ContentBundle objects.
Protobuf type google.ads.admanager.v1.ContentBundleStatusEnum.ContentBundleStatus
Namespace
Google \ Ads \ AdManager \ V1 \ ContentBundleStatusEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONTENT_BUNDLE_STATUS_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum CONTENT_BUNDLE_STATUS_UNSPECIFIED = 0;
ACTIVE
Value: 1The object is active and stats are collected.
Generated from protobuf enum ACTIVE = 1;
ARCHIVED
Value: 2The object has been archived.
Generated from protobuf enum ARCHIVED = 2;
INACTIVE
Value: 3The object is no longer active and no stats collected.
Generated from protobuf enum INACTIVE = 3;