[[["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."],[[["Custom fields are user-defined fields that can be added to entities like line items, orders, creatives, and proposals to store additional information."],["They have properties like name, description, data type (string, number, toggle, drop-down), and visibility (API only, read-only, full)."],["Custom fields are identified by a unique ID assigned by Google and can be activated or deactivated using the `isActive` property."],["They can be associated with various entities using the `entityType` property and their values are stored separately in `CustomFieldValue` objects."],["The `CustomFieldService` allows for creating, updating, and managing custom fields in Google Ad Manager."]]],["The `CustomFieldService` allows for the creation and updating of custom fields. Key attributes include `id` (read-only), `name` (required, max 127 characters), `description` (optional, max 511 characters), `isActive` (read-only), `entityType` (read-only), and `dataType` (read-only). These custom fields are associated with entities like `LINE_ITEM`, `ORDER`, `CREATIVE`, `PROPOSAL`, or `PROPOSAL_LINE_ITEM`, and can contain data such as `STRING`, `NUMBER`, `TOGGLE`, or `DROP_DOWN`. The `visibility` determines UI accessibility: `API_ONLY`, `READ_ONLY`, or `FULL`.\n"]]