[[["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-08-20 UTC."],[[["`CustomFieldDataType` defines the allowed data types for CustomFields in Google Ad Manager."],["These data types include string, number, toggle, drop-down, and an unknown type for values not exposed in the current API version."],["Drop-down fields utilize IDs from `CustomFieldOption` objects for their values."],["String fields have a maximum length of 255 characters, while toggle fields accept \"true\", \"false\", or empty values."]]],["The `CustomFieldService` uses `CustomField` objects, which have various data types. The allowed data types, defined by `CustomFieldDataType`, include `STRING` (max 255 characters), `NUMBER`, `TOGGLE` (boolean), and `DROP_DOWN` (referencing `CustomFieldOption` IDs). `UNKNOWN` is a placeholder for unexposed API values. This information defines the valid inputs for custom fields within the service.\n"]]