enum UrlError.Reason (v202502)

  • UrlError.Reason lists potential reasons for inventory URL errors.

  • This enumeration is part of the Google Ad Manager API, specifically within the https://www.google.com/apis/ads/publisher/v202502 namespace.

  • Reasons for errors include using reserved or Google URLs, having an invalid URL, or an unknown issue.

Reasons for inventory url errors.


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