[[["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 2024-11-19 UTC."],[[["BaseCustomFieldValue represents the value of a CustomField associated with a specific entity."],["This object is a base class, inheriting to CustomFieldValue and DropDownCustomFieldValue for different custom field types."],["ProposalLineItemService is one of the services that utilizes BaseCustomFieldValue to manage custom field values."],["It includes a `customFieldId` attribute to link the value to its corresponding CustomField."]]],["The document outlines the `BaseCustomFieldValue` inheritance structure within the Google Ad Manager API (v202411). Key services include CreativeService, ForecastService, LineItemService, OrderService, and ProposalLineItemService. `BaseCustomFieldValue` is a dependency of `ProposalLineItem`. It represents the value of a `CustomField` for an entity. `CustomFieldValue` and `DropDownCustomFieldValue` inherit from `BaseCustomFieldValue`. The `customFieldId`, a required long integer, identifies the associated `CustomField`.\n"]]