5

I have integrated AdMob in my application. Is it possible to show my own ads using Admob? If not, then what is the best alternative?

CpnCrunch
  • 4,831
  • 1
  • 33
  • 31
GTID
  • 538
  • 2
  • 6
  • 19
  • buy ad-space from google and hope you see it or use an ImageView to show your own image (and link onClick to some WWW). – zapl Apr 23 '12 at 13:04

2 Answers2

9

Yes! Ad Mob allows you the option of displaying your own ads using the "House Ad Campaigns" option.

That being said, if by "show my own ads using Admob??", you mean display custom ads, then you would probably have to get in advertisers individually and display them using (as @zapl mentioned in the comments) ImageView or something on those lines.

Bart
  • 19,692
  • 7
  • 68
  • 77
Siddharth Lele
  • 27,623
  • 15
  • 98
  • 151
  • @Peterdk: I know. Since the question is kinda vague, at least I thought it is, I have added the bit about House Ads. The last paragraph covers what I would do if I needed to show my own ads. – Siddharth Lele Apr 23 '12 at 13:44
  • You are wrong in the sense of: you state that your house ads display in other apps and never in your own app. The opposite is true. – Peterdk Apr 23 '12 at 13:48
  • Okay. Apologies for the misinformation. Will remove that bit. – Siddharth Lele Apr 23 '12 at 14:03
  • @SiddharthLele hi, is that possible to display any number of banners (own adds) and change the banner image for every 5secs randomly by admob? – LOG_TAG Jan 18 '13 at 07:31
  • Are we allowed to advertise our sponsora using ImageView and WebView? – Samudra Ganguly May 29 '21 at 16:55
5

Yes you can. The feature is called House Ads

Sébastien
  • 13,831
  • 10
  • 55
  • 70