How to implement my own custom advertisement in my own android application using predefiend SDK's for ad (like admob etc)

前端 未结 3 776
情深已故
情深已故 2021-01-01 06:04

I am working on advertisement integration for my android application, the problem is that I\'m having 3 applications live on android app store.

Therefore I want tha

相关标签:
3条回答
  • 2021-01-01 06:39

    If somebody stumbles up here, I've made up a library for this purpose...
    Currently quite in an early stage but can be used in production.
    Supports AdDialog, Interstitial & NativeAd format! :)
    https://github.com/ItzNotABug/HouseAds

    0 讨论(0)
  • 2021-01-01 06:47

    You can just make a layout to act as your banner ad and include it within your other layouts and then just add an onclick function to the banner.

    Or

    Use admob for my ads. Admob has "in-house ads" where you can run your ads with in your app for free. You can choose for them to display exclusively and use admob to track the statistics for which ads are being clicked and how often they are being displayed.

    http://support.google.com/admob/bin/answer.py?hl=en&answer=1619751

    0 讨论(0)
  • 2021-01-01 06:50

    You can do it directly using Admob SDK with something that they call House Ads.

    0 讨论(0)
提交回复
热议问题