Android Question GDPR and Firebase Admob

quimacama

Member
Licensed User
Longtime User
I'm a bit confused with the General Data Protection Regulation (GDPR). Do we have to update our Firebase Admob SDK to comply with the new standard and obtain user consent to show them ads?
If so, how and when to do it?
 

DonManfred

Expert
Licensed User
Longtime User
If I understand correctly Google haven't yet released this SDK. Will probably happen in a few days.
Note: The Consent SDK will be made available by mid-May. The functionality, however, will not take effect until May 25, 2018. Please do not attempt to use these APIs before May 25, because they may disrupt ad serving on your app.
 
Upvote 0

Computersmith64

Well-Known Member
Licensed User
Longtime User
Upvote 0

sorex

Expert
Licensed User
Longtime User
and what about mediation in admob? will this stop working if they don't detect the right sdk in the mediation adapter?

Chartboost for example released a new SDK just for this gdpr misery.
 
Last edited:
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Tutorial about Google consent SDK: https://www.b4x.com/android/forum/threads/firebaseadmob-and-user-consent.93347/

You can see a bit of information about mediation at the end of this page: https://developers.google.com/admob/android/eu-consent

As I understand it, and I haven't checked it deeply, it is enough to enable the relevant providers in the AdMob EU consent page (see the tutorial).

It will look like this if the user clicks on the "learn how ... and our partners collect and use data" link:

SS-2018-05-23_16.36.19.png
 
Upvote 0
Top