Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
InvalidEmailError.Reason defines why an email address might be considered invalid within Google Ad Manager.
It includes reasons like INVALID_FORMAT for incorrect email structure and UNKNOWN for cases not covered by the API version.
This enumeration is used by several services in Google Ad Manager, such as CompanyService, ContactService, and UserService, when dealing with email validation.
[[["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 2025-08-06 UTC."],[],["The core content details the `InvalidEmailError.Reason` within various services like Company, Contact, Network, Order, PublisherQueryLanguage, and User. This error identifies reasons for invalid emails, including `INVALID_FORMAT` (not a valid email address) and `UNKNOWN` (value not exposed by the API version). The namespace for these errors is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]