Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CustomTargetingKeyStatus.
Status of the custom targeting key.
Protobuf type google.ads.admanager.v1.CustomTargetingKeyStatusEnum.CustomTargetingKeyStatus
Namespace
Google \ Ads \ AdManager \ V1 \ CustomTargetingKeyStatusEnumMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CUSTOM_TARGETING_KEY_STATUS_UNSPECIFIED
Value: 0
Not specified value.
Generated from protobuf enum CUSTOM_TARGETING_KEY_STATUS_UNSPECIFIED = 0;
ACTIVE
Value: 1
Custom targeting key is active.
Generated from protobuf enum ACTIVE = 1;
INACTIVE
Value: 2
Custom targeting key is inactive.
Generated from protobuf enum INACTIVE = 2;