AdapterResponseInfo
The AdapterResponseInfo class contains metadata about an individual mediation ad network adapter's execution status in the mediation waterfall chain.
Properties
adapter_class_name / AdapterClassName
The class name of the mediation ad adapter (e.g. "com.google.ads.mediation.admob.AdMobAdapter").
ad_source_id / AdSourceId
The identifier of the ad source.
ad_source_name / AdSourceName
The name of the ad network/source (e.g. "AdMob" or "AppLovin").
ad_source_instance_id / AdSourceInstanceId
The instance ID of the ad source.
ad_source_instance_name / AdSourceInstanceName
The name of the ad source instance.
ad_unit_mapping / AdUnitMapping
A dictionary containing mapping parameters set in the AdMob console for this specific ad unit.
ad_error / AdError
The error metadata if this adapter failed to load or serve the ad, or null if the load succeeded.
latency_millis / LatencyMillis
The latency of the adapter request in milliseconds.