abstract type BaseCustomFieldValue (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
BaseCustomFieldValue represents the value of a CustomField for a specific entity.
It is used within several services including CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService.
BaseCustomFieldValue has dependencies on the Proposal and is inherited by CustomFieldValue and DropDownCustomFieldValue.
The customFieldId field, required and of type xsd:long, identifies the CustomField associated with this value.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["The document outlines services and their dependencies within an API, including `CreativeService`, `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`. `BaseCustomFieldValue` acts as a base class, with `CustomFieldValue` and `DropDownCustomFieldValue` inheriting from it. The `BaseCustomFieldValue` represents a value for a `CustomField`, and it requires a `customFieldId`, which is the ID of the related `CustomField`. The namespace is specified as `https://www.google.com/apis/ads/publisher/v202502`.\n"]]