PC SOFT
ONLINE REPOSITORY
FOR WINDEVWEBDEV AND WINDEV MOBILE

Home |  | Sign in | English US
Android RGPD form sample for Admob
Published by Rubén Sánchez Peña
in the category Education
New features



Description
Good morning.

Currently WM does not support the new European GPRD for the use of ads in applications. I have indicated to PC SOFT the existing problem, and I continue waiting for their answer, so in the end I have implemented it myself.

WM displays ads without taking into account the new privacy standards required by the European Union. Google has made available to developers a model form to request the user's consent to show advertising, and this example of code is a wrapper on the Google form. https://github.com/googleads/googleads-consent-sdk-android

The code shows the user the form to choose the type of information. The selected information generates a type of advertising request according to what the user has chosen. The attached advertising control is included in an internal window to facilitate its inclusion in the windows.

The request for information to the user is only made if you have not previously indicated the type of advertising you want to receive. It also shows the option for the user to modify the choice of the type of advertising you want to receive.

Before seeing it in operation must update the Java code to contain your advertising code Admob (pub-xxxxxx) and the Url of your website which describes the privacy policy of the app.

You can activate the debugging options in the Java code to see what the flow steps are in the process of obtaining consent.

In the GPRD folder the translations of the Google form into several European languages are available. You must copy the HTML file of the desired language as consentform.html. More information at https://github.com/googleads/googleads-consent-sdk-android/issues/14

I have done the example in WM23 but it also works without problems in WM24.

Translated with www.DeepL.com/Translator
Illustrations, screen shots
none
none
User reviews
(To evaluate this resource, click 'Write a review')
No review or comment? Be the first one!
ABOUT
RATING:
00No rating
DOWNLOADS:
342
PUBLISHED:
February 23, 2019
VERSION:
CONCERNS:
WINDEV Mobile
Minimum version: WM23
SIZE:
881.8 KB