![]() |
Mobile Ads SDK Team |
Hi Emir,
Thank you for your response.
With regard to your question, for retrieving the ads information, the only available in our documentation is to get it by using this guide (https://developers.google.com/ad-manager/mobile-ads-sdk/ios/response-info). It mentioned that, for debugging and logging purposes, successfully loaded ads provide a GADResponseInfo (https://developers.google.com/ad-manager/mobile-ads-sdk/ios/api/reference/Classes/GADResponseInfo) object. This object contains information about the ad it loaded, in addition to information about the mediation waterfall used to load the ad.
Optional( ** Response Info **
Response ID: CMDyse2xqIADFQEX4AodgX8Lfw
Network: GADMAdapterGoogleAdMobAds
** Loaded Adapter Response **
Network: GADMAdapterGoogleAdMobAds
Ad Source Name:
Ad Source ID:
Ad Source Instance Name:
Ad Source Instance ID:
AdUnitMapping:
{
}
Error: (null)
Latency: 1.639
** Extras Dictionary **
{
}
** Mediation line items **
Entry (1)
Network: GADMAdapterGoogleAdMobAds
Ad Source Name:
Ad Source ID:
Ad Source Instance Name:
Ad Source Instance ID:
AdUnitMapping:
{
}
Error: (null)
Latency: 1.639
)
Optional( ** Response Info **
Response ID: CO3XqpyyqIADFQ6gewodBRQGgg
Network: GADMAdapterGoogleAdMobAds
** Loaded Adapter Response **
Network: GADMAdapterGoogleAdMobAds
Ad Source Name:AdMob Network
Ad Source ID:5450213213286189855
Ad Source Instance Name:AdMob (default)
Ad Source Instance ID:AdMob (default)
AdUnitMapping:
{
}
Error: (null)
Latency: 1.530
** Extras Dictionary **
{
"mediation_group_name" = "AdMob (default)";
}
** Mediation line items **
Entry (1)
Network: GADMAdapterGoogleAdMobAds
Ad Source Name:AdMob Network
Ad Source ID:5450213213286189855
Ad Source Instance Name:AdMob (default)
Ad Source Instance ID:AdMob (default)
AdUnitMapping:
{
}
Error: (null)
Latency: 1.530
)
Hi Emir,
Thank you for your response.
We've found an existing request to the wider team with regard to this, and our team mentioned that, Loading the ad, and checking on-device that the ad shouldn't be shown is late in the process, consumes network/device resources, and affects reporting in terms of ads loaded. The competitive exclusions (https://support.google.com/admanager/answer/190582#competitive-exclusions) feature in Ad Manager is intended to prevent these ads at serving time. The correlator ad request parameter (more info at https://support.google.com/admanager/answer/10660756#correlator) powers that competitive exclusions feature.
We recommend reaching out to the publisher support team via this link (https://support.google.com/admanager/community?hl=en) for additional questions about competitive exclusions features.