enum CustomFieldEntityType (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
CustomFieldService
Entity types recognized by custom fields
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eCustomFieldEntityType identifies the entity types that can have custom fields associated with them within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThe available entity types include LineItem, Order, Creative, Proposal, and ProposalLineItem, each corresponding to specific Ad Manager objects.\u003c/p\u003e\n"],["\u003cp\u003eCustom fields provide a way to add user-defined metadata to these entities for enhanced organization and management.\u003c/p\u003e\n"],["\u003cp\u003eEach entity type is represented by a specific enumeration value within the CustomFieldEntityType structure.\u003c/p\u003e\n"],["\u003cp\u003eIf an entity type is not recognized or supported by the current API version, it's represented by the "UNKNOWN" enumeration value.\u003c/p\u003e\n"]]],["CustomFieldService uses the `CustomField` dependency and defines `CustomFieldEntityType`. This entity type recognizes various ad manager entities, including `LINE_ITEM`, `ORDER`, `CREATIVE`, `PROPOSAL`, and `PROPOSAL_LINE_ITEM`. Each type corresponds to a specific entity, such as `LineItem`, `Order`, `Creative`, `Proposal`, and `ProposalLineItem`, respectively, as defined in the API. `UNKNOWN` is returned when the API version does not expose the actual value.\n"],null,["# enum CustomFieldEntityType (v202408)\n\n**Service** \n**CustomFieldService** **Dependencies** \n[CustomField](/ad-manager/api/reference/v202408/CustomFieldService.CustomField) \n▼\n**CustomFieldEntityType**\n\nEntity types recognized by custom fields\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|----------------------|-------------------------------------------------------------------------------------------------------------|\n| `LINE_ITEM` | Represents the [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem) type. |\n| `ORDER` | Represents the [Order](/ad-manager/api/reference/v202408/OrderService.Order) type. |\n| `CREATIVE` | Represents the [Creative](/ad-manager/api/reference/v202408/CreativeService.Creative) type. |\n| `PROPOSAL` | Represents the [Proposal](/ad-manager/api/reference/v202408/ProposalService.Proposal) type. |\n| `PROPOSAL_LINE_ITEM` | Represents the [ProposalLineItem](/ad-manager/api/reference/v202408/ForecastService.ProposalLineItem) type. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]