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

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class ContentStatusSource.

Describes who defined the status of the Content object.

Protobuf type google.ads.admanager.v1.ContentStatusSourceEnum.ContentStatusSource

Namespace

Google \ Ads \ AdManager \ V1 \ ContentStatusSourceEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CONTENT_STATUS_SOURCE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum CONTENT_STATUS_SOURCE_UNSPECIFIED = 0;

CMS

Value: 1

Indicates that the status of the Content is defined by the CMS.

Generated from protobuf enum CMS = 1;

USER

Value: 2

Indicates that the status of the Content is defined by the user.

Generated from protobuf enum USER = 2;