Reputation: 1264
I have some questions about the GDPR policy on AdMob. I'm not living in EEA and am also not so familiar with the GDPR, so I'd be glad if you can help me.
First of all, if my iOS app is published in the EEA and the app shows the AD via AdMob,
npa=1
flag to AD request), correct? (Because they use Cookie for other purposes)Besides, I'm thinking of using Google's UMP (User Messaging Platform) form to get GDPR consent. However, there's no way to retrieve the user's decision at least via Google Mobile Ads SDK, so
npa=1
only when a user doesn't consent to Personalized ADs in the UMP form. Is it impossible?npa=1
flag on the iOS app?)Finally, related to the previous last question, in the UMP form, there's a way to disable even Basic Ads,
Upvotes: 5
Views: 2171
Reputation: 1264
I accidentally found the answer to the issue of the npa=1
after a year.
According to the person from the Mobile Ads SDK Team, the consent results are stored in UserDefaults (SharedPreference in Android) and AdMob SDK uses it without any publishers' additional action.
FYI: https://groups.google.com/g/google-admob-ads-sdk/c/I6j0Pr-_ziY/m/VOH06zsWAQAJ
Upvotes: 0