expo ads admob servePersonalizedAds

I want to use expo-ads-Admob module in my expo to show ads in my app, but I came through the issue that this module not compliant with GDPR. during my research, I found this GitHub pr GDPR issues with AdMob API that allow disabling NPA by setting this property servePersonalizedAds to false. so my question is that is setting this property to false enough to show ads within the EU countries ?

Hey @seif1000, during your research where did you determine that the admobs module was not GDPR compliant? Setting servePersonalizedAds to false should definitely be a step towards being compliant but I can’t say for certain. In the next SDK upgrade (41) we will be updating the library as well which may also help.

Cheers,
Adam

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.