[[["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` identifies the cause of errors related to custom fields in various Google Ad Manager services."],["It outlines five potential reasons for these errors, including referencing a non-existent or inactive custom field, an invalid custom field option, or an incorrect entity type association."],["These reasons are represented by specific enumeration values like `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, etc., providing detailed error context."],["Each enumeration value has a corresponding description explaining the specific scenario that triggers the error, aiding in troubleshooting and resolution."],["This information is crucial for developers integrating with the Google Ad Manager API to handle custom field-related errors effectively."]]],["The content outlines `CustomFieldValueError.Reason` within the Google Ad Manager API (v202408). It details potential errors related to custom fields across various services. Key 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` (wrong entity type association). An additional reason is `UNKNOWN` for unexposed values. These errors affect actions involving `CustomFieldValue`.\n"]]