AI-generated Key Takeaways
-
CustomFieldEntityType lists the entity types recognized by custom fields.
-
The entity types included are LineItem, Order, Creative, Proposal, and ProposalLineItem.
-
There is also an UNKNOWN type for values not exposed by the API version.
Service
CustomFieldService
Dependencies
CustomField
▼
CustomFieldEntityType
Entity types recognized by custom fields
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
Enumeration | Description |
---|---|
LINE_ITEM
|
Represents the LineItem type. |
ORDER
|
Represents the Order type. |
CREATIVE
|
Represents the Creative type. |
PROPOSAL
|
Represents the Proposal type. |
PROPOSAL_LINE_ITEM
|
Represents the ProposalLineItem type. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |