Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202508.AdResponse Class Reference

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. More...

Properties

string requestUrl [get, set]
 The ad tag URL. More...
 
bool isVmapRequest [get, set]
 Whether the request associated with this ad response is VMAP. More...
 
bool isVmapRequestSpecified [get, set]
 
string responseBody [get, set]
 The contents of the response body. More...
 
AdResponse[] redirectResponses [get, set]
 The subsequent ad responses that were triggered due to a VAST redirect in this ad response. More...
 
SamError samError [get, set]
 Information about any generic error that occurred. More...
 
SamError[] adErrors [get, set]
 Information about any errors that occurred while parsing the ad response. More...
 

Detailed Description

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.

Property Documentation

SamError [] Google.Api.Ads.AdManager.v202508.AdResponse.adErrors
getset

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

bool Google.Api.Ads.AdManager.v202508.AdResponse.isVmapRequest
getset

Whether the request associated with this ad response is VMAP.

bool Google.Api.Ads.AdManager.v202508.AdResponse.isVmapRequestSpecified
getset

true, if a value is specified for isVmapRequest, false otherwise.

AdResponse [] Google.Api.Ads.AdManager.v202508.AdResponse.redirectResponses
getset

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

string Google.Api.Ads.AdManager.v202508.AdResponse.requestUrl
getset

The ad tag URL.

string Google.Api.Ads.AdManager.v202508.AdResponse.responseBody
getset

The contents of the response body.

SamError Google.Api.Ads.AdManager.v202508.AdResponse.samError
getset

Information about any generic error that occurred.


The documentation for this class was generated from the following file: