type DropDownCustomFieldValue (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eDropDownCustomFieldValue represents a value for a custom field with a drop-down data type in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from CustomFieldValue and BaseCustomFieldValue, providing a structure for storing custom field values.\u003c/p\u003e\n"],["\u003cp\u003eThe key properties include customFieldId (inherited) and customFieldOptionId, identifying the custom field and selected option, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThis object is relevant to services like CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService within the Ad Manager API.\u003c/p\u003e\n"]]],["The content defines `DropDownCustomFieldValue`, a specific type of `CustomFieldValue` used with `CustomField` that have a `DROP_DOWN` data type. Key information includes its namespace and inheritance from `BaseCustomFieldValue`. The core actions involve specifying the `customFieldId` of the associated `CustomField` and the `customFieldOptionId`, which references a specific `CustomFieldOption`. This is utilized across multiple services such as `CreativeService`, `ForecastService`, `OrderService`, etc.\n"],null,["# type DropDownCustomFieldValue (v202411)\n\n**Service** \n[CreativeService](/ad-manager/api/reference/v202411/CreativeService.DropDownCustomFieldValue) [ForecastService](/ad-manager/api/reference/v202411/ForecastService.DropDownCustomFieldValue) [LineItemService](/ad-manager/api/reference/v202411/LineItemService.DropDownCustomFieldValue) **OrderService** [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.DropDownCustomFieldValue) [ProposalService](/ad-manager/api/reference/v202411/ProposalService.DropDownCustomFieldValue) **Inheritance** \n[BaseCustomFieldValue](/ad-manager/api/reference/v202411/OrderService.BaseCustomFieldValue) \n▼\n[CustomFieldValue](/ad-manager/api/reference/v202411/OrderService.CustomFieldValue) **DropDownCustomFieldValue**\n\nA [CustomFieldValue](/ad-manager/api/reference/v202411/OrderService.CustomFieldValue) for a [CustomField](/ad-manager/api/reference/v202411/CustomFieldService.CustomField) that has a [CustomField.dataType](/ad-manager/api/reference/v202411/CustomFieldService.CustomField#dataType) of\n[CustomFieldDataType.DROP_DOWN](/ad-manager/api/reference/v202411/CustomFieldService.CustomFieldDataType#DROP_DOWN)\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|---------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **`BaseCustomFieldValue` (inherited)** ||\n| ### `customFieldId` | ` `xsd:`long` Id of the `CustomField` to which this value belongs. This attribute is required. |\n| **`DropDownCustomFieldValue`** ||\n| ### `customFieldOptionId` | ` `xsd:`long` The [ID](/ad-manager/api/reference/v202411/CustomFieldService.CustomFieldOption#id) of the [CustomFieldOption](/ad-manager/api/reference/v202411/CustomFieldService.CustomFieldOption) for this value. |"]]