How to get consent for personalised ads using networks such as admob

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

  • bob loblawbob loblaw Member, PRO Posts: 793

    there is a pinned thread at the top of the list of threads that goes into this.

  • hunterahunterhunterahunter Member, PRO Posts: 3

    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?

  • ArmellineArmelline Member, PRO Posts: 5,383
    This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.

    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.

  • hunterahunterhunterahunter Member, PRO Posts: 3

    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.

  • bob loblawbob loblaw Member, PRO Posts: 793

    if you have it preset to 0 it should be sweet.

Sign In or Register to comment.