[[["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."],[[["`CustomFieldValue` represents the value of a `CustomField` when its data type is not `DROP_DOWN`."],["It inherits from `BaseCustomFieldValue` which contains the ID of the associated `CustomField`."],["The `value` field stores the actual custom field value and its type depends on the `CustomField`'s data type (e.g., `TextValue` for `STRING`, `NumberValue` for `NUMBER`)."],["Supported data types for `CustomFieldValue` include `STRING`, `NUMBER`, and `TOGGLE`, each mapping to a specific `Value` type."]]],["This content defines the `CustomFieldValue` and `BaseCustomFieldValue` within the Google Ad Manager API. `CustomFieldValue` represents a value for a `CustomField` that is not a dropdown type. It includes a `value` property, which can be one of several types: `ObjectValue`, `BooleanValue`, `DateTimeValue`, etc. The `BaseCustomFieldValue` is inherited and requires a `customFieldId`. The namespace for these services is `https://www.google.com/apis/ads/publisher/v202411`. It presents the relationship between `CustomFieldDataType` and `Value` type.\n"]]