Hi,
Thank you for reaching out to us.
With regard to your concern, if users choose to not consent at all, then the ads that will display will be non-personalized ads. However, as per this article (https://support.google.com/admob/answer/9760862?hl=en&sjid=2418371235660772237-AP), for non-personalized ads, consent for cookies or mobile identifiers is still required because non-personalized ads still use cookies or mobile identifiers to combat fraud and abuse, for frequency capping, and for aggregated ad reporting. If consent is missing for Google for Purpose 1 in the TC string, Google will drop the ad request and no ads will be served. For more information on this, kindly refer to the article provided. Kindly note that the default serving of ads is personalized ads.
For your concern for minors, you can try to use the "setTagForUnderAgeOfConsent" (https://developers.google.com/admob/android/privacy/api/reference/com/google/android/ump/ConsentRequestParameters.Builder.html#public-consentrequestparameters.builder-settagforunderageofconsent-boolean-tagforunderageofconsent) this set tag for under age of consent, and false means users are not under age.
Mobile Ads SDK Team |
Hi All,
Thank you for reaching out to us.
@Andreas- Thank you for providing your insight and workaround on this.
@Filippo - With regard to the following questions, can you provide more information on what you're referring to as the "mandatory list of options"? Then, for your second and third questions, as per the documentation (https://developers.google.com/admob/ios/privacy), there is no yet a way to confirm or API if a minimum list of permissions are available to show at least non personalized ads. However, you can check this article (https://support.google.com/admob/answer/9760862?hl=en&sjid=2418371235660772237-AP) for the following criteria that should be met for personalized ads and non-personalized ads display.
@Filippo and YohohoAsakura - Since you're also encountering no ads when a user clicks "manage options", can you provide us the following information 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:
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.
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 for more information on non-personalized ads vs. limited ads.
2.) I have filed a feature request on your behalf and escalated it to the greater engineering team for ordering of vendor preferences.
3.) You need to ask your users in the European Economic Area (EEA) and the UK for consent when showing personalized or non-personalized ads.
Thanks,
Justin
Lack of consent for Google to store and/or access information on a device (Purpose 1)
In line with our existing EU User Consent policy, consent for cookies or mobile identifiers is required for both personalized and non-personalized ads. For non-personalized ads, consent for cookies or mobile identifiers is still required because non-personalized ads still use cookies or mobile identifiers to combat fraud and abuse, for frequency capping, and for aggregated ad reporting.
Ad serving behavior
Publishers should not call Google’s ad tags.
If consent is missing for Google for Purpose 1 in the TC string, Google will drop the ad request and no ads will be served.
----------------------
So, what Google are saying is that to comply with EU requirements, users must be able to decline that any mobile identifiers are stored on the device. If that is the case, Google cannot then serve ads because it would be open to "...fraud and abuse...".
Is this the same on web? Does Google need to store a cookie to "...combat fraud and abuse..."?
Same here! No ads when the user click on manage options. This would be end of the ads type monetization if the things stay that way. There's no non personalized ads option. Now the two outcomes are personalized ads or no ads which is horrible.Regards!
Hello,
Thank you for your question. See this recent update that says, "Later this year, we will require all partners using our publisher products — Google AdSense, Ad Manager, or AdMob — to use a Google certified CMP that integrates with the TCF when serving ads to users in the European Economic Area or the UK."
As for your choice of CMP, it is not a requirement to use the UMP SDK as a means to gather consent. You are free to use another Google certified consent management platform. However, you will be required to use a CMP starting later this year.
Publishers should not call Google’s ad tags.
If consent is missing for Google for Purpose 1 in the TC string, Google will drop the ad request and no ads will be served.
"The initial product offering will support mediation, app, and video in AdMob. Campaigns will not serve in AdMob in the event of a limited ad signal.
Programmatic demand is not eligible for limited ads. This includes Programmatic Guaranteed, Preferred Deals, Private Auction, Open Auction for Google demand and third-party demand, including Authorized Buyers and Open Bidding. Google demand as part of a mediation chain isn’t supported."
This pretty much means the SDK still runs waterfall mediation if you enable it, but you probably won't get an ad back from the "AdMob network" ad source. The above help center article should be considered the source of truth as the limited ads product offering could change over time.