[[["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."],[[["`CustomFieldValueError.Reason` enumerates the potential errors encountered when working with custom fields in various Google Ad Manager services."],["These reasons include issues like referencing a non-existent or inactive custom field, using an invalid custom field option, or associating a custom field value with an incompatible entity type."],["The namespace for this enumeration is `https://www.google.com/apis/ads/publisher/v202408`."],["Developers can utilize these reasons to diagnose and handle errors related to custom field operations within their Ad Manager integrations."]]],["The core content defines `CustomFieldValueError.Reason`, which details errors related to custom fields within the ad management system. Key error reasons include `CUSTOM_FIELD_NOT_FOUND` (missing custom field), `CUSTOM_FIELD_INACTIVE` (inactive field), `CUSTOM_FIELD_OPTION_NOT_FOUND` (missing field option), and `INVALID_ENTITY_TYPE` (incorrect entity association). An `UNKNOWN` value is returned if the specific error is not supported in that API version. It is related to the services such as `CreativeService`, `CompanyService` and others.\n"]]