How to request non-personalized AdMob ads with the new Unified Messaging Platform SDK for Android

后端 未结 1 847
闹比i
闹比i 2020-12-30 06:04

I am currently using Google\'s (deprecated) consent-library to request consent for personalized ads from European users. The documentation specifies that if a user\'s consen

相关标签:
1条回答
  • 2020-12-30 06:27

    With the new Unified Messaging Platform, Google is working as a Consent Managing Platform. These CMP's use a TCF string to store the user consent preferences. Google checks this TCF string to see which ads can be shown;

    As per the Google documentation:

    Google will serve personalized ads when all of the following criteria are met:

    1. The end user grants Google consent to Store and/or access information on a device
    2. Create a personalized ads profile
    3. Select personalized ads

    And legitimate interest (or consent, where a publisher configures their CMP to request it) is established for Google to:

    1. Select basic ads
    2. Measure ad performance
    3. Apply market research to generate audience insights
    4. Develop and improve products

    If the consent requirements for personalized ads are not met, Google will serve non-personalized ads when all of the following criteria are met:

    1. Store and/or access information on a device

    Legitimate interest (or consent, where a publisher configures their CMP to request it) is established for Google to:

    1. Select basic ads
    2. Measure ad performance
    3. Apply market research to generate audience insights
    4. Develop and improve products
    5. Enable Google in the vendor list.

    Update 20 October: Apparently 3,4,5 are not needed anymore to show non-personal ads SO @Georg for providing this information.

    If none of the conditions above are met Google won't be showing ads..

    I hope this answers your question but if you need more information please let me know!

    0 讨论(0)
提交回复
热议问题