enum InvalidPhoneNumberError.Reason (v202505)

  • InvalidPhoneNumberError.Reason is an enumeration detailing reasons for invalid phone numbers within Ad Manager API services like CreativeService.

  • Reasons for an invalid phone number include INVALID_FORMAT, TOO_SHORT, and UNKNOWN.

  • UNKNOWN indicates the actual value is not exposed by the requested API version.


Namespace
https://www.google.com/apis/ads/publisher/v202505
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.