sbugert / react-native-admob

A react-native component for Google AdMob banners
BSD 2-Clause "Simplified" License
1.13k stars 532 forks source link

GDPR consent #474

Open aknad opened 4 years ago

aknad commented 4 years ago

any plan to add the consent management or at least the parameter to pass to the Google Mobile Ads SDK? https://developers.google.com/admob/android/eu-consent#forward_consent_to_the_google_mobile_ads_sdk https://developers.google.com/admob/ios/eu-consent#forward_consent_to_the_google_mobile_ads_sdk

talaikis commented 4 years ago

Consent can be easily managed with react-native-ad-consent.

aknad commented 4 years ago

@talaikis thanks for the suggestion but my problem is not how to get the consent I need a way to forward it to the mobile ads sdk

KVinS commented 3 years ago

@talaikis @aknad @ccostel @bflopez @czater @djpetenice @bearty Did you find a way to pass a flag about personal data to this plugin?

bekchan commented 3 years ago

@talaikis @aknad @ccostel @bflopez @czater @djpetenice @bearty Did you find a way to pass a flag about personal data to this plugin?

I'm not using React Native anymore (Moved to Flutter) But i saw package for this - https://github.com/birgernass/react-native-ad-consent

KVinS commented 3 years ago

@talaikis @aknad @ccostel @bflopez @czater @djpetenice @bearty Did you find a way to pass a flag about personal data to this plugin?

I'm not using React Native anymore (Moved to Flutter) But i saw package for this - https://github.com/birgernass/react-native-ad-consent

I've seen this thing. But how to transfer the result to the admob library?

avlonder commented 3 years ago

@talaikis @aknad @ccostel @bflopez @czater @djpetenice @bearty Did you find a way to pass a flag about personal data to this plugin?

I'm not using React Native anymore (Moved to Flutter) But i saw package for this - https://github.com/birgernass/react-native-ad-consent

I've seen this thing. But how to transfer the result to the admob library?

Same question here. Any updates?