type InvalidUrlError (v202411)

  • This page documents the YieldGroupService, which manages yield groups in Google Ad Manager.

  • YieldGroupService inherits from the ApiError class and includes fields like fieldPath, trigger, and errorString.

  • InvalidUrlError is a specific error type within YieldGroupService that provides details about invalid URLs, including the reason for the error.

  • The reason field for InvalidUrlError uses the InvalidUrlError.Reason enumeration, which includes values like ILLEGAL_CHARACTERS, INVALID_FORMAT, and INSECURE_SCHEME.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

InvalidUrlError

reason

InvalidUrlError.Reason


Enumerations
ILLEGAL_CHARACTERS
INVALID_FORMAT
INSECURE_SCHEME
NO_SCHEME
UNKNOWN