Questions tagged [banner]

A web banner or banner ad is a form of advertising on the World Wide Web delivered by an ad server

A web banner or banner ad is a form of advertising on the World Wide Web delivered by an ad server. This form of online advertising entails embedding an advertisement into a web page. It is intended to attract traffic to a website by linking to the website of the advertiser. The advertisement known as a "click through". In many cases, banners are delivered by a central ad server.

Read more about web banners at Wikipedia..

939 questions
4
votes
1 answer

How to get a banner of images scroll vertically?

I'm trying to use this code I found online to make a moving image banner, but my problem is that I can't seem to get it to scroll vertically. Right now, only the first picture is moving, and I'm not sure why. Here is the link to the original…
Thomas Phan
  • 249
  • 2
  • 17
4
votes
3 answers

How to hide ad banner when opened keyboard on Android

I use MoPubView for ad in my app. But when I open keyboard this banner rises and closes widgets. This is code from layout:
Artem
  • 4,569
  • 12
  • 44
  • 86
4
votes
5 answers

Google Web Designer has a very long load time

I'm creating an html5 banner using Google Web Designer. I've created the banner and published it. When I view the published version I noticed that it takes sometime to load. Someone else on my team is also creating HTML5 banners. The banner that he…
michelle
  • 303
  • 6
  • 16
4
votes
2 answers

banner rotator advertising with probability

I have banners advertising with number of views, like CPM system. And for example : i have 3 banner: banner1 with 20.000 nr of views banner2 with 10.000 nr of views banner3 with 5.000 nr of views and on my website the banner must to appear in this…
cosy
  • 562
  • 1
  • 10
  • 20
4
votes
1 answer

AdMob iOS banner offset issue

I've downloaded the latest AdMob SDK for iOS, but I've a problem with the banner offset as shown in following picture Here the code I'm using for showing positioning it bannerView = [[GADBannerView alloc] initWithAdSize:kGADAdSizeBanner]; //…
Bagbyte
  • 845
  • 2
  • 18
  • 34
4
votes
1 answer

Can't remove Admob Banner from the view (iOS)

I have implemented Admob into my app but i've noticed that if the Admob view doesn't receive an ad, I can't remove it from the superview. If it already has an ad loaded it just stays there with that ad loaded even if the device is not connected to…
knw500
  • 512
  • 2
  • 8
  • 15
4
votes
1 answer

Fixed Top Banner + Navigation

I'm wondering how I can make my website have a fixed top banner with it's horizontal navigation bar, so when people scroll through the site, the banner and navigation stays in its position, while the content will scroll as normal. HTML:
Deadpool
  • 87
  • 1
  • 4
  • 14
4
votes
1 answer

iPhone Smart App Banners - openUrl not called

Hey stackoverflow fellows, I recently tried to implement the Smart App Banners from Apple. They work but, I'm not able the get app-argument data in my App. The App runs on iOS 5, 6, & 7 but I tried iOS 6 & 7 only, too. Here's my code for…
Sn0wfreeze
  • 1,959
  • 3
  • 18
  • 32
4
votes
5 answers

How do I make SMART_BANNER ads from admob fill correctly in Android?

I have a smart banner at the bottom of my portrait app. My layout looks like this:
BigTobster
  • 849
  • 2
  • 11
  • 16
4
votes
3 answers

Android AdMob SDK strange behaviour

I'm using the latest android admob SDK 6.3.1 and the first ad is downloaded and is shown on the device. Then after the refresh rate time is due, in my case 30 seconds, logcat shows that the ad has been downloaded and the new add is shown correctly.…
Mark
  • 1,360
  • 3
  • 20
  • 37
4
votes
3 answers

How to create browser extension to show infobar-like HTML form banner in Firefox and Google Chrome?

I would like to create a browser extension which will show a persistent infobar-like banner in Google Chrome or Firefox web browser. This banner should push the website down so as to not block any content in the website. I would like to put a HTML…
userpal
  • 1,483
  • 2
  • 22
  • 38
4
votes
1 answer

Leadbolt Banner off-screen

My banners sometimes go off the screen. I am using the Leadbolt SDK 4.00a and Android 4.1 with the following code: mAdView = new AdController(mActivity, "MY ID",…
Rui Gaspar
  • 154
  • 8
4
votes
5 answers

How to have two background images. One a top banner and the second a textured background?

I'm starting to work on a website. I would like to have two background images. One would be a banner image at the top similar to the gray strip across the top of stack overflow's website. Then the other image is a image that I would have to create a…
user1493824
  • 41
  • 1
  • 1
  • 2
3
votes
3 answers

Embed flv file as banner

My client provided me with a .flv file to place on their home page as a banner. I have searched the internet for a while but did not come accross to a proper way of doing it. First of all, is it "the" way of doing such banners? or are they supposed…
Subliminal Hash
  • 13,614
  • 20
  • 73
  • 104
3
votes
1 answer

AdMob Adaptive Banner with Mediation (Height problem)

I am using the AdMob Adaptive banner for my app that changes width and height accordingly to the device. With AdMob only, the ad dimensions are ([DEVICE_WIDTH] x [50dp min]). On most devices the height changes to 60dp+. The problem occurs with…
Miha M
  • 379
  • 1
  • 3
  • 14