enum InvalidEmailError.Reason (v202411)

  • 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.

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.