android - Admob 帐户在尝试展示我的第一个真实广告后被禁用

标签 android google-play admob adsense

我已经集成了 AdMob 在我的安卓应用中。我一直在我的设备上使用测试广告进行测试。但是在将我的应用上传到 之前Google Play 商店 我试图在我的真实设备上看到真实的广告,但它没有向我显示任何广告。几个小时后,我的帐户被禁用并向我发送了以下电子邮件

Thank you for your interest in AdMob. After reviewing your application, our specialists have found that it does not meet our program criteria. Therefore, we are unable to accept you into our program.

We have certain policies in place that we believe will help ensure the effectiveness of Google ads for our publishers as well as for our advertisers. We review all publishers, and we reserve the right to decline any application. As we grow, we may find that we are able to expand our program to more publishers with a wider variety of content. Please note that we may not be able to respond to inquiries regarding the specific reasons for our decision. Thank you for your understanding.


我无法理解我做错了什么。经过一番搜索,我发现在中上传应用程序不是强制性的。谷歌商店用于展示广告。我尝试在与我发布的应用程序类似的真实设备中展示广告。所以我创建了一个新的。我已经浏览了 admob 的隐私政策,但没有发现任何与我的问题相关的具体内容。所以谁能告诉我我应该什么时候请求我的第一个真实广告?为什么我的帐户被禁用?我可以在新帐户中使用与之前地址相同的地址吗?

最佳答案

只要您将 .addTestDevice(Your device test ad id) 添加到 AdRequestBuilder

例如 "AdRequest.Builder().addTestDevice("FB9F1C3D53382E1666489F5407301E91")
.addTestDevice("CDD86067AF6113E56BF2B62A2D28F5DB").build()"

您可以随时请求真实广告。您应该会在广告上看到测试广告属性。在您的应用发布之前,您可以使用 Google 测试广告单元 ID 的另一种方法。即使已发布,您也应该在您的设备上使用测试广告。

关于android - Admob 帐户在尝试展示我的第一个真实广告后被禁用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58494064/

相关文章:

java - 错误 : java. lang.RuntimeException:无法实例化 Activity

Android File.delete 不工作

Android玩市场推荐了解

android - 为多个客户端发布 Android 私有(private)应用

android - 缺少电子商务数据和不良事件跟踪代码

android - 如何在android中使用图标字体在导航 View 的菜单中使用图标

java - Android Web View CPU 使用率

java - 谷歌播放服务 "Failed to sign in. Please check your network connection and try again"

android - 在没有按下按钮的情况下添加插页式 admob 广告

swift - 如何在sprite-kit中的某些场景中展示广告?