Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CreativeTemplateType.
Describes type of the creative template.
Protobuf type google.ads.admanager.v1.CreativeTemplateTypeEnum.CreativeTemplateType
Namespace
Google \ Ads \ AdManager \ V1 \ CreativeTemplateTypeEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CREATIVE_TEMPLATE_TYPE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum CREATIVE_TEMPLATE_TYPE_UNSPECIFIED = 0;
STANDARD
Value: 1Creative templates that are included in Ad Manager by default.
Generated from protobuf enum STANDARD = 1;
CUSTOM
Value: 2Creative templates created by an administrator or other user in the network.
Generated from protobuf enum CUSTOM = 2;