[[["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."],[[["The `InvalidEmailError.Reason` enumeration describes why an email might be considered invalid, like incorrect formatting."],["This error can occur across various Google Ad Manager services, including CompanyService, ContactService, NetworkService, OrderService, PublisherQueryLanguageService, and UserService."],["Two main reasons for email invalidity are identified: `INVALID_FORMAT` for incorrect email structure and `UNKNOWN` when the reason isn't exposed by the API version."],["Developers using Google Ad Manager's API should handle these error reasons to ensure smooth user interactions related to email data."]]],["The core content details the `InvalidEmailError.Reason` enumeration, utilized across multiple services: Company, Contact, Network, Order, PublisherQueryLanguage, and User services. This error indicates issues with email validity. The enumeration specifies two potential reasons: `INVALID_FORMAT`, meaning the provided value isn't a valid email address, and `UNKNOWN`, used when the specific reason is not exposed by the API version. The namespace for these services is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]