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

google Banner failed to load ad 3

I was using google demo test bannerAd. Until yesterday it was working just fine. Yesterday the banner didn't load anymore, I did not change anything in the code. Reinstaling the demo did not show the banner either. The InterstitialAd demo still…
FrankG
  • 1
  • 2
0
votes
1 answer

Adwords and Double-click: possible to have interactive banner ads where you click multiple times within the ad before being redirected to a website?

I have a client who is requesting something that I don't think is possible, but wanted to verify before I tell them it can't be done. What they want: to create an interactive animated banner ad, where the user would click on the ad to attempt to…
0
votes
2 answers

How to disable or hide a banner in certain screen sized mobile phones?

I want to disable or hide a banner in certain screen sized mobile phones. For example, I don't want iPhone 4 users to see the banner, but iPhone 6 users should. How can I do it with CSS or JavaScript?
David
  • 1
  • 1
  • 3
0
votes
2 answers

How do I set ad banner at top in landscape and at bottom in portrait?

I want to show my AdMob banner on the bottom of the screen when the app is in portrait mode, and on top of the screen when it is in landscape mode. So how can I add these to my app? Currently I'm using a separate layout (layout-port and layout-land)
0
votes
0 answers

Looping jquery animation sequence - velocity.js

I'm trying to create a sequential animation using velocity.js that loops 3 times and stops. In the example below I've queued nested functions to create a sequence one after the other. Then tried to loop that function 3 times using a 'for loop' but…
0
votes
0 answers

Android Google AdMob

I am using google admob and i already have banners on my app with the tokens from google add mob site. I tried them once without test device and it just loaded a random advertisment and not then one from the app of the token. Is this wrong or my app…
user3111591
  • 23
  • 1
  • 1
  • 6
0
votes
2 answers

Banner Ads not displaying

I have add the Banners ads in my Android app. Ads are being showed in the design of layout file but it is not showing in the app Here is the main class where i am adding the AdView protected void onCreate(Bundle savedInstanceState) { …
user3585510
  • 131
  • 2
  • 10
0
votes
1 answer

Can i fire a floodlight tag from a html5 banner in DoubleClick studio?

A client has asked me to add a floodlight tag to a html5 banner ad when the exit is clicked. Its easy to do via Javascript but I'm worried it might be blocked when published. I've asked DoubleClick and they've advised the floodlight should be added…
0
votes
2 answers

Cannot get AdMob to work on Android : ErrorCode 0

I am getting really desperate with this. I followed the given instructions by Google at the https://developers.google.com/admob/android/quick-start webpage but it still didn't work My code (or at least the part that has to do with AdMob)…
SlavenIvanov
  • 57
  • 1
  • 9
0
votes
1 answer

How to make and insert Banner AdMob Fragments in Android Studio?

I am a noob in android studio. And I want to put an ad on multiple activities. Some say that it needs an admob fragment to make it possible. So can someone give me an example or source code for the banner admob fragment.
0
votes
1 answer

Implementing Admob banner when setContentView() is used for the Surfaceview

I am struggling to implement an admob banner into my app because the setContentView() method is used for the surfaceView called gameView so creating the adView in xml cannot be applied to this framework as setContentView is already being used. And I…
0
votes
0 answers

Android - banner add UI issue

I have two activities in my application, I have implemented banner add in my First Activity. when I come back from Second Activity to First Activity getting some UI issues I paused add in onPause and resuming in onResume but still getting same UI…
Shailendra Madda
  • 20,649
  • 15
  • 100
  • 138
0
votes
1 answer

HTML5 expanding web banner **in Iframe** - DoubleClick for publishers

I have been asked to create an HTML5 expanding banner that will be site-served on a popular fashion website. The creative (HTML5) is to be hosted via DoubleClick for publishers (DFP). However I am not sure how my HTML5 file will open/increase the…
0
votes
1 answer

How can I place an AdView above a preference fragment?

I have a settings activity which holds a preference fragment. I want to place an adView (banner ad) above this fragment. So far I managed to show the ad banner but the banner is displayed behind the fragment (my fragment has transparent background…
monogon
  • 21
  • 5
0
votes
1 answer

admob banner overlaping portion of app

layout = new RelativeLayout(this); surface = new SurfaceView(this); ads = new AdView(this); ads.setAdSize(AdSize.SMART_BANNER); ads.setAdUnitId("admob banner ID"); Ads.loadAds(ads); …
saad awan
  • 1
  • 1