未能在我的 Android 应用程序中实施 google adsense

发布于 2024-12-15 17:22:01 字数 594 浏览 0 评论 0原文

我签署了 adsense 并获得了我的 ID 以使用 adsense 机制。我按照教程 http://code.google.com/intl/ iw/mobile/afma_ads/docs/android/ 并且完全像难以理解的教程一样(非常令人惊讶)。另外,我应该添加到我的库中的 jar 文件在网站中不可用,我从 http://www.java2s.com/Code/Jar/g/DownloadGoogleAdViewjar.htm。当我加载我的应用程序时,我得到一个充满“AD TEST”字符串的横幅。当我尝试将 setAdTestEnabled 中的布尔参数更改为 false 时,我得到了空横幅(不可见)。

有人在使用 adsense 时遇到过这种行为吗?

有谁知道更好的教程吗?

AdMob 和 Adsense 是否连接到 google?

I signed to adsense and got my id to use adsense mechanism. I followed the tutorial http://code.google.com/intl/iw/mobile/afma_ads/docs/android/ and did exactly like the incomprehensible tutorial (Very surprising). Also the jar file that i supposed to add to my libs not available in the site and i downloaded it from http://www.java2s.com/Code/Jar/g/DownloadGoogleAdViewjar.htm. When i load my app i get a banner filled with "AD TEST" strings. When i tried to change the boolean parameter in setAdTestEnabled to false i got empty banner (not visible).

Does anyone run into such behavior using adsense?

Does anyone know better tutorial?

Does AdMob and Adsense connected to google?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不回头走下去 2024-12-22 17:22:01

您正在查看旧版本的广告 SDK。下载链接可能不再出现在网站上,因为现在建议/要求使用 Google AdMob 广告SDK。它是 Google Ads SDK 的重写版本,并且拥有积极的支持和文档。我建议您尝试一下,如果您有任何疑问,可以在

旁注:我之所以说需要使用新的 SDK,是因为如果您通读文档,您会发现一条警告,指出 2011 年 10 月 14 日之后创建的所有新网站和应用程序都必须使用 Google AdMob 广告 SDK。

You are looking at an old old version of the Ads SDK. The download link probably isn't on the site anymore because it is now recommended/required to use the Google AdMob Ads SDK. It is a rewrite of the Google Ads SDK, and it has active support and documentation. I recommend trying it out, and any questions you may have you can ask on the support forum.

Side Note: I say using the new SDK is required because if you read through the the documentation, you will find a warning saying all new sites and apps created after October 14th, 2011 have to use the Google AdMob Ads SDK.

愁杀 2024-12-22 17:22:01

如果测试广告有效,则可能是您没有在您的 adWords 帐户中设置唯一 ID,或者该帐户尚未激活,因此没有可检索的图像。

另一个原因可能是它检索到的图像不适合您提供的视图。类似的东西应该抛出异常,因此请在调试中查看代码并查看它是否确实抛出错误

If the test ad worked it could be that you have either not set your unique ID in your adWords account or its just not been activated yet therefor there are no images to retrieve.

Another reason could be that the image that it did retrieve doesnt fit into the view you have gave it. Something like that should throw an exception so have a look through your code in debug and see if it does throw an error

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文