AI-generated Key Takeaways
-
InvalidEmailError.Reason
identifies why an email address might be deemed invalid within the context of Google Ad Manager. -
Two primary reasons for email invalidity are recognized:
INVALID_FORMAT
indicating an incorrect email structure andUNKNOWN
for cases where the API version doesn't expose the specific reason. -
This enumeration is utilized by various Google Ad Manager services, including but not limited to CompanyService, ContactService, NetworkService, OrderService, PublisherQueryLanguageService, and UserService, to handle email validation.
Describes reasons for an email to be invalid.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
INVALID_FORMAT
|
The value is not a valid email address. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |