Reference documentation and code samples for the Google Ads Ad Manager V1 Client class ContentStatus.
Describes the status of a Content object.
Protobuf type google.ads.admanager.v1.ContentStatusEnum.ContentStatus
Namespace
Google \ Ads \ AdManager \ V1 \ ContentStatusEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONTENT_STATUS_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum CONTENT_STATUS_UNSPECIFIED = 0;
ACTIVE
Value: 1Indicates the Content has been created and is eligible to have ads
served against it.
Generated from protobuf enum ACTIVE = 1;
INACTIVE
Value: 2Indicates the Content has been deactivated and cannot have ads served
against it.
Generated from protobuf enum INACTIVE = 2;
ARCHIVED
Value: 3Indicates the Content has been archived; user-visible.
Generated from protobuf enum ARCHIVED = 3;
DELETED
Value: 4Indicates the Content has been removed from an external CMS.
Generated from protobuf enum DELETED = 4;
DUPLICATED
Value: 5Indicates the Content is a duplicate of another piece of content.
Generated from protobuf enum DUPLICATED = 5;