How to get consent for personalised ads using networks such as admob
hunterahunter
Member, PRO Posts: 3
Due to GDPR you must get users consent before showing them advertisements (personalised and non personalised) and give them an option to opt out of advertisements.
How do you implement this in to your app?
Comments
there is a pinned thread at the top of the list of threads that goes into this.
Ive just looked at privateDataConsentForAds attribute, how does my app know what to do with that attribute is it built in to the gamesalad engine?
You pop up a message asking them to consent. If they do, you set that attribute to 1, if they don't, you set it to -1. But it's on you to prompt them and ask the question.
Contact me for custom work - Expert GS developer with 15 years of GS experience - Skype: armelline.support
How reliable is privateDataConsentForAds attribute when set to 0? (using Admob so non personalised adverts will still appear)
Only asking because I do not want personalised adverts to appear at all.
if you have it preset to 0 it should be sweet.