[[["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."],[[["The CustomFieldDataType enumeration defines the allowed data types for CustomField objects in Google Ad Manager."],["These data types include STRING, NUMBER, TOGGLE, DROP_DOWN, and UNKNOWN, each with specific characteristics and limitations."],["A CustomField with the data type DROP_DOWN uses CustomFieldOption object IDs for its values."],["The UNKNOWN data type is returned when the actual value is not available in the requested API version."]]],["The core content details the `CustomFieldDataType` enumeration within the `CustomFieldService`. This enumeration defines the valid data types for `CustomField` objects, including: `STRING` (max 255 characters), `NUMBER`, `TOGGLE` (boolean), and `DROP_DOWN` (referencing `CustomFieldOption` IDs). An `UNKNOWN` type is used when the API version does not expose the actual value. These data types dictate the format and allowed values within custom fields.\n"]]