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

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CONTENT_BUNDLE_STATUS_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum CONTENT_BUNDLE_STATUS_UNSPECIFIED = 0;

ACTIVE

Value: 1

The object is active and stats are collected.

Generated from protobuf enum ACTIVE = 1;

ARCHIVED

Value: 2

The object has been archived.

Generated from protobuf enum ARCHIVED = 2;

INACTIVE

Value: 3

The object is no longer active and no stats collected.

Generated from protobuf enum INACTIVE = 3;