type AdResponse (v202508)

Contains debugging information from an ad response, which is the response to an ad request that contains the creatives that should be served into the ad break.

The response can either be a VAST Inline, which contains an actual creative from an ad server, a VAST Redirect, which contains a redirect URL that should be pinged via another VAST ad request, or a VMAP response.


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

Field

requestUrl

xsd:string

The ad tag URL.

isVmapRequest

xsd:boolean

Whether the request associated with this ad response is VMAP.

responseBody

xsd:string

The contents of the response body.

redirectResponses

AdResponse[]

The subsequent ad responses that were triggered due to a VAST redirect in this ad response.

samError

SamError

Information about any generic error that occurred.

adErrors

SamError[]

Information about any errors that occurred while parsing the ad response.