> For the complete documentation index, see [llms.txt](https://android-ebook-app.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://android-ebook-app.gitbook.io/docs/android-studio/funding-choices.md).

# Funding Choices

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

```java
public static final boolean LEGACY_GDPR = 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="https://3806645249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LfFYEy1XrsDMlbIHLW7%2Fuploads%2F5x3cCPKmD2glmZDY7www%2Fimage.png?alt=media&amp;token=fdf4ab42-5256-4cb5-8790-369a08867304" 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="https://3806645249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LfFYEy1XrsDMlbIHLW7%2Fuploads%2FbALCvQ3in3zG9SUGN9ZP%2Fimage.png?alt=media&amp;token=5ecad64a-e8e0-4bad-a9fc-c3adf9f02d1a" alt=""></div>

Select **Consent details**

<div align="left"><img src="https://3806645249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LfFYEy1XrsDMlbIHLW7%2Fuploads%2FdS7jXBbBLeDV28xaQ2b6%2Fimage.png?alt=media&amp;token=261098d7-c3be-48f8-ad1e-02e3270ba0ec" 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
* Select purposes for your own use : This section you have to adjust to the type of application. check the [**IAB policies document**](https://iabeurope.eu/iab-europe-transparency-consent-framework-policies/)
* **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.&#x20;

<div align="left"><img src="https://3806645249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LfFYEy1XrsDMlbIHLW7%2Fuploads%2FD3NNFxELfQr83dOiWE4l%2Fimage.png?alt=media&amp;token=090a524e-ec2b-45c4-97f3-62cd87f34959" 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="https://3806645249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LfFYEy1XrsDMlbIHLW7%2Fuploads%2FOMSlA4fPQ223D0tK0O9B%2Fimage.png?alt=media&amp;token=d73c5095-403d-4445-9965-ff6486910f08" 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://3806645249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LfFYEy1XrsDMlbIHLW7%2Fuploads%2FTPPuJFDreCFtR9Q9lBLS%2Fimage.png?alt=media&amp;token=aac34c65-0bf0-4913-a900-1fb393610faa" alt=""></div>

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

<div align="left"><img src="https://3806645249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LfFYEy1XrsDMlbIHLW7%2Fuploads%2F2hfm4vSJbaZUAZysjzXH%2Fimage.png?alt=media&amp;token=01e7bb57-e5be-4d8f-ac83-67062bacdf06" alt=""></div>

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

<div align="left"><img src="https://3806645249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LfFYEy1XrsDMlbIHLW7%2Fuploads%2FdRyir053PbUAcj6wFie2%2Fimage.png?alt=media&amp;token=43187215-9ae1-4d7c-8ca5-cec1eefb4fa1" alt=""></div>

<div align="left"><img src="https://3806645249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LfFYEy1XrsDMlbIHLW7%2Fuploads%2FxEJJJ8A09FxEkCRYckLj%2Fimage.png?alt=media&amp;token=d9e43034-1189-4db7-b2a1-ef353d7cb924" alt=""></div>
