> For the complete documentation index, see [llms.txt](https://vido.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://vido.gitbook.io/docs/2.0/android/ads/gdpr.md).

# GDPR

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

To comply GDPR regulation you must configure some data

**1. Admob publisher ID.**

Here how you can found your admob publisher id : <https://support.google.com/admob/answer/2784578?hl=en>​ , Then change publisher Id in **res/values/strings.xml**

{% code title="res/values/strings.xml" %}

```markup
<string name="publisher_id">pub-xx</string>
<string name="privacy_policy_url">http://dream-space.web.id/</string>
```

{% endcode %}

**2. 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/values/strings.xml**
