abstract type BaseCustomFieldValue (v202405)
The value of a CustomField for a particular entity.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["BaseCustomFieldValue represents the value of a CustomField associated with a specific entity."],["It's used by services like CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService."],["BaseCustomFieldValue has a key field, `customFieldId`, which is the ID of the CustomField it's linked to."],["BaseCustomFieldValue serves as the base for other custom field value types like CustomFieldValue and DropDownCustomFieldValue."]]],["The document outlines the structure of several services within an ad management API, including `CreativeService`, `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`. It defines `BaseCustomFieldValue` as a core component, linked to `CustomField`. `BaseCustomFieldValue` can have child classes like `CustomFieldValue` and `DropDownCustomFieldValue`. Each `BaseCustomFieldValue` is associated with a `customFieldId`, a mandatory long integer value. The namespace for these services is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]