AI-generated Key Takeaways
-
InvalidEmailError.Reason outlines the reasons why an email address might be deemed invalid within the Google Ad Manager system.
-
There are two main reasons for email invalidity:
INVALID_FORMAT
, indicating an incorrect email structure, andUNKNOWN
, which is a generic reason for unspecified issues or those not exposed by the current API version. -
This enumeration is used within various Google Ad Manager services such as CompanyService, ContactService, NetworkService, OrderService, PublisherQueryLanguageService, and UserService, offering a standardized way to handle email validation errors.
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. |