I want to implement Admob consent request for european users in my Android app, i followed the steps in https://developers.google.com/admob/android/eu-consent ,
but i don't know how to provide a privacy policy URL to put here privacyUrl = new URL("https://www.your.com/privacyurl");
and what it means exactly or from where can i get it.
any idea will be much apreciated.
Thanks.