Android 上的广告入门
关于如何开始在 Android 应用程序中设置广告有什么建议吗?我不知道我需要了解有关广告的一般信息。
我保留最常提到的admob。还有其他选择吗?
Any advice on how to get started setting up ads in an Android application? I don't know what I need to know about ads in general.
I save admob being most frequently mentioned. Are there any other options?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我自己用的是Admob。创建帐户,并在此处为您的应用创建密钥。然后下载该库,将其添加到您的项目中,并在布局文件中添加如下内容:
另外,在布局文件的顶部添加此行:
最后,您需要将其添加到 AndroidManifest.xml 中:
这就是在您的应用中创建广告所需要做的全部工作。有关详细信息,请参阅此。
I myself use Admob. Create an account, and create a key for your app here. Then download the library, add it to your project, and in your layout file, add something like this:
Also, add this line at the top of the layout file:
Finally, you'll need to add this to your AndroidManifest.xml:
That is really all there is up to creating ads in your app. For more information, see this.
您可能会听说过 Mobclix,我个人的经历非常糟糕。还有一些论坛帖子有很多关于他们的坏话。 Admob 是一个稳定的网络。你按时得到报酬。如果您正在寻找全屏广告,您可以查看 Greystripe。我自己刚刚开始使用 greystripe,所以我对它们并不是 100% 满意。
You will propably hear about Mobclix, my personal experience with them has been horrible. There's also a couple of forum threads out there that have a lot of bad stuff to say about them. Admob is a stable network. You get paid on time. If you're looking for full screen ads, you may look into Greystripe. I just started using greystripe myself so I'm not 100% about them.
我建议反对直接使用 AdMob。
请改用名为 AdWhirl(由 AdMob/Google 所有)的中介服务。
这样,您就可以在应用程序中使用来自多个来源(Admob、Adsense、ZestAdz、Millenialmedia...)的广告,并决定稍后要从每项服务中提取多少广告。
顺便提一句。 AdWhirl 不对该服务收费。
I advise against using AdMob directly.
Instead use a mediation service called AdWhirl (owned by AdMob/Google).
This way you can use ads from multiple sources (Admob, Adsense, ZestAdz, Millenialmedia...) in your app and decide how many ads you want to pull from each service later.
Btw. AdWhirl doesn't charge for this service.
我个人使用 MobFox、Admob 和 MobClix 的组合。虽然 MobClix 表示他们正在清理他们的支付系统,但我还不能向新手推荐它们。
我编写了一份指南,用于将 MobFox 和 Admob 引入您的应用程序(实际上只是使用其中一个 SDK 以使其更容易),并使用 MobFox 仅投放高付费广告。希望它可以帮助您开始:
http://www.projectjourneyman.com/android-venue-quickstart-guide
I personally use a combination of MobFox, Admob, and MobClix. While MobClix has indicated they're cleaning up their payment system, I can't recommend them for newbies yet.
I wrote a guide for getting MobFox and Admob into your app (actually just using one of the SDKs to keep it easier) and using MobFox to only serve the high-paying ads. Hopefully it can help you get started:
http://www.projectjourneyman.com/android-income-quickstart-guide
我由于某种未知的原因被 admob 禁止,然后转向了 millenialmedia - 不过效果很好,Millenial Media 似乎比 admob 支付的钱多得多,而且他们总是依赖我的电子邮件。
我根本不为他们工作。
I got banned by admob for some unknown reason and switched to millenialmedia - it worked out pretty well though, Millenial Media seem to pay much more than admob, and they always rely to my emails.
I don't work for them at all.