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 \ CreativeTemplateStatusEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CREATIVE_TEMPLATE_STATUS_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum CREATIVE_TEMPLATE_STATUS_UNSPECIFIED = 0;
ACTIVE
Value: 1The CreativeTemplate is active
Generated from protobuf enum ACTIVE = 1;
DELETED
Value: 2The CreativeTemplate is deleted. Creatives created from this CreativeTemplate can no longer serve.
Generated from protobuf enum DELETED = 2;
INACTIVE
Value: 3The 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;