[[["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 Google Ad Manager."],["This error can occur across various services like CompanyService, CreativeService, and LineItemService, as indicated in the provided links."],["Reasons for the error include referencing a non-existent or inactive custom field, using an invalid entity type, or encountering an unknown issue."],["Each reason is represented by an enumeration value like `CUSTOM_FIELD_NOT_FOUND` or `CUSTOM_FIELD_INACTIVE`, which provides specific details about the error."],["The namespace for this error is `https://www.google.com/apis/ads/publisher/v202408`, which should be considered when working with the API."]]],["The document details the `CustomFieldValueError.Reason` enumeration within the `v202408` API namespace. It outlines five possible reasons for errors when interacting with custom fields: `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, `CUSTOM_FIELD_OPTION_NOT_FOUND`, `INVALID_ENTITY_TYPE`, and `UNKNOWN`. These errors occur during modification or creation of `CustomFieldValue` and are associated with non-existent, inactive, or mismatched `CustomField` or `CustomFieldOption`. The errors belong to several services, including CompanyService, CreativeService, ForecastService, and others.\n"]]