gpt4 book ai didi

android - 广告评级,Google 控制台和 12+, "Ad failed to load : 3"和 "G"

转载 作者:行者123 更新时间:2023-11-29 02:24:25 26 4
gpt4 key购买 nike

我从 Google Play 开发者支持收到了关于我的新应用更新的下一条消息

The ads shown within your app must be appropriate for the intended audience of your app, even if the content by itself is otherwise compliant with our policies. For example, ads that show mature content or services cannot be served in apps that have a content rating for younger audiences.

(据我了解,他们想说的是,如果您的应用的年龄分级为 3+,那么您的广告也应具有相同的分级)

我找到了这样解决的方案

max_ad_content_rating“G” 表示 3+ 评级 ( https://developers.google.com/admob/android/targeting )

private void requestAd() {
Bundle extras = new Bundle();
extras.putString("max_ad_content_rating", "G");
AdRequest adRequest = new AdRequest.Builder()
.addNetworkExtrasBundle(AdMobAdapter.class, extras).build();
mAdView.setAdListener(mBannerAdListener);
mAdView.loadAd(adRequest);
}

但我不确定它的利润有多好,我的意思是如果有只适合 3+( child )的广告,没有人会点击此类广告

我发现 YouTube 应用(com.google.android.youtube 包)的评分为 12+,并且在其 Google Play 页面上显示如下:

enter image description here

他们是如何设置此家长指导的?

大多数应用都有 3+ 评级,要获得 12+ 或更高评级,您必须在内容评级问卷调查 期间设置您的应用内容具有性、暴力等内容在谷歌控制台

在这个问卷中,我没有找到任何可以将我的评级计算为家长指导 12+

我试图为我的应用程序设置一点性感 :) 在问卷调查期间,但它计算出的评分为 12+ 并非所有国家/地区,俄罗斯设置为 16+

Google 是否只是为他们的应用设置他们想要的任何东西,而不允许其他开发者也这样设置?

附注年龄分级表

enter image description here

更新(广告加载失败)

我为我的应用程序上传了新更新,其中包括 "max_ad_content_rating"、"G" 并且广告停止加载(显示)...

我试图检查我的手机日志,当我启动我的应用程序时,我发现那里有Ad failed to load : 3 消息

太棒了...

更新 2

仅当我设置 extras.putString("max_ad_content_rating", "MA"); 时才会显示广告,这是最高评级 (16+,18+) 当然,如果我根本不要设置这样的额外过滤器

其他(“G”“PG”“T”) 失败,广告加载失败:3 错误

最佳答案

我收到应用拒绝邮件

Ad content​ The ad content in your app is not consistent with the app's content rating. To resolve this issue, please remove ad content not consistent with your app’s rating and/or retake the content rating questionnaire and include your ad content. If you monetize your app, please ensure you’ve excluded ads from sensitive categories. For more details, you can refer to the “Ads” section (#3) of the Families Policy Requirements.

因此我意识到我在 Google Play 上的评分超过 3,但它与我的 Google AdMod 设置不匹配。

我按照信中的建议屏蔽了所有敏感类别:

enter image description here

我将 AD CONTENT RATING 保留为 MA:

enter image description here

然后我重新提交了该应用程序,大约 24 小时后它发布成功。

关于android - 广告评级,Google 控制台和 12+, "Ad failed to load : 3"和 "G",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53134528/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com