Funding Choices

As default, the app using Legacy GDPR, if you want to enable AdMob GDPR with your Funding Choices account, in the Config.java file, set false value in the USE_LEGACY_GDPR boolean tag :

public static final boolean USE_LEGACY_GDPR_EU_CONSENT = false;

New AdMob GDPR managed and linked with Funding Choices account, go to Privacy & messaging in the AdMob UI and select Go to Funding Choices. The Funding Choices account is then created automatically in the background. Steps to activate Funding Choices to display the GDRP form correctly.

Login to your AdMob account and select Privacy & Message > click button GO TO FUNDING CHOICES

You will be directed to the funding choices page, then a list of your applications will be displayed.

Select one of your applications for which you want to activate the GDPR.

Select Consent details

Fill form in the Consent details and then click Save

  • Consent Framework : IAB Europe Transparency and Consent Framework

  • Privacy policy URL : insert your app privacy policy url on there

  • Select purposes for your own use : This section you have to adjust to the type of application. check the IAB policies document

  • Vendors associated with your app : You need to add each ad technology provider that receives your users personal data and provide information about the use of that data.

After you have click Save, you will redirected back to your application page and then Create your first message.

Fill form in the EU Consent Message and then click Continue

  • Message name : your message name, e.g : NewGDPR

  • Message Language : your message language, e.g : English

  • Select the consent choices your users see : Consent / Manage options

Customize your consent UI display or leave it by default and click Save

Click publish to activate your AdMob GDPR consent form

Last updated