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
1
vote
2 answers

How to integrate banner ads in tvOS?

In my application I'm using ads for tvOS. I have tried using the AppLovin SDK for ad implementation but it shows a full screen ad. I want to show a banner view like scrolling data update in my tvOS app. Can I achieve this with iAd or AdMob on…
Bhargavi
  • 75
  • 6
1
vote
1 answer

How many google's admob Banner Ads can be in single mobile screen

I have implemented google's Admob banner ads in my app. I tried this for that AdView mAdView = (AdView) findViewById(R.id.adView); AdRequest adRequest = new AdRequest.Builder() // Add a test device to show Test Ads …
Susheel Kumar
  • 29
  • 1
  • 7
1
vote
1 answer

Blank HTML5 Banners after loading

We have this website arabic.sport360.com Since we started using HTML5 banners, we face most of the time blank banners! It shows the banner for a milliseconds, then it become white. Any body can help me with this?
1
vote
0 answers

How to put two clickTags into a standard HTML5 ad banner for DCM (DoubleClick Campaign Manager)?

Does Anyone know how to put two clickTags into a standard HTML5 ad banner for DCM (DoubleClick Campaign Manager)? Is it even possible? Maybe they only allow one clickTag in the standard banner with DCM?
Agent Zebra
  • 4,410
  • 6
  • 33
  • 66
1
vote
0 answers

black bar at bottom Revmob ad android

I am using revmob banner ad in my app. The problem I am facing is: Before banner display at bottom of layout view "Black bar is showing" when i click it hides or remove from the view. I don't know why. Please tell me how to solve this issue. Code is…
Aamir
  • 141
  • 1
  • 9
1
vote
0 answers

Google Web Designer - Reveal Image Circle

I am working on a simple (at least I thought so at the time) interactive banner advert in google web designer tool. I am specifically trying to create an effect of a magnifying glass that the user controls and moves around a 300px x 300px banner…
mrpetem
  • 323
  • 1
  • 8
1
vote
1 answer

google web designer - exit with target _self

i'm using Google Web Designer and DoubleClick Studio to create some HTML5 banners. I'm using the TapArea component in the standard way to have a clickthrough. the click launches a new window. my client wants to have it stay in the same window. there…
split19
  • 597
  • 7
  • 18
1
vote
3 answers

Implementing Inneractive / Inneractive banner ads - ad positioning issue

I am trying to use the Inneractive Ad SDK 5+ in my application and I'd like to position the ad on the bottom. In every case I've tried it will always be in the middle of the screen, centred horizontally and vertically. Code: self.myAdView =…
SunnySonic
  • 1,318
  • 11
  • 37
1
vote
1 answer

Why are my facebook banner ads too small for the ipad in Swift Spritekit?

The banner ads fit perfectly on the bottom of the screen for the 4s, 5 and 5s but for the iPad, and iPhone 6 and 6 + there too small. What am I doing wrong? I put this code in the GameViewController.swift fie. If you need more info please let me…
coding22
  • 689
  • 1
  • 7
  • 28
1
vote
0 answers

Revive Adserver and Geotargeting by City with GeoLiteCity.dat

I'm trying to set up Geo Targeting for my Revive adserver, but have one question. I'm using the GeoLite City and GeoLite Country files from Maxmind (the .dat files) and have uploaded them to my server and added them in the Maxmind plugin…
1
vote
1 answer

HTML5 banner for google spec and adform spec

Google's html5 banner specification is different to…
1
vote
1 answer

Cannot seem to move iAd banner to the top of the screen with this code

I have searched and searched and have done lots of trial and error on this code trying to move the ad banner to the top of the screen. It has been a week already with no progress. If anyone could help me out with this issue I would be thrilled. The…
DwemerTech
  • 11
  • 3
1
vote
0 answers

Add Admob banner to Screen

Can`t add admob banner as usual: // Create an ad. adView = new AdView(this, AdSize.BANNER, "*********************"); RelativeLayout layout = (RelativeLayout) findViewById(R.id.rel2); layout.addView(adView); AdRequest adRequest =…
Piarix
  • 107
  • 3
  • 11
1
vote
1 answer

Banner Ads: best practices regarding refresh

In my app, I have a banner ad which shows at the top of the screen at certain times (main menu and scenes that are inbetween levels, end of game etc.... basically, anything that is not actual gameplay). I'm using the MobFox SDK and I'm using…
Zippy
  • 3,826
  • 5
  • 43
  • 96
1
vote
2 answers

How to loop animated text banners using css keyframes

I want to loop this text ads banner using css keyframes. first shown text1 second added text2 (text1 stays there) third added button (text1 and text2 also stays there) then disappear 3 of them and again shown text1 second added text2 (text1 stays…
ddpatty
  • 13
  • 1
  • 5