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

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CREATIVE_TEMPLATE_TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum CREATIVE_TEMPLATE_TYPE_UNSPECIFIED = 0;

STANDARD

Value: 1

Creative templates that are included in Ad Manager by default.

Generated from protobuf enum STANDARD = 1;

CUSTOM

Value: 2

Creative templates created by an administrator or other user in the network.

Generated from protobuf enum CUSTOM = 2;