Google Ads Ad Manager V1 Client - Class CustomTargetingKeyType (0.1.1)

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

Type of the custom targeting key.

Protobuf type google.ads.admanager.v1.CustomTargetingKeyTypeEnum.CustomTargetingKeyType

Namespace

Google \ Ads \ AdManager \ V1 \ CustomTargetingKeyTypeEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CUSTOM_TARGETING_KEY_TYPE_UNSPECIFIED

Value: 0

Not specified value.

Generated from protobuf enum CUSTOM_TARGETING_KEY_TYPE_UNSPECIFIED = 0;

PREDEFINED

Value: 1

Key with a fixed set of values.

Generated from protobuf enum PREDEFINED = 1;

FREEFORM

Value: 2

Key without a fixed set of values

Generated from protobuf enum FREEFORM = 2;