Google Ads Ad Manager V1 Client - Class CreativeTemplateStatus (0.5.0)

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

Describes status of the creative template

Protobuf type google.ads.admanager.v1.CreativeTemplateStatusEnum.CreativeTemplateStatus

Namespace

Google \ Ads \ AdManager \ V1 \ CreativeTemplateStatusEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CREATIVE_TEMPLATE_STATUS_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum CREATIVE_TEMPLATE_STATUS_UNSPECIFIED = 0;

ACTIVE

Value: 1

The CreativeTemplate is active

Generated from protobuf enum ACTIVE = 1;

DELETED

Value: 2

The CreativeTemplate is deleted. Creatives created from this CreativeTemplate can no longer serve.

Generated from protobuf enum DELETED = 2;

INACTIVE

Value: 3

The CreativeTemplate is inactive. Users cannot create new creatives from this template, but existing ones can be edited and continue to serve

Generated from protobuf enum INACTIVE = 3;