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

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

Types of URLs that a UrlCreativeTemplateVariable can represent.

Protobuf type google.ads.admanager.v1.CreativeTemplateVariableUrlTypeEnum.CreativeTemplateVariableUrlType

Namespace

Google \ Ads \ AdManager \ V1 \ CreativeTemplateVariableUrlTypeEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CREATIVE_TEMPLATE_VARIABLE_URL_TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum CREATIVE_TEMPLATE_VARIABLE_URL_TYPE_UNSPECIFIED = 0;

CLICK_TRACKER

Value: 1

Click tracking URL.

Generated from protobuf enum CLICK_TRACKER = 1;

Value: 2

Deep-link URL.

Generated from protobuf enum DEEPLINK = 2;

IMPRESSION_TRACKER

Value: 3

Impression tracking URL.

Generated from protobuf enum IMPRESSION_TRACKER = 3;

STANDARD_HTTP

Value: 4

Standard HTTP URL.

Generated from protobuf enum STANDARD_HTTP = 4;