Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CustomFieldEntityType.
The types of entities that a CustomField can be applied to.
Protobuf type google.ads.admanager.v1.CustomFieldEntityTypeEnum.CustomFieldEntityType
Namespace
Google \ Ads \ AdManager \ V1 \ CustomFieldEntityTypeEnumMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CUSTOM_FIELD_ENTITY_TYPE_UNSPECIFIED
Value: 0
No value specified
Generated from protobuf enum CUSTOM_FIELD_ENTITY_TYPE_UNSPECIFIED = 0;
LINE_ITEM
Value: 1
The CustomField is applied to LineItems.
Generated from protobuf enum LINE_ITEM = 1;
ORDER
Value: 2
The CustomField is applied to Orders.
Generated from protobuf enum ORDER = 2;
CREATIVE
Value: 3
The CustomField is applied to Creatives.
Generated from protobuf enum CREATIVE = 3;
PROPOSAL
Value: 4
The CustomField is applied to Proposals.
Generated from protobuf enum PROPOSAL = 4;
PROPOSAL_LINE_ITEM
Value: 5
The CustomField is applied to ProposalLineItems.
Generated from protobuf enum PROPOSAL_LINE_ITEM = 5;