enum InvalidEmailError.Reason (v202411)

  • InvalidEmailError.Reason explains why an email address might be flagged as invalid within Google Ad Manager.

  • Two primary reasons for email invalidity are identified: an incorrect format or an unknown reason, potentially due to API version limitations.

  • This enumeration is part of the Google Ad Manager API and is namespaced under https://www.google.com/apis/ads/publisher/v202411.

  • Several Google Ad Manager services, including CompanyService, ContactService, and others, utilize this InvalidEmailError.Reason enumeration.

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.