abstract type BaseCustomFieldValue (v202405)
Dependencies
Order
▼
BaseCustomFieldValue
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 for a specific entity in Google Ad Manager."],["It's used by various services like CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService."],["This object inherits to CustomFieldValue and DropDownCustomFieldValue and requires a customFieldId, indicating the CustomField it's associated with."],["The namespace for this object is `https://www.google.com/apis/ads/publisher/v202405`."]]],["The core content details service dependencies and custom field values within a system, focusing on `BaseCustomFieldValue`. Services like `CreativeService`, `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, and `ProposalService` are highlighted. `Order` is a key dependency. `BaseCustomFieldValue` is a parent to `CustomFieldValue` and `DropDownCustomFieldValue`, and it represents a custom field's value for an entity. `customFieldId` is a required attribute of `BaseCustomFieldValue`, representing the ID of the associated `CustomField`.\n"]]