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

Is it OK to show non personalized ads, if there's error in showing consent form, or user refuses to make a choice? #67

Closed yccheok closed 6 years ago

yccheok commented 6 years ago

I was wondering, is it OK to show non personalized ads (as default behavior), if there's error in showing consent form, or user refuses to make a choice (By pressing back button) when the consent form is shown?

Bundle extras = new Bundle();
extras.putString("npa", "1");

AdRequest request = new AdRequest.Builder()
        .addNetworkExtrasBundle(AdMobAdapter.class, extras)
        .build();
rampara commented 6 years ago

@yccheok as described in the developer docs, consent is required for both personalized and non-personalized ads. As this issue tracker is only for feature requests and bug reports for this SDK, I would recommend you reach out on the AdMob Product Support Forum for additional information on AdMob polices.