AI-generated Key Takeaways
-
InvalidPhoneNumberError.Reasonis an enumeration within theCreativeServicein the Google Ad Manager API, specifically for version v202411. -
It provides specific reasons for an invalid phone number, including
INVALID_FORMAT,TOO_SHORT, andUNKNOWN. -
This enumeration is part of the namespace
https://www.google.com/apis/ads/publisher/v202411.
Service
CreativeService
CreativeSetService
LineItemCreativeAssociationService
Dependencies
InvalidPhoneNumberError
▼
InvalidPhoneNumberError.Reason
- 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. |