AI-generated Key Takeaways
-
InvalidPhoneNumberError.Reasonis an enumeration providing reasons for invalid phone numbers within Ad Manager services likeCreativeServiceandCreativeSetService. -
The possible reasons for an
InvalidPhoneNumberErrorinclude an invalid format, the number being too short, or an unknown reason not exposed in the API version.
Service
CreativeService
CreativeSetService
LineItemCreativeAssociation...
Dependencies
InvalidPhoneNumberError
▼
InvalidPhoneNumberError.Reason
- 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. |