abstract type BaseCustomFieldValue (v202402)
The value of a CustomField for a particular entity.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
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 2024-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["BaseCustomFieldValue represents the value of a CustomField for a specific entity in Google Ad Manager."],["It is used by various services like CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService."],["BaseCustomFieldValue has a key field, `customFieldId`, which is the ID of the associated CustomField."],["It is the base class for other custom field value types like CustomFieldValue and DropDownCustomFieldValue."]]],["The provided content details various services and their dependencies within an API, specifically referencing Ad Manager. Core services include CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService. Dependencies involve LineItemSummary and ProposalLineItem. BaseCustomFieldValue serves as a base for CustomFieldValue and DropDownCustomFieldValue, which represents a CustomField's value for an entity. The namespace is identified, and a field `customFieldId` is detailed as required.\n"]]