# 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 :

```java
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**

<div align="left"><img src="/files/-MKnsS13aH-YWG0UYO2N" alt=""></div>

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.

<div align="left"><img src="/files/-MKnsVkm2wAF10xSf5Qb" alt=""></div>

Select **Consent details**

<div align="left"><img src="/files/-MKnsZ7J4Hm-tXZKQfgs" alt=""></div>

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
* **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. Select a commonly used list of ad technology providers

<div align="left"><img src="/files/-MKnsdoN_HHgRbbyQpYB" alt=""></div>

<div align="left"><img src="/files/-MKnsgbxs1b9mNrnotWn" alt=""></div>

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

<div align="left"><img src="/files/-MKnsjrCtGQv--__TNjp" alt=""></div>

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

<div align="left"><img src="https://gblobscdn.gitbook.com/assets%2F-LfF_3Ru2C6swaaHXvVo%2F-MIUJaVPG6yNyyZ2WvMl%2F-MIUKRzyvJaaqCpyVIXj%2Fimage.png?alt=media&#x26;token=751a9beb-4d03-4b38-b619-5771cf69be5c" alt=""></div>

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

![](/files/-MKnspnUC_skNFLzwMC_)

Click **publish** to activate your AdMob GDPR consent form

<div align="left"><img src="/files/-MKnsuxbKDrKs-VO_ZmN" alt=""></div>

<div align="left"><img src="/files/-MKnsxQ06-ngNRvFQRY2" alt=""></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://android-news-app.gitbook.io/docs/android-studio/enable-admob-gdpr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
