[[["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-02-13 UTC."],[[["`CustomFieldValue` objects represent the values of custom fields, which are not drop-down lists, associated with various entities like line items, orders, and proposals."],["It inherits from `BaseCustomFieldValue` and contains the custom field ID and the actual value."],["The `value` field can be of different types like `TextValue`, `NumberValue`, `BooleanValue`, etc., based on the custom field's data type."],["It is used by several services including `CreativeService`, `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`."]]],["The core content defines `CustomFieldValue`, associated with `CustomField` (excluding `DROP_DOWN` type), and its inheritance from `BaseCustomFieldValue`. Key information includes the namespace `https://www.google.com/apis/ads/publisher/v202402`, a custom field ID attribute, and the field `value`. The field `value` can have one of several different types including, `ObjectValue`, `BooleanValue`, `DateTimeValue`, etc. The field type is determined by the `CustomField.dataType` of the relevant Custom Field.\n"]]