AI-generated Key Takeaways
-
The provided content describes
UrlError.Reason, which lists reasons for inventory URL errors within theNetworkService. -
Reasons for
UrlError.ReasonincludeCANNOT_USE_RESERVED_URL,CANNOT_USE_GOOGLE_URL,INVALID_URL, andUNKNOWN. -
The namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202505.
Service
NetworkService
SiteService
Dependencies
UrlError
▼
UrlError.Reason
Reasons for inventory url errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| Enumeration | Description |
|---|---|
CANNOT_USE_RESERVED_URL
|
The URL has been reserved, and not available for usage. |
CANNOT_USE_GOOGLE_URL
|
The URL belongs to Google, and not available for usage. |
INVALID_URL
|
The URL is invalid. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |