Questions tagged [banner-ads]

A banner ad is a form of advertising on mobile application.

Examples:

iAd - Apple provided banner ads

Admob - Google's banner ads

RevMob, Mo Pub, Tapjoy are other popular banner ads in mobile network.

276 questions
0
votes
1 answer

float banner ad at the bottom of the screen

I have following xml design -
user2952821
  • 743
  • 2
  • 6
  • 19
0
votes
1 answer

Error handling when implementing Admob for Android

Since the new Admob SDK requires and uses the Google Play Services there has been several instances of widespread errors related to Google Play Services badly impacting apps with Admod as their monetization source. There are some discussions open in…
Diego
  • 33
  • 6
0
votes
0 answers

Excessive memory use and CPU load when using Banner and Interstitial Ads

Memory When running my app and and looking at it's memory usage it uses around 20MB When I enable my banner ads, the memory usage starts at about 28MB and moves to around 50MB. On enabling my interstitial ads, memory usage approaches 80MB. CPU Load…
Zippy
  • 3,826
  • 5
  • 43
  • 96
0
votes
1 answer

How to implement ads by more than one networks through mopub in one banner ad android

I want to display banner ads by more than one ad providers e.g. admob+revmob through mopub
0
votes
2 answers

AdMob Ads not showing with MobFox SDK in signed APK

When I run my app from within Eclipse, all works brilliantly. Ads show up and refresh without any issues. (I've integrated the MobFox SDK and am receiving AdMob and MobFox ads via it. However, when I sign my app with my private keystore and export…
Zippy
  • 3,826
  • 5
  • 43
  • 96
0
votes
1 answer

Adding AdMob to project with MobFox SDK currently integrated

I downloaded and integrated the MobFox SDK into my app and it works just fine (currently receiving test banners only). I also have an AdMob account and wish to now use AdMob for when I don't receive an ad from MobFox. I've looked at the MobFox…
Zippy
  • 3,826
  • 5
  • 43
  • 96
0
votes
1 answer

iAd banner does not show after Leaderboard is dismissed

I have a ViewController that displays iAd banner. I do this by simply including the following line: self.canDisplayBannerAds = YES; Then I present a Leaderboard view controller modally and enable iAd on the Leaderboard as well: - (void)…
RawMean
  • 8,374
  • 6
  • 55
  • 82
0
votes
1 answer

Avoid banner over fragment on Android app

On my app the main activity have a fragment (to show google maps), 4 buttons (over the maps) and a banner. In this moment the banner is over the map but I want see banner after fragment and not over. This is my activity: and this is what I want: I…
Martin
  • 1,065
  • 1
  • 17
  • 36
0
votes
2 answers

Jquery Image Effect

Hi i am making a banner copy of flash ad into Html5 using Jquery. Here is the link of what i want to convert Link and i have so far able to complete the text effects but only image animation is left and i need help in that one how to ad a image…
user3196720
0
votes
1 answer

Not enough space for displaying AdMob banner(Android)

I have problem with displaying AdMob banners on small screens(In landscape mode is working). Tested on Galaxy S4, ads are shown, but on small screens only in landscape mode. I have tried changing xml layout parameters(width and height) to…
Kostadin Georgiev
  • 866
  • 1
  • 9
  • 23
0
votes
1 answer

Best way to manage banners on Wordpress

I am an affiliate marketer and I am showing many product banner ads in my blog posts. But I am facing problems when I have a lot of posts about products reviewed. It is very difficult to manage my banners. Can anyone tell me a quick and easy way to…
oneTarek
  • 21
  • 4
0
votes
1 answer

How do I get additional banner-ads on pages without sidebars in Zen Cart?

I am trying to ad a banner ad to the left side of the footer so I have something like this: [ banner ] [ footer information ] This is the code that was in the basic banner module:
SeanJA
  • 10,234
  • 5
  • 32
  • 42
0
votes
1 answer

How move an iAd to top of screen in an iOS7 app that uses canDisplayBannerAds?

It seems that adding an iAd to an iOS7 app is straightforward by using canDisplayBannerAds. Basically I add the iAd framework, import the header and then in the view controller do this: - (void)awakeFromNib { self.canDisplayBannerAds = YES; …
codefan
  • 86
  • 7
0
votes
1 answer

How to increase the virtual coins when a banner ad is pressed

I have an app in which i have included virtual coins for the users to purchase things like new themes,skins etc etc....And the way to earn these virtual coins is to click on the banner ads(admob ads).Every time the user clicks on the ads the…
Ashwin Shirva
  • 1,331
  • 1
  • 12
  • 31
0
votes
1 answer

AdMob, AdRequest with keywords, setKeywords

I'm using AdMob and I would like to customize my AdRequeast, so I used the method: setKeywords. I write my keywords for clothing like: trousers skirt, socks, jeans, shirts, sweater...and many more (over 400). And with keywords the AdBanner is not…
hipek
  • 201
  • 1
  • 3
  • 15