googleads / googleads-consent-sdk-android

Consent SDK
https://developers.google.com/admob/android/eu-consent
Apache License 2.0
100 stars 82 forks source link

Allow consentform.html file URL to be passed in #108

Open flatslats opened 4 years ago

flatslats commented 4 years ago

Being able to localize the consent form is very important, and yet there is no easy way to do it. Please add a consent form file URL property so we can pass in the URL to the localized asset we want to use (similar to how the privacy policy URL is passed in), rather than hardcoding "consentform.html".

This would make localization trivial on both iOS and Android (with the unfortunate duplication of the HTML files, but they're pretty small and few in number).