AdNetworkResponseInfo

data class AdNetworkResponseInfo(val adapterClassName: String? = null, val latencyMillis: Long? = null, val error: AdError? = null, val adSourceName: String? = null, val adSourceId: String? = null, val adSourceInstanceName: String? = null, val adSourceInstanceId: String? = null)(source)

Response info for a single ad network in the mediation chain.

Constructors

Link copied to clipboard
constructor(adapterClassName: String? = null, latencyMillis: Long? = null, error: AdError? = null, adSourceName: String? = null, adSourceId: String? = null, adSourceInstanceName: String? = null, adSourceInstanceId: String? = null)

Properties

Link copied to clipboard

Class name of the adapter.

Link copied to clipboard

ID of the ad source.

Link copied to clipboard

Instance ID of the ad source.

Link copied to clipboard

Instance name of the ad source.

Link copied to clipboard

Name of the ad source.

Link copied to clipboard

Error, if this network failed to return an ad.

Link copied to clipboard

Latency in milliseconds for this network's response.