开发者

Flexible Android advertisement provider out there?

开发者 https://www.devze.com 2023-04-04 07:00 出处:网络
I was busy the whole day integrating various ad-providers into my Android application. I have two specific problems:

I was busy the whole day integrating various ad-providers into my Android application.

I have two specific problems:

I am developing a browser app and, all those ad-providers I tried (f.e. AdMob, Mobiclix, AdWhirl) require their own Activity in my applications manifest. This does not work with my application because It runs in front of the lock screen and requi开发者_开发技巧res the FLAG_SHOW_WHEN_LOCKED being set.

Second problem is, that the ad providers fire a ACTION_VIEW intent to load websites in users browser. 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?


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.

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. If you decide using them I would appreciate if you state me as the referrer (IncrediApp).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号