marcojak / MTAdmob

Admob plugin for Xamarin Android and iOS
https://www.xamarinexpert.it/admob-made-easy/
159 stars 28 forks source link

IAB TCF v2.0 errors detected #28

Open stevewinn74 opened 3 years ago

stevewinn74 commented 3 years ago

Is your feature request related to a problem? Please describe. Seeing this at the top of our AdMob account.

IAB TCF v2.0 errors detected. We've detected an issue on your IAB TC string on one or more of your sites or apps. These errors may affect your ability to serve ads to European users. A detailed report is available for you on the EU user consent page.

We have Funding Choice installed and apparently the settings are picked up automatically. Can anyone confirm that this is indeed the case with this plugin?

Describe the solution you'd like I would like this plugin to send the gdpr and TC_string if necessary. However, it might already do so or might not be necessary at all.

From google:

_IMA SDK and Mobile Ads SDK will automatically obtain, parse, and respect the TC string from within local storage. For other tag types you will need to pass the following signals manually: gdpr={0,1} and gdprconsent={tc string}.

Describe alternatives you've considered I've considered forking the project and adding some code to manually at the values at request time, but according to my reading they should be already picked up

Additional context N/a

stevewinn74 commented 3 years ago

For anyone who reads this it seems that the current implementation of Funding Choices does not include Google itself in the vendor list, and as a result, not matter what options are chosen, no ads are shown because google can't process data.

Workaround: Do not use Funding Choices as a CMP for now.

AndreasReitberger commented 3 years ago

Following, I'm facing the same issue...