Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
InvalidEmailError.Reason is an enumeration that describes the reasons why an email address might be considered invalid.
The possible reasons for email invalidity include an incorrect format or an unknown reason, often due to API version limitations.
This enumeration is part of the Google Ad Manager API and is utilized by various services like ContactService, NetworkService, OrderService, PublisherQueryLanguageService, and UserService to handle 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` enumeration, found within the `CompanyService` and its dependencies like `ContactService`, `NetworkService`, `OrderService`, `PublisherQueryLanguageService`, and `UserService`. This enumeration, within the namespace `https://www.google.com/apis/ads/publisher/v202411`, defines the reasons why an email is invalid. Two reasons are provided: `INVALID_FORMAT` when the value is not a valid email address and `UNKNOWN` when the reason is not available in the current API version.\n"]]