Replies: 5 comments 1 reply
-
One problem is that this is hard to tell even for me who is living in the affected region, because this only reveals itself in released app versions and not on any test devices receiving test ads. Generally speaking, though, the idea is that a Consent Management Platform (CMP) like Google's UMP can be used to gather consent, which will then be stored in local storage (SharedPreferences on Android) - and that any ad platform (like AdMob) integrated into the app will read from local storage to determine what, if any, ads it can display. This process, called the Transparency & Consent Framework (TCF) is defined by the Interactive Advertising Bureau (IAB) and published here: link to TCF 2.2 In theory, every CMP should work in combination with every ad platform, because the way information is shared is standardized. In practice, Google's AdMob demands that a CMP used to gather consent for AdMob needs to be "Google-certified", and there's a list here: list of Google-certified CMPs. It is not completely clear what criteria Google uses when certifying a CMP, but the process is mentioned here: support page about getting a CMP certified. It is reasonable to assume that TCF-compliant CMPs will have some sort of backend to avoid tampering with the locally stored consent. Many of these CMPs are not publicly available but just work for the developer's own products. Others are available only for the web, or they come with a monthly subscription. In the end, the only free option seems to be Google UMP. That said, in the general case, any ad platform could just read the current consent from local storage and rely on it without requesting a mandatory initialization of the CMP before. Whether any specific ad platform, or AdMob specifically, does that or relies on more than what TCF demands can not be answered that easily. Last but not least, it has recently been confirmed that, at least at the moment, serving "Limited ads" basically means that no ads will be served by AdMob directly. You might get ads from other platforms if you are using mediation/waterfall in your AdMob setup, but I don't know if that is really realistic at all. |
Beta Was this translation helpful? Give feedback.
-
I see. So you say that you think they all just use the SharedPreferences, but you also say maybe indeed they do more. About limited ads, I've read that people complain they get no ads, indeed. What do you mean about mediation though? That Admob mediation solution might still show ads if it's using more that just itself as ad-provider source? I wonder also about non-personalized ads. In theory it should be better than limited ads. Do you know anything about this, of how good it is? Does it work well, or does it have a serious issue of no-fill like limited ads? |
Beta Was this translation helpful? Give feedback.
-
Here's what some Google employee has to say about "Limited ads" and AdMob (link):
The problem with "non-personalized ads" as defined by Google is a bit different: "Limited ads" don't fill because Google just doesn't want to fill them. "Non-personalized ads" won't work well because they still need some user opt-in (for at least one consent category, plus four different categories of legitimate interest, plus one vendor). Given that a user would have to navigate three different screens of the consent dialog, clicking arcane options individually, it is highly unlikely that they will give enough consent for non-personalized ads, but not yet for all ads. In the end, you can try using non-personalized ads if you care about your user's privacy, but you should not do it hoping that you will get more ads displayed in your app that way. From what I can tell, all of this is best summed up by this comment in the same thread. |
Beta Was this translation helpful? Give feedback.
-
So Admob as an ad provider isn't ready to handle this case of limited ads after all these years?! By waterfall, I guess they mean trying other ad-network, doesn't matter if it's an actual waterfall or a different mechanism. Right? |
Beta Was this translation helpful? Give feedback.
-
I meant that the outcome of the ad-consent dialog for Admob would be personalized and non-personalized ads, but actually if the user disables too much it could be limited ads too. About waterfall, I wonder if someone know which ad networks can handle even limited ads... |
Beta Was this translation helpful? Give feedback.
-
Question copied from #6:
Beta Was this translation helpful? Give feedback.
All reactions