abstract type BaseCustomFieldValue (v202411)
Dependencies
Order
▼
BaseCustomFieldValue
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 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["BaseCustomFieldValue represents the value of a CustomField associated with a specific entity."],["It's utilized within various Google Ad Manager services, including CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService."],["This object inherits to CustomFieldValue and DropDownCustomFieldValue, allowing for flexible value types."],["A key property is 'customFieldId' which identifies the relevant CustomField using its unique ID."]]],["The document outlines the structure of `BaseCustomFieldValue` within a service hierarchy. Key services mentioned include CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService. `BaseCustomFieldValue` acts as a base class, inherited by `CustomFieldValue` and `DropDownCustomFieldValue`. A crucial element is `customFieldId`, a required long integer representing the ID of the associated `CustomField`. The namespace for these elements is provided.\n"]]