abstract type BaseCustomFieldValue (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
The value of a CustomField for a particular entity.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
customFieldId
|
xsd:long
Id of the CustomField to which this value belongs. This attribute is required.
|
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\u003eBaseCustomFieldValue represents the value of a CustomField for a specific entity in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eIt is used by various services like ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService.\u003c/p\u003e\n"],["\u003cp\u003eThis object is the base for other custom field value types like CustomFieldValue and DropDownCustomFieldValue.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003ecustomFieldId\u003c/code\u003e which identifies the CustomField associated with the value.\u003c/p\u003e\n"]]],["The document outlines services and dependencies within an API, specifically `CreativeService`, `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`. These services utilize `BaseCustomFieldValue`, a base class that includes `CustomFieldValue` and `DropDownCustomFieldValue`. `BaseCustomFieldValue` stores a value for a given entity's `CustomField`. The required attribute for `BaseCustomFieldValue` is `customFieldId`, an ID that links to the related `CustomField`. The namespace for these elements is provided.\n"],null,["# abstract type BaseCustomFieldValue (v202411)\n\n**Service** \n**CreativeService** [ForecastService](/ad-manager/api/reference/v202411/ForecastService.BaseCustomFieldValue) [LineItemService](/ad-manager/api/reference/v202411/LineItemService.BaseCustomFieldValue) [OrderService](/ad-manager/api/reference/v202411/OrderService.BaseCustomFieldValue) [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.BaseCustomFieldValue) [ProposalService](/ad-manager/api/reference/v202411/ProposalService.BaseCustomFieldValue) **Dependencies** \n[Creative](/ad-manager/api/reference/v202411/CreativeService.Creative) \n▼\n**BaseCustomFieldValue** **Inheritance** \n**BaseCustomFieldValue** \n▼\n[CustomFieldValue](/ad-manager/api/reference/v202411/CreativeService.CustomFieldValue) [DropDownCustomFieldValue](/ad-manager/api/reference/v202411/CreativeService.DropDownCustomFieldValue)\n\nThe value of a [CustomField](/ad-manager/api/reference/v202411/CustomFieldService.CustomField) for a particular entity.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|---------------------|------------------------------------------------------------------------------------------------|\n| ### `customFieldId` | ` `xsd:`long` Id of the `CustomField` to which this value belongs. This attribute is required. |"]]