简体   繁体   English

灵活的Android广告提供商在那里?

[英]Flexible Android advertisement provider out there?

I was busy the whole day integrating various ad-providers into my Android application. 我整天忙于将各种广告提供商集成到我的Android应用程序中。

I have two specific problems: 我有两个具体问题:

I am developing a browser app and, all those ad-providers I tried (fe AdMob, Mobiclix, AdWhirl) require their own Activity in my applications manifest. 我正在开发一个浏览器应用程序,并且我尝试过的所有这些广告提供者(例如AdMob,Mobiclix,AdWhirl)在我的应用程序清单中都需要它们自己的Activity。 This does not work with my application because It runs in front of the lock screen and requires the FLAG_SHOW_WHEN_LOCKED being set. 这不适用于我的应用程序,因为它在锁定屏幕之前运行,并且需要设置FLAG_SHOW_WHEN_LOCKED。

Second problem is, that the ad providers fire a ACTION_VIEW intent to load websites in users browser. 第二个问题是,广告提供商触发了ACTION_VIEW意图将网站加载到用户浏览器中。 But my app is already the browser app, and I do not want to use the default browser for browsing, instead of my own. 但是我的应用程序已经是浏览器应用程序,我不想使用默认的浏览器而不是我自己的浏览器。

Does anyone know an ad provider, where you can handle the clicks by yourself and do not need to use their custom activities? 有谁知道广告提供商,您可以在这里自行处理点击,而无需使用他们的自定义活动?

Maybe I can also use normal web ad providers, and use a WebView to display the ads? 也许我也可以使用普通的网络广告提供商,并使用WebView来显示广告?

Actually most ad providers don't need an activity to work. 实际上,大多数广告提供商不需要活动即可正常工作。 You can use Admob (Download the latest SDK) both through the AdManager activity or through adding an AdView which is their custom view, with no need for an extra activity. 您可以通过AdManager活动或通过添加AdView(其自定义视图)来使用Admob(下载最新的SDK),而无需执行其他活动。

Regarding your other problem, The basic banner ads are usually a closed product where you don't have much flexibility regarding the way they fire the action. 关于您的其他问题,基本横幅广告通常是封闭产品,您对它们触发操作的方式没有太多灵活性。 You can, however, receive these events as a browser (i believe). 但是,您可以通过浏览器接收这些事件(我相信)。

What I do for apps that can't use banner ads is use sign up ads which works great for me... Try adleads.pontiflex.com - it actually pays much more than the usual banner ads. 对于无法使用横幅广告的应用程序,我要做的就是使用对我来说非常有用的注册广告...试试adleads.pontiflex.com-实际上,它比普通横幅广告支付的费用更高。 If you decide using them I would appreciate if you state me as the referrer (IncrediApp). 如果您决定使用它们,请将您指定为推荐人(IncrediApp),将不胜感激。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM