GDPR Message in Android Studio | GDPR Consent for Admob | Admob GDPR Consent | GDPR Compliance

Channel:
Subscribers:
10,100
Published on ● Video Link: https://www.youtube.com/watch?v=RcN46NYANf0



Category:
Guide
Duration: 16:34
2,272 views
69


Hello friends,
Recently I added the GDPR consent dialog to many of my apps so thought that I should share my experience on my channel too.

***LINKS shown in VIDEO***
Google's UMP SDK integration guide for Android:
https://developers.google.com/admob/android/privacy
EEA countries:
https://www.netherlandsworldwide.nl/eu-eea-efta-schengen-countries

#gdpr #gdprcompliance #admob #admobads #gdprconsent #androidappdevelopment #mobileapp #mobilegamedevelopment #mobileappdevelopment #mobileappdev #mobileappdev #androidapp #androidappdeveloper #android #androidstudio #ump #learningisfun #freeeducation

For apps in Google's Play Designed for Families program with mixed audiences or only children as users, my understanding of the GDPR consent form is that you shouldn't show the consent dialog to children so do we even need to integrate Google's UMP in our code?
I queried the Admob Forum about this issue and their recommendation was to still integrate Google's UMP in code but while building the consent information params object, tag it as under the age of consent =true for 100% compliance.
In case of an app that has a mixed audience (children and adults), you can optionally show a neutral age screen and in case the app's user is a child, you build the consent information params object with under the age of consent =true, and in other cases, you make it false.
So, my code for my phonics fun app actually has the tag for under the age of consent =true but I didn't show it in this video as I didn't want to confuse the users with too much information (TMI) 😊
For child-directed apps:
/*************************************************************/
// Create a ConsentRequestParameters object.
ConsentRequestParameters params = new ConsentRequestParameters
.Builder()
.setTagForUnderAgeOfConsent(true)
.build();
/*************************************************************/

I also use the following requestConfiguration for my Mobile Ads. This I set before calling showConsentForm():


/************REQUEST CONFIGURATION for MOBILE ADS*****************/
RequestConfiguration requestConfiguration = MobileAds.getRequestConfiguration()
.toBuilder()
.setTagForChildDirectedTreatment(
RequestConfiguration.TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE)
.setTagForUnderAgeOfConsent(RequestConfiguration.TAG_FOR_UNDER_AGE_OF_CONSENT_TRUE)
.setMaxAdContentRating(RequestConfiguration.MAX_AD_CONTENT_RATING_G)
.build();
MobileAds.setRequestConfiguration(requestConfiguration);
/*************************************************************/

You also need to declare that your app uses ADVERTISING_ID in App Content in Play Console. However, don't say that the ID is used for advertising (which is the truth as ADVERTISING_ID isn't shared for children's apps) ; choose the option Fraud prevention.

Hope that helps :)

00:00 Introduction - Admob GDPR Consent
00:27 Demo - Admob GDPR Consent
00:36 Who needs to do this? - Admob GDPR Consent
01:03 Steps for Showing Consent Form - Admob GDPR Consent
01:17 Create GDPR Message in Admob - Admob GDPR Consent
03:18 Privacy Policy URL for App - Admob GDPR Consent
05:50 Integrate UMP SDK in Android Studio - Admob GDPR Consent
12:51 Testing GDPR Consent Dialog - Admob GDPR Consent


Gdpr,
Admob gdpr,
admob gdpr consent,
gdpr message android studio,
Show gdpr consent android studio,
gdpr message admob,
google ump for gdpr,
Gdpr message,
admob gdpr warning,
integrate ump for gdpr,
Admob gdpr message,
ump for gdpr,
how to fix admob gdpr,
admob gdpr message android studio,
consent ump,
gdpr consent,
Gdpr compliance,
Gdpr consent form,
create a gdpr message,
child directed gdpr,
gdpr for children apps,
designed for families gdpr,




Other Videos By Obsidian Soft


2024-04-23Balloon Pop Game in MIT App Inventor | MIT App Inventor Balloon Pop Game #appinventor #poptheballoon
2024-04-08Dependent Dropdown in MIT App Inventor | Country City Dropdowns | App Inventor Connected Dropdowns
2024-03-26Class 2 - Scratch Jr | Jumping Game in Scratch Jr | Easter Bunny Game in Scratch Jr #scratchjr
2024-03-05MIT App Inventor Music Player App (Part 2) | Mp3 player | Music Player | #mitappinventor #mobileapp
2024-02-27MIT App Inventor Music Player App (Part 1) | Mp3 player | Music Player | #mitappinventor #mobileapp
2024-02-20MIT App Inventor Music Player App - Demo | Mp3 player | Music Player | #mitappinventor #mobileapp
2024-02-15Phonics Games for Kids | Best Phonics App for Kids | Jolly Phonics App | #phonicsfun #jollyphonics
2024-02-06Upload Sound to Google Drive App Inventor | Upload ANY File to Google Drive in App Inventor Part 2
2024-01-30Upload Image to Google Drive MIT App Inventor | Upload file to Google Drive in App Inventor (P1)
2024-01-16App Inventor Stopwatch Tutorial | Pause/Resume Stopwatch | Stopwatch App Inventor | MIT App Inventor
2024-01-09GDPR Message in Android Studio | GDPR Consent for Admob | Admob GDPR Consent | GDPR Compliance
2024-01-02Arduino Bluetooth Tutorial | Intro to IoT Projects | How to Connect Bluetooth Module to Arduino
2023-12-31Pass the Parcel Music Player App | Pass the Parcel Music that Stops | Musical Chairs Music Player
2023-12-15Santa Game in MIT App Inventor #mitappinventor #learningresources #androidappdevelopment #coding
2023-12-12Santa Run Game in MIT App Inventor (Full Tutorial) | MIT App Inventor game | App Inventor Santa game
2023-12-10Reading Comprehension Worksheets | Winter reading for kids | Read and Write about Winter
2023-11-30Learn about Symbols, Positions and Sequences | Preschool Math Worksheets | Free Preschool Worksheets
2023-11-28FREE Privacy Policy for Google Play | Free Website | Google Play Privacy Guidelines
2023-11-18Read and Write about Autumn | Reading Comprehension Worksheets for Kids | Fall Reading Comprehension
2023-11-14How to Show Youtube in App Inventor | How to Display Youtube with Optimum Width in App Inventor
2023-10-31MIT App Inventor Pedometer | Accurate Step Counter | Step Tracker App Inventor #mitappinventor



Tags:
Gdpr
Admob gdpr
gdpr message android studio
Show gdpr consent android studio
gdpr message admob
Gdpr message
admob gdpr warning
integrate ump for gdpr
Admob gdpr message
how to fix admob gdpr
admob gdpr message android studio
gdpr consent
Gdpr consent form
create a gdpr message
child directed gdpr
gdpr for children apps
designed for families gdpr
general data protection regulation
admob gdpr consent
admob gdpr message
admob gdpr consent message