Information about an ad response.
| List<AdapterResponseInfo> |
getAdapterResponses()
Returns the list of
AdapterResponseInfo
containing metadata for each adapter included in the ad response.
|
| AdapterResponseInfo |
getLoadedAdapterResponseInfo()
Returns the
AdapterResponseInfo
corresponding to the adapter that was used to load the ad.
|
| String |
getMediationAdapterClassName()
Returns the mediation adapter class name of the ad network that loaded the ad.
|
| Bundle |
getResponseExtras()
Returns extra information about the ad response.
|
| String |
getResponseId()
Returns the response ID for the loaded ad.
|
| String |
toString()
Returns a log friendly string version of this object.
|
Returns the list of AdapterResponseInfo
containing metadata for each adapter included in the ad response. Can be used to debug
the mediation waterfall execution.
Returns the AdapterResponseInfo
corresponding to the adapter that was used to load the ad. Returns null if
the ad failed to load.
Returns the mediation adapter class name of the ad network that loaded the ad. In
the case of a mediated ad response, this is the name of the class that was responsible
for performing the ad request and rendering the ad. For non-mediated responses, this
value will be com.google.ads.mediation.admob.AdMobAdapter. Returns
null if the ad failed to load.
Returns extra information about the ad response.
Returns the response ID for the loaded ad. Can be used to look up ads in the Ad
Review Center. Returns null if the ad failed to load.
Returns a log friendly string version of this object.