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 Mobile Ad banner width on Android device display

I want to make use of Google AdMob banner in my Android Activity. I have declared the AdView in my layout.xml to have a default size (ads:adSize="BANNER"). In…
Matko
  • 3,386
  • 4
  • 21
  • 35
0
votes
1 answer

Displaying phone number prefixes in a Flash Combo-Box

I'm sure it's a simple fix, but when I put input number prefixes as values into a combo box in Flash CC, it knocks off the first zero for some reason. For example, one of the values in the combo box should be 0800, but is outputting as 800…
Matt Maclennan
  • 1,266
  • 13
  • 40
0
votes
1 answer

Is it possible to Add our own Ad banner?

I am planning to implement my own ad banner in my app instead of using other banners like iAd , AdMob.. etc. Is there any possibility to add your own ad banners into apple App? Does Apple provide any feature to do this?
Alex
  • 403
  • 8
  • 13
0
votes
1 answer

Banner Serving Optimization

Like most of the pages, my website have multiple banners in a single page. We have an internal banner system.For calling a banner, a web request is made like…
chicharito
  • 1,047
  • 3
  • 12
  • 41
0
votes
1 answer

Banners inside MediaWiki

I am looking to add banners to the bottom of every page in a MediaWiki-powered wiki so that when a user loads or refreshes a page, a random ad banner advertising an external website shows up in the footer of said page. I cannot find an extension…
monster1612
  • 51
  • 2
  • 4
0
votes
1 answer

What's happening with flash banners when resizing website window with responsive design?

I couldn't find a website to see how it works... At the moment I have a website with fixed width and the sidebar is 300px wide, and the flash banners/adverts are going there with fixed size. Usually those banners are with sizes 300px or 250px. What…
MarkC
  • 179
  • 1
  • 4
  • 13
0
votes
1 answer

banner ads not visible in html page

i have a file banners.js function addEvent(object, evName, fnName, cap) { if (object.attachEvent) object.attachEvent("on" + evName, fnName); else if (object.addEventListener) object.addEventListener(evName, fnName,…
Amber Aslam
  • 53
  • 1
  • 8
0
votes
0 answers

What are my options for hosting a web form in a banner?

I have a client that will be running a 728x90 banner that expands to 728x315 upon rollover. They want to include a form in the expanded state that submits info to our server and displays a confirmation page WITHOUT navigating to a separate site. My…
Chris
  • 27,596
  • 25
  • 124
  • 225
0
votes
1 answer

Banner ad not occupying full width

i am able to center my banner using gravity class, but i am not able to stretch my banner to occupy full width. And also i tried smart_banner which supposed to fill according to the density, but with no success. need help RelativeLayout layout =…
Ajax -the Max
  • 1,049
  • 9
  • 20
0
votes
1 answer

Adding a Banner to my C# App

Is it possible to add a dynamic banner field, within a compiled application, that pulls an image and hyperlink from a database on a cloud server somewhere? I currently have a static banner in my app - using the following code, but I would like to be…
Jeagr
  • 1,038
  • 6
  • 16
  • 30
0
votes
1 answer

adView banner error

I am using an adMob banner in my application but when I run it, I got an errors as bellow: 12-17 12:32:19.098: E/Trace(1244): error opening trace file: No such file or directory (2) 12-17 12:32:19.727: D/dalvikvm(1244): GC_FOR_ALLOC freed 55K, 3%…
Android Developer
  • 1,039
  • 1
  • 9
  • 33
0
votes
2 answers

Android Banner display at bottom overlap scrollview

I have a scrollview and a banner at the bottom of screen. It seems the banner wil overlap the scrollview of content when orientation is landscape. May be it will overlap too if the screen size is smaller as I am testing in Samsung S3. Is it wrong…
user1830145
  • 97
  • 1
  • 5
0
votes
1 answer

iAd not removing from view when receiving an error

I have implemented the bannerView didFailToReceiveAdWithError: as such - (void)bannerView(ADBannerView *)banner didFailToReceiveAdWithError:(NSError *)error { _bannerView.hidden = NO; } could you please let me know why it doesn't go away when…
0
votes
1 answer

Openx 2.8.10 local image/banner destination url dont work

I created a banner of type "banner Local" on my openx. In the destination url i put http://www.delphifontes.com.br/?pagina=pparceiros. A simple page in my own website, but when i click on it, it takes me…
Linces Marques
  • 644
  • 1
  • 10
  • 24
0
votes
1 answer

detect multiple clicks on a banner using user information

I'm preparing with my small company a new PHP project about Exchange Announcements The users can add banners from the control panel also they can copy a code and put it in the body of their pages Like Google Adsense, if a visitor click on user 1…
Ali Des
  • 11
  • 5