abstract type BaseCustomFieldValue (v202408)
The value of a CustomField for a particular entity.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["BaseCustomFieldValue represents the value of a CustomField for a specific entity."],["This object is used by several services including CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService."],["BaseCustomFieldValue has a key property, customFieldId, which identifies the associated CustomField."],["BaseCustomFieldValue acts as a base class for more specific custom field value types like CustomFieldValue and DropDownCustomFieldValue."]]],["The provided content details the `BaseCustomFieldValue` within the `v202408` API namespace, focusing on its role in managing custom field values. It outlines related services like `CreativeService`, `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`. `LineItemSummary` and `ProposalLineItem` are also mentioned as Dependencies. Inheritance includes `CustomFieldValue` and `DropDownCustomFieldValue`. Each value links to a `CustomField` via `customFieldId`, which is a required long identifier.\n"]]