在 Android 应用程序中嵌入广告?

发布于 2024-08-26 02:14:39 字数 81 浏览 6 评论 0原文

我想制作一个我拥有的 Android 应用程序的免费版本,但想在其中嵌入广告。我不知道应该从哪里开始?有没有一家专门从事移动广告的知名移动广告公司?

I would like to make a free version of the Android app I have, but would like to embed ad on it. I am not sure where I should start? Is there a well known mobile ad company out there that is specialized in mobile advertising?

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

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

发布评论

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

评论(10

蔚蓝源自深海 2024-09-02 02:14:39

我个人使用过 AdmobAdsense

当我第一次实施广告时,我很谨慎,认为我的用户会感到不安,但我没有收到来自超过 500,000 个活跃安装的投诉。

为了使任一广告 SDK 正常工作,您需要添加的唯一权限是 android.permission.INTERNET 权限。

Admob 向 18 岁以上的任何人开放使用,只需下载 SDK 并设置一个帐户即可。将广告集成到您的应用程序中非常简单,而且 SDK 中的示例也很清楚。我使用 Admob 大约 2 周,每天我都能赚到两位数(> 9 美元,

Adsense 是 Google 产品,可通过邀请或通过申请流程获得。我是通过移动应用 Adsense (afma) 团队成员的邀请加入该计划的。实施方式与 Admob 几乎相同,下载 SDK,并相应地设置您的 Adsense 帐户。他们拥有良好的开发人员资源,并且当有人提出问题时能够快速回复。

他们都提供了一个 SDK,该 SDK 提供了一个 GUI 元素,该元素基本上是一个从服务器检索广告的 Web 视图。

总的来说,这两个广告平台都给了我很好的体验。两者的点击率几乎相同,但我坚持使用 Adsense,因为根据我的经验,它更有利可图。

我唯一的抱怨是付款的等待时间。作为一名 Android 开发人员,当我销售应用程序时,我会在几天内收到我的银行帐户中的销售款项,但对于这两种服务,它们的付款都是每月一次,并在下个月处理。因此,我在三月份获得的所有广告收入都将在五月初处理并支付给我。

在撰写本文时,我从广告中获得的收入与从应用程序销售中获得的收入一样多。我不会具体说明这个数字,但在另一篇文章中说过,我每月从应用程序销售中获得的收入足以为我和我的妻子和女儿支付一个像样的地方的租金。

如果您有一个想要免费发布的应用程序,我强烈建议您添加广告。现在我已经做到了,我认为我不会发布没有广告的免费应用程序,并且我计划返回并将广告添加到我目前免费且没有广告的任何应用程序中。

在实现这些 SDK 时,请随时提出任何有关 SO 的问题,我会尽力回复。

2012 年 2 月更新

我仍然使用 Admob,因为 Google 已经关闭了移动应用的 Adsense。

我每月从广告中获得的收入仍然与从销售中获得的收入大致相同,但我的月收入在过去一年中下降了约 90%。我不再能够通过我的移动应用程序支付租金,但我可以每月带我的家人出去吃几次晚饭。

2014 年 1 月更新

2013 年 3 月,我将通过广告获利的应用程序出售给了另一家发布商,因此从那时起我对使用广告获利的应用程序没有深入了解。

I have personally used both Admob and Adsense.

I was wary when I first implemented ads thinking that my users would be upset, but I have not received one complaint from over 500,000 active installations.

The only permission that you need to add for either ad SDK to work is the android.permission.INTERNET permission. 

Admob is open for anyone above the age of 18 to use, just download the SDK and set up an account. Integrating the ad into your app is very straight forward and the example in their SDK was clear. I used Admob for about 2 weeks, every day I earned double digits (>$9,

Adsense is a Google product and is available by invitation or through the application process. I got into the program via an invitation from a member of the Adsense For Mobile Applications (afma) team. Implementation was nearly identical to Admob, download the SDK, and setup your Adsense account accordingly. They have nice developer resources and are quick to respond when someone has a question.

They both offer an SDK that provided a GUI element which is basically a web view that retrieves ads from their servers.

Overall both ad platforms have given me a good experience. The click through rate has been almost identical between the two but I am sticking with Adsense because in my experience it is more lucrative.

My only complaint is the wait time on payouts. As an Android developer when I sell an application I receive the money for that sale in my bank account within a few days but with both of these services they payouts are monthly, and are processed the month after. So all of my ad revenue earned in March will be processed and paid to me at the beginning of May.

At the time of writing this I am bringing in about as much revenue from ads as I am from application sales. I won't get specific on that number but have said in another post my monthly revenue from application sales is enough to pay rent on a decent place for me and my wife and daughter.

If you have an application that you want to release for free I would highly suggest adding ads to it. Now that I have done it I don't think I will ever release a free application without ads and I plan on going back and adding ads to any of my apps that are currently free and do not have ads.

Feel free to ask any questions here on SO when implementing these SDKs, I will try and respond.

Update Feb 2012

I still use Admob as Google has shut down Adsense for mobile apps.

I still earn about as much from ads as I do from sales on a monthly basis, but my monthly revenue has dropped about 90% over the past year. I am no longer able to pay the rent from my mobile apps, I can take my family out to a dinner a few times a month though.

Update Jan 2014

In March of 2013 I sold the apps that I monetized with ads to a different publisher so I have no insight in to monetization of apps using ads since that time.

少女净妖师 2024-09-02 02:14:39

我是 MoPub 的联合创始人之一,也是 AdMob 团队的前成员。

你问的问题没有很好的答案。您可以使用无数的移动广告网络来通过应用程序获利。特别是在 Android 上,您应该尝试 Millennial、AdMob、JumpTap、MobFox 等。问题是集成所有不同的 SDK 是一个巨大的痛苦,并且不能真正为您提供太多控制。

广告很重要,但不要忘记追加销售付费应用程序并了解其何时以及如何运作的重要性。

我遇到了这个确切的问题,并开始开发 MoPub,让应用程序开发人员完全控制广告何时显示。我们通过 HTML5 投放所有广告,因此我们的客户端库占用空间较小,服务器为您提供控制所需的所有旋钮。

我们还将发布一项优化功能,您只需按一下按钮,我们就会为您处理所有调整。

最近有一篇关于该主题的帖子: https://stackoverflow.com/questions/5514945/mopub-for-android

http://www.mopub.com

I am one of the co-founders of MoPub and a former member of the AdMob team.

The question you ask has no great answer. There are a myriad of mobile ad networks that you can use to monetize your app. On Android in particular, you should try out Millennial, AdMob, JumpTap, MobFox, etc. The problem is integrating all the different SDKs is a giant pain and doesn't really provide you much control.

Ads are important, but don't forget the importance of upselling your paid application and understanding when and how it works.

I ran into this exact problem and started developing MoPub to give application developers full control over over what ads show when. We serve all our ads through HTML5 so our client library is low footprint and the server gives you all the knobs you need to control.

We're also going to releasing an optimization feature that let's you push a button and let's us handle all the adjustments for you.

There was a post recently on the topic: https://stackoverflow.com/questions/5514945/mopub-for-android

http://www.mopub.com

花开柳相依 2024-09-02 02:14:39

此链接应该可以帮助您使用 Google 的 AdSense 实施广告。

希望它有用。 (有一些条款及条件)

将广告添加到移动应用程序

原始来源

编辑:我从未尝试过,但是否可以使用微型应用程序本身的 Web 视图并将静态图像链接到它?

This link should help you to implement ads using Google's AdSense.

Hope it's useful. (There are some terms and conditions)

Adding Ad's into Mobile Applications

Original Source

Edit: I've never tried but would it be possible to use a miniature web view in the application itself and link a static image to it?

伏妖词 2024-09-02 02:14:39

有很多不同的广告公司可供您选择。只需在谷歌上搜索“android 应用程序货币化”或类似的内容,您就会找到它们。
最常见的是 Admob、Millennial media 和 InMobi。

(免责声明,我在 AppBrain 工作):AppBrain 还有一个名为 AppLift 的应用推广广告 SDK,到目前为止,该 SDK 一直为我们的合作伙伴提供良好的服务,因为它不使用大多数用户接受培训的横幅广告不再点击。您可以在 http://www.appbrain.com/info/sdk 上找到更多信息。

There are very many different advertising companies you can choose from. Simply google for "android app monetization" or something similar and you'll find them.
The most common ones are Admob, Millennial media and InMobi.

(Disclaimer, I'm working for AppBrain): AppBrain also has an app-promotion ad SDK called AppLift, which has been working very well for our partners so far, as it doesn't use the banner ads that most users are trained to not click anymore. You can find more information on http://www.appbrain.com/info/sdk.

执笏见 2024-09-02 02:14:39

quattro
admob 分别被 Apple 和 Google 收购,应该不错。 Adsense 也不错,但是有一段时间 Beta 的准入相当严格,我不知道现在进入有多难。

quattro
and admob were aquired by Apple and Google respectively and should be good. Adsense is pretty good as well, but the beta admission was pretty stringent for a while and I'm not sure how difficult it is to get in now.

自我难过 2024-09-02 02:14:39

您应该尝试 Admob 和 Adsense。它们都相当不错,但我听说 Adsense 会提供更好的转化率。

真的不知道,我不怎么用广告。

You should try both Admob and Adsense. They're pretty good both, but i heard that Adsense will give better conversion rates.

Don't know really, I don't use much ads.

剑心龙吟 2024-09-02 02:14:39

看来您必须将 Adsense 添加到您的 Google 商家帐户才能接收付款。它说,即使你不使用 Adsense,你仍然必须注册它并将其链接到你的 Google 帐户。我刚刚申请时并不知道这一点,并且必须等待大约 2 天才能联系我进行验证。至少谷歌在商业开发者注册方面比苹果更友好。他们花了 5 天的时间才让我知道我必须发送我的公司章程才能继续他们的注册过程。这就是为什么我喜欢Android,因为它更容易及时完成工作。

Looks like you have to add Adsense to your Google merchant account to even receive payouts. It says that even if you don't use the Adsense you still have to sign up for it and link it to your Google account. I just applied not knowing this and will have to wait like 2 days before I get contacted for verification. At least Google is more friendlier than Apple with their business developer signup. Took them 5 days just to get me to the point where I have to send my articles of incorporation just to continue their enrollment process. This is why I like Android a lot easier to get things done in a timely manner.

夏の忆 2024-09-02 02:14:39

如果您集成 MobFox,您可以让它们处理高收入点击,并将其余流量发送到 Admob 或 InMobi。它是基于Web的配置,因此您只需集成一次SDK。他们的 SDK 与 Admob 大致相同,易于集成。

如果您有兴趣,我写了一份带有图片的指南,介绍如何设置它:

http: //www.projectjourneyman.com/android-venue-quickstart-guide

编辑:AdMob 集成损坏了,而且他们从未修复它。 InMobi 仅在此时回填。

If you integrate MobFox, you can have them handle the high-revenue clicks and send the rest of the traffic to Admob or InMobi. It's a web-based configuration, so you only need to integrate the SDK once. Their SDK is about the same as Admob for ease of integration.

I wrote a guide with pictures on how to set it up, if you're interested:

http://www.projectjourneyman.com/android-income-quickstart-guide

Edit: the AdMob integration broke, and they never fixed it. InMobi backfill only at this point.

成熟的代价 2024-09-02 02:14:39

推送通知广告也是 Android 应用的另一种选择。 Airpush 提供比 AdMob 或 Adsense 高得多的 CPM(尽管它是不同的广告单元)和高得多的填充率。它可能值得测试 - Airpush

Push-notification ads are also another option for your Android app(s). Airpush offers much higher CPM's than AdMob or Adsense (although it is a different ad unit) and much higher fill rates. It could be worth testing - Airpush

紫瑟鸿黎 2024-09-02 02:14:39

我们现在在同一个应用程序中同时使用 AdMob 和 Airpush,并收到了很好的效果。最好的部分是它们不会交叉彼此的使用条款政策。他们的 Android 开发者关系联系人对我们很有帮助。

We now use both AdMob and Airpush in the same app and are receiving great results. Best part is they do not cross over each others terms of use policy. They have an Android Developer Relations contact that really helped us.

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