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

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

Status of the custom targeting value.

Protobuf type google.ads.admanager.v1.CustomTargetingValueStatusEnum.CustomTargetingValueStatus

Namespace

Google \ Ads \ AdManager \ V1 \ CustomTargetingValueStatusEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CUSTOM_TARGETING_VALUE_STATUS_UNSPECIFIED

Value: 0

Not specified value.

Generated from protobuf enum CUSTOM_TARGETING_VALUE_STATUS_UNSPECIFIED = 0;

ACTIVE

Value: 1

Custom targeting value is active.

Generated from protobuf enum ACTIVE = 1;

INACTIVE

Value: 2

Custom targeting value is inactive.

Generated from protobuf enum INACTIVE = 2;