Google Ads Ad Manager V1 Client - Class ContentStatus (0.8.0)

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 \ ContentStatusEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CONTENT_STATUS_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum CONTENT_STATUS_UNSPECIFIED = 0;

ACTIVE

Value: 1

Indicates the Content has been created and is eligible to have ads served against it.

Generated from protobuf enum ACTIVE = 1;

INACTIVE

Value: 2

Indicates the Content has been deactivated and cannot have ads served against it.

Generated from protobuf enum INACTIVE = 2;

ARCHIVED

Value: 3

Indicates the Content has been archived; user-visible.

Generated from protobuf enum ARCHIVED = 3;

DELETED

Value: 4

Indicates the Content has been removed from an external CMS.

Generated from protobuf enum DELETED = 4;

DUPLICATED

Value: 5

Indicates the Content is a duplicate of another piece of content.

Generated from protobuf enum DUPLICATED = 5;