AI-generated Key Takeaways
-
The
CustomFieldEntityType
enumeration lists the entity types that can have custom fields associated with them in Google Ad Manager. -
These entity types include Line Item, Order, Creative, Proposal, and Proposal Line Item, allowing for flexible customization.
-
Each entity type's custom fields can be managed using the
CustomFieldService
within the specified namespace. -
If an entity type is not recognized or supported in the current API version, the value
UNKNOWN
is returned.
Entity types recognized by custom fields
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |