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
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
Latency in milliseconds for this network's response.