Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CustomFieldStatus.
The status of the CustomField.
Protobuf type google.ads.admanager.v1.CustomFieldStatusEnum.CustomFieldStatus
Namespace
Google \ Ads \ AdManager \ V1 \ CustomFieldStatusEnumMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CUSTOM_FIELD_STATUS_UNSPECIFIED
Value: 0
No value specified
Generated from protobuf enum CUSTOM_FIELD_STATUS_UNSPECIFIED = 0;
ACTIVE
Value: 1
The CustomField is active.
Generated from protobuf enum ACTIVE = 1;
INACTIVE
Value: 2
The CustomField is inactive.
Generated from protobuf enum INACTIVE = 2;