![]() |
Mobile Ads SDK Team |
1. Navigate to
https://docs.google.com/forms/d/e/1FAIpQLSfkAiXMeYP-fw1W3Z-tT9uwmATEKO5X6S-th0gR2ezdKaaqfg/viewform?usp=pp_url&entry.400550049=Mobile+Ads+SDK&entry.460850823=5004Q00002mpRTFQA2&entry.80707362=001864112. Fill out all fields, and attach your file(s).
3. Please reply back on this thread when you have uploaded your file(s). Please do not share this link.
Google will serve personalized ads when all of the following criteria are met:
If the consent requirements for personalized ads are not met, Google will serve non-personalized ads when all of the following criteria are met:
More information in this article: https://support.google.com/admob/answer/9760862?hl=en&sjid=2418371235660772237-AP.
For us to investigate your other concerns, would it be possible to provide us the sample app project that was shown in the screen recording you provided? You can provide the following details via reply privately to author option or directly provide it to the link below.
If the file(s) you are looking to share are less than 25mb in total you can attach them to this case on your next reply. If you are having trouble attaching your file to this case or if your file(s) are larger than 25mb, you can share your files with me by performing the following steps:
Hi,
Thank you for your response.
If you want to show only non-personalized ads, user has to opt in to Purpose 1 (store and/or access information on a device) (where legally required), from this article (https://support.google.com/admanager/answer/9005435?hl=en#:~:text=Although%20non%2Dpersonalized%20ads%20don,to%20combat%20fraud%20and%20abuse). It mentioned that , although non-personalized ads don’t use cookies or mobile ad identifiers for ad targeting, they do still use cookies or mobile ad identifiers for frequency capping, aggregated ad reporting, and to combat fraud and abuse. Therefore, you must obtain consent to use cookies or mobile ad identifiers for those purposes where legally required, per the ePrivacy Directive in certain EEA countries. See also the documentation on consent for cookies (https://developers.google.com/admob/ios/global-settings#consent_for_cookies_settings) for more information on non-personalized ads vs. limited ads. We also checked your app and was able to show ads in our end.
In addition to that, as per this article (https://support.google.com/admob/answer/13554020?hl=en&sjid=15596233312479031844-AP), publishers and developers using Google AdSense, Ad Manager, or AdMob who serve ads to users in the European Economic Area (EEA) and/or the UK will be required to use a Google-certified CMP that integrates with the TCF when serving ads to users in the European Economic Area or the UK.
This message is in relation to case "ref:_00D1U1174p._5004Q2mpRTF:ref"
Hi,
Thank you for your response.
Can you confirm if the APK you've provided is not configured as force geography (https://developers.google.com/admob/android/privacy#force_a_geography)? Asking this as we're unable to show consent in our end. If yes, can you try to force geography so we can check the behavior you're seeing? You can provide us your updated APK or sample app project so we can further check this in our end.
If the file(s) you are looking to share are less than 25mb in total you can attach them to this case on your next reply. If you are having trouble attaching your file to this case or if your file(s) are larger than 25mb, you can share your files with me by performing the following steps:
2. Fill out all fields, and attach your file(s).
3. Please reply back on this thread when you have uploaded your file(s). Please do not share this link.
![]() |
Mobile Ads SDK Team |
ConsentDebugSettings debugSettings = new ConsentDebugSettings.Builder(this)
.setDebugGeography(ConsentDebugSettings.DebugGeography.DEBUG_GEOGRAPHY_EEA)
.build();
builder.setConsentDebugSettings(debugSettings);
and also:mConsentInformation = UserMessagingPlatform.getConsentInformation(this);
mConsentInformation.reset();
Error Domain=com.google.admob Code=1 "Request Error: No ad to show." UserInfo={NSLocalizedDescription=Request Error: No ad to show., gad_response_info= ** Response Info **
Response ID: I9W9ZOKJGfP4n88PqKCjmAo
Network: (null)
** Loaded Adapter Response **
(null)
** Extras Dictionary **
{
"mediation_group_name" = Campaign;
}
** Mediation line items **
}
Hi Gicci,
Thank you for sharing your insight with regard to the GDPR consent. You may also check this article (https://support.google.com/admob/answer/9760862?hl=en&sjid=2418371235660772237-AP) for more information. If you have any other concern, kindly let us know by creating a new thread for it so we can further assist you.
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/Q8J0HAi9zks/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/22bbdc3f-bb5c-49ae-bf7a-cbe54a2c4063n%40googlegroups.com.
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/Q8J0HAi9zks/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/KIFcF000000000000000000000000000000000000000000000RYE58T00KyRItaTGSTKXQN3M1gQ7lw%40sfdc.net.
SpyNet,
Thank you for reaching out. This is a long thread so allow me to enumerate the concerns to make sure I do not miss anything:
5.1 There should be no way to make ads non showing, I should always receive personalized or non personalized ads, or most users will definitely disable ads at some point
5.2 If I make some choices by changing the default options, I would expect to get them back if I show the form again
requestConsentInfoUpdate()` is never called, what will the SDK do, if the user is not in the EU/EEA/UK? Will they be able to see ads, or is it absolutely mandatory to check this manually?
Related question: If there's an error during the initial consent info update check, for a user outside of EU/EEA/UK, what would I expect to happen?
So basically, will the SDK be able to detect if an ad request came from outside the EU without me manually checking this? (My app has no location access.)
requestConsentInfoUpdate()`,
Google Mobile Ads SDK will recognise the regionand that TC string is not needed, and it's all gonna be fine, is that correct? (Just to make sure I understood it right.)