enum InvalidPhoneNumberError.Reason (v202502)

  • InvalidPhoneNumberError.Reason is an enumeration that provides reasons for invalid phone numbers in Google Ad Manager services.

  • The possible reasons are INVALID_FORMAT, TOO_SHORT, and UNKNOWN.

  • Each reason indicates a specific issue with the provided phone number.


Namespace
https://www.google.com/apis/ads/publisher/v202502
Enumeration Description
INVALID_FORMAT The phone number is invalid.
TOO_SHORT The phone number is too short.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.