enum InvalidPhoneNumberError.Reason (v202411)

  • The InvalidPhoneNumberError object, within the Google Ad Manager API, indicates issues with phone number formats during operations like creative or creative set management.

  • It uses the Reason enumeration to specify the nature of the error, such as format issues, length problems, or unspecified reasons.

  • Possible Reason values include INVALID_FORMAT, TOO_SHORT, and UNKNOWN, offering insights into the invalid phone number issue.


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