我是
Android的Google同意SDK,我已按照
documentation中列出的所有步骤操作.当我加载表单时,我在onConsentFormError中收到此错误:
@H_301_24@解决方法
@H_301_26@
我今天正在研究这个GDPR混乱,并设法显示Google渲染的表单,如下所示:
同意书只能与自定义提供商选择一起使用.
我在AdMob控制台上选择了一组常用的广告技术提供商
所以我的问题是:
1.对于此选项,我是否需要征得用户的同意?根据Google Developers网站上的文档:
Important: The Google-rendered consent form is not supported if any of
your publisher IDs use the commonly used set of ad technology
providers. Attempting to load the Google-rendered consent form will
always fail in this case.
因为上述限制,我有可能得到这个错误吗?
根据我迄今为止的理解,您可以使用Google渲染表单的唯一情况是:
>使用自定义广告技术提供商
>不要使用调解
否则你需要自己渲染一个对话框以征求同意,我决定不同意,因为根据我的感觉,大多数最终用户会在处理AD相关问题时选择否定选择,因此我觉得直接设置为非个性化通过大量文本和不可取消的对话框,AD在某种程度上比打扰用户更好.