[[["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-05-15 UTC."],[[["CustomFieldValueError.Reason outlines the potential causes for errors related to custom fields in various Google Ad Manager services."],["These errors can arise from issues such as referencing a non-existent or inactive custom field, using an incorrect custom field option, or associating a custom field value with an incompatible entity type."],["The provided enumeration details specific error reasons like `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, `CUSTOM_FIELD_OPTION_NOT_FOUND`, `INVALID_ENTITY_TYPE`, and `UNKNOWN`."],["Developers should consult this documentation to understand and troubleshoot custom field-related errors encountered when interacting with the Google Ad Manager API."]]],["The provided content outlines the `CustomFieldValueError.Reason` enumeration within the `v202405` API namespace. It details five error reasons: `CUSTOM_FIELD_NOT_FOUND` (custom field missing), `CUSTOM_FIELD_INACTIVE` (inactive field), `CUSTOM_FIELD_OPTION_NOT_FOUND` (missing field option), `INVALID_ENTITY_TYPE` (incorrect entity type), and `UNKNOWN` (value not exposed). These reasons are triggered when interacting with custom fields via various services such as `CreativeService`, `CompanyService` and `UserService`.\n"]]