Google Ads Ad Manager V1 Client - Class TargetingPresetStatus (0.8.0)

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

The status of a targeting preset.

Protobuf type google.ads.admanager.v1.TargetingPresetStatusEnum.TargetingPresetStatus

Namespace

Google \ Ads \ AdManager \ V1 \ TargetingPresetStatusEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TARGETING_PRESET_STATUS_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum TARGETING_PRESET_STATUS_UNSPECIFIED = 0;

ACTIVE

Value: 1

The targeting preset is active.

Generated from protobuf enum ACTIVE = 1;

INACTIVE

Value: 2

The targeting preset is inactive.

Generated from protobuf enum INACTIVE = 2;