Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any examples of how to implement full-screen advertisement for android?

Is there any examples of how to implement full-screen advertisement for android using AdMob?

I have researched and found these tutorials:

  • Getting Started with House Ads
  • Google AdMob Ads Android Advanced

EDIT - added some related questions:

  1. In the tutorials it looks like you have to use Android 4.0 to get the interstitial house ads to work. Is it not possible in earlier versions?
like image 960
Jan-Terje Sørensen Avatar asked Jan 24 '12 06:01

Jan-Terje Sørensen


People also ask

What are full screen ads?

Full-screen inline ads are full-screen banner ads that appear inline with your content as a user scrolls the page. They appear below the fold in both Auto ads placements and responsive ad units. You don't need to take any action.

Why am I getting full screen ads on my Android phone?

It is probably because of installing some app that you have unknowingly granted permission. The best way to resolve this is to review your recently installed apps. To see the list of your recently installed apps, follow these steps.


1 Answers

Please see the AdMob Interstitial documentation for how to add interstitials to your Android app. Please note, however, that you need to be whitelisted for interstitial ads to get interstitial ads from AdMob. Right now you will only be able to see the test interstitial ad, or a house ad interstitial that you traffic to your app.

EDIT:

The Google AdMob SDK v4.3.1 requires that you set your android build target to android-13 (Android 3.2) or higher. You can still get ads on devices all the way down to Android 1.5 (android-3) by setting the minSdkVersion="3" in your manifest.

like image 193
Eric Leichtenschlag Avatar answered Sep 26 '22 08:09

Eric Leichtenschlag