Android Admob欧盟用户同意 [英] Android Admob EU User Consent

查看:325
本文介绍了Android Admob欧盟用户同意的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我计划在我的应用中展示广告,并且遇到了 EU用户同意.在应用启动过程中是否需要向用户显示同意书(文档 )?

I have planned to display ads in my app, and I came across EU User Consent. Is it necessary to show consent form to the user during the app launch (Documentation)?

或者选择仅在Admob中显示非个性化广告即可

Or selecting show only non-personalized ads in Admob is enough

推荐答案

是的,非个性化广告也需要显示同意对话框:

Yes, showing the consent dialog is required also for non-personalized ads:

Google提供的广告可以分为个性化或非个性化两种,都需要得到EEA用户的同意.

Ads served by Google can be categorized as personalized or non-personalized, both requiring consent from users in the EEA.

来源

您可以使用官方的Consent SDK.

You can use the official Consent SDK for it.

但是,如果您的应用程序的用户未达到允许的年龄,则可以调用setTagForUnderAgeOfConsent(true)而不显示该对话框-在这种情况下,请务必在MobileAds.initialize之前调用它,这样就不会使用cookie.

However if your app's users are under the age of consent, you can call the setTagForUnderAgeOfConsent(true) and don't show the dialog - in that case be sure to call it before MobileAds.initialize, so that no cookies are used.

这篇关于Android Admob欧盟用户同意的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆