question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is this a bug report?

No

Expected Behavior

Plugin should allow to forward user consent to admob sdk as explained here: https://developers.google.com/admob/android/eu-consent#forward_consent_without_the_consent_sdk This is mandatory to use the plugin within Europe.

The only thing needed seems to be to pass a string in the extras Bundle:

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

AdRequest request = new AdRequest.Builder()
        .addNetworkExtrasBundle(AdMobAdapter.class, extras)
        .build();

There is an automatic-closed issue about this This has been requested as well for admob-free here, where it is already doable as explained in the issue.

Maybe it is enough with allowing to pass a generic extras parameter, so users can customize it.

Thank you.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
svzicommented, Dec 16, 2019

Not sure about that. As there is a Consent SDK available, it would make a ton of sense to have this included here, because it’s needed for every app that serves ads in Europe.

1reaction
ReallySmallSoftwarecommented, Dec 12, 2019

I could take a look at this if you like? Would you have a preferred way of supporting it? Another method on the AdMob class maybe? setConsentRequired(value:boolean) perhaps?

Read more comments on GitHub >

github_iconTop Results From Across the Web

General Data Protection Regulation (GDPR) Compliance ...
The EU General Data Protection Regulation went into effect on May 25, 2018, replacing the Data Protection Directive 95/46/EC. Designed to increase data ......
Read more >
12 Facts about GDPR Compliance | Articles - Osano
GDPR compliance means adopting the principle of affirmative consent. This requires a switch from an "opt-out" approach to an “opt in” approach ...
Read more >
General Data Protection Regulation (GDPR) – Official Legal Text
General Data Protection Regulation (EU GDPR) – The official PDF of the Regulation (EU) 2016/679, its recitals & key issues as a neatly...
Read more >
Guide to the General Data Protection Regulation (GDPR)
GDPR Compliance means an organization that falls within the scope of the GDPR meets the requirements for properly handling personal data.
Read more >
10-Step Checklist for GDPR Compliance - Ekran System
A GDPR compliance checklist: learn about the regulation and adjust your business processes to meet its major requirements in ten steps.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found