[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]