# AdMob GDPR (Legacy)

​[**What is GDPR ?​**](https://www.eugdpr.org/)​

To comply GDPR regulation you must configure some data :

**AdMob publisher ID** Here how you can found your **admob publisher id** : [https://support.google.com/admob/answer/2784578?hl=en​](https://support.google.com/admob/answer/2784578?hl=en) Then change **publisher Id** in the **admin panel manage ads menu**

<div align="left"><img src="https://3798566067-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LfFVQY3CX74uDtAM518%2F-Mke5lKIIvkRnADAD4rm%2F-Mke66EtsZdhpBhb3HgH%2Fimage.png?alt=media&#x26;token=b4b25829-642d-43d5-a7fa-f98ca2bf91a6" alt=""></div>

**Privacy Policy Url** To meet GDPR regulation you also must provide your own privacy and policy url, you can use generator like this : <https://app-privacy-policy-generator.firebaseapp.com/> or you can use other tools, after generate you can upload into your hosting or anywhere so user can view it.

Then please change privacy\_policy\_url in **res/value/string.xml**

```markup
<string name="gdpr_privacy_policy_url">https://www.solodroid.net/privacy.......</string>
```
