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
1 answer

AdMob in Custom Dialog? How? Android

I'm trying to implement Admob banner in Custom Dialog box. I want to make in in XML 'cause i'm thinking this is simplier to change it positions etc. So here is fragment from my GameActivity where is Custom Dialog too. Fragment with dialog: public…
user2393513
  • 109
  • 3
  • 15
1
vote
0 answers

banner location iOS 7

I'm struggling to make banner ads work properly in my iOS 7 app for the iPad. Per the Apple Developer's guide, I 1)linked the iAd Framework, 2)imported the iAd header to my controller.h file, and 3) enabled canDisplayBannerAds = YES in the…
1
vote
1 answer

Track image views in a cost-effective manner

I'm looking for a solution to implement sponsored images on one of my GAE apps. We've got about 5000 users using the app and these sponsored images needs to be tracked every time it is viewed and every time somebody clicks on them. Somebody…
Jan Vladimir Mostert
  • 12,380
  • 15
  • 80
  • 137
1
vote
1 answer

How do you run a function when an iAd is clicked?

I have read up on the iAd docs and am familiar with the delegate methods and there doesn't appear to be a method that runs when an iAd Banner ad is clicked. I want to be able to pause the game when the ad is clicked: [self pause]; Is there an App…
Liftoff
  • 24,717
  • 13
  • 66
  • 119
1
vote
1 answer

Setting innerHTML to Javascript code and then runnng it / dynamically load an ad call

I have a site with banner ads on it. What I need to do is rotate those ads - ie you stay on the homepage (no reload) and every 10 seconds a new ad (from a set of 3 or 4) is displayed. What I do is have a Javascript function that puts my ad code in…
KevInSol
  • 2,560
  • 4
  • 32
  • 46
1
vote
2 answers

setInterval delays

I'm trying to execute a rotating banner (Calling it through an array). I set an interval but the image only shows after 10 seconds (10000) and only then begins the rotation. I removed the cluttered HTML of the array, but here's the rest of it: var…
Black Bird
  • 797
  • 1
  • 10
  • 34
1
vote
1 answer

how to respond to revmob sdk uialertview delegate?

Im trying to implement revmob sdk, it works fine but their documentation dont have much detail and support not responding. (http://sdk.revmob.com/sdks/ios/docs/index.html) is there a way to use the delegate to know the status of the alertbox ? this…
user513790
  • 1,225
  • 1
  • 13
  • 22
0
votes
2 answers

How does banner selection work with so many variables? (Advertising server)

I know that when i view a webpage a request is made to the advertising server and they know my ip/preferences. But how does the banner selection work since there are so many variables like geotargeting . Do they query for a banner and try to compare…
0
votes
1 answer

How to fix this Madvertise SocketTimeoutException?

I'm trying to make Madvertise ads work on my Android app. I think I have everything setup in place: app item on their website, my actual token in manifest metadata, etc. As a matter of fact all preliminary messages from logcat seems to be ok both…
superjos
  • 12,189
  • 6
  • 89
  • 134
0
votes
2 answers

Getting random row(flash banner ad) from mysql with even distribution

I have created a banner ad mechanism for a website. Banner clicktag, url etc. are stored in mysql database. At the moment I'm just getting random banner from all available and display it on a website. But how can I implement some sort of mechanism…
bukowski
  • 1,893
  • 7
  • 34
  • 54
0
votes
3 answers

How do I create a Javascript banner switches pictures at different times?

I have a banner that has 10 pictures in it. I know how to set a timeout so the pictures switches every certain amount of seconds but how could I set a timer to change the picture based on how long I want individule ones displayed for. For example: I…
user1048682
  • 119
  • 4
  • 11
0
votes
1 answer

Set admob refresh rate for android always 60 sec

i set the refresh rate of Admob banner to 12 sec from the admin site but i still get refresh rate of 60 sec. I tried versus refresh rate but 60 is the lowest rate i succeed. Did anyone encounter this problem? can i force programmatic to set 12 sec…
gilush14
  • 485
  • 1
  • 9
  • 20
0
votes
1 answer

jquery - override Google Ad 728px width format

I'm supposed to make a PC site readable on mobile devices. I'm using Jquery Mobile CSS, which works quite ok. The problem: the current site uses some Google 728x90px banners, which break my mobile layout. Question Is there any way to Jquery-set…
frequent
  • 27,643
  • 59
  • 181
  • 333
0
votes
0 answers

banner ad fixed at the bottom of page.(should be fix at bottom of mobile screen)

[enter image description here](https://i.stack.imgur.com/1N2HA.png) Hi, like 2 imagines banner ad stacked at the bottom of page,, normally it should be follow up when you scroll up. what I must to do?? //AdBanner codes override func viewDidAppear(_…
0
votes
0 answers

Force a re-render of React Native Google Mobile Ads Banner component. (react-native-google-mobile-ads)

I am using react-native-google-mobile-ads in a @shopify/flash-list list, and it functions as expected except the nature of flash-list is recycling the ad banner component over and over again as it's supposed to. The ad never changes. The React…