AdWhirl is an open source mediator that enables one to serve ads in an app from any number of ad networks as well as one's own house ads. By using multiple networks, one can determine which perform best for the particular app and optimize accordingly.
Questions tagged [adwhirl]
201 questions
0
votes
1 answer
AdWhirl in iPhone
I see these messages in the console when implementing AdWhirl in my project and run the app in the Simulator:
2011-07-14 14:24:28.615 TNAdWhirl[10927:207] AdWhirlConfig: HTTP 503, cancelling…

Tuyen Nguyen
- 4,389
- 7
- 51
- 77
0
votes
2 answers
Best way to implement AdWhirl in iPhone project
What is the best way to implement AdWhirl in iPhone project?
- Will we create a singleton object for handling AdWhirl and use it through out the app.
- Or will we create each AdWhirl object in every screen (UIViewController) we want to add AdWhirl…

Tuyen Nguyen
- 4,389
- 7
- 51
- 77
0
votes
1 answer
adWhirl not displaying at all
I have set the right permissions, and the ID is correct. Layout isn't the cause of the problem, as i can display any other view(TextView, CheckBox), and it fits in the right place.
No errors or warnings are shown in logcat, only line, that…

Demonick
- 2,116
- 3
- 30
- 40
0
votes
1 answer
Display ads with AdWhirl (MillennialMedia and AdMob)
I implemented AdWhirl in my app. AdWhirl should show MillennialMedia and AdMob ads. A ad should be displayed for 30 seconds. But AdWhirl tries very often to rotate the ad.
07-12 15:35:08.193: DEBUG/AdWhirl SDK(3099): Showing ad:
07-12 15:35:08.193:…

Xazen
- 822
- 2
- 12
- 26
0
votes
1 answer
Adwhirl ads not showing
I have an Android app, and I'm using Adwhirl with Admob and ZestADZ, and I've set up a House ad.
For some reason the ads are not showing, in spite of the log looking normal. All I can see is that the Zest ads are not shown and it should default to…

Sandy
- 2,572
- 7
- 40
- 61
0
votes
1 answer
Showing adMob or adWhirl ads correctly in an UITableView
I have a problem with implementing AdMob in my UITableView. I have an array (newsItems) that contains news-feeds from different websites. The array is sorted by the date of the newsitem. I want to display the newsitems in a tableview, but in the…

Tinuzzz
- 1
- 3
0
votes
1 answer
Does adwhirl do a lot of work in the background?
I added adwhirl to my application with admob and mdotm and now it is freezing up and giving me keydispatch errors. I know those are from it trying to do too much in the background but it was not happening before.

Robin
- 372
- 6
- 18
0
votes
1 answer
Adding Mobfox to AdWhirl rotation
I want to have Mobfox in my AdWhirl rotation but I can't seem to find any documentation on how to do this, I know that Mobfox is unsupported with AdWhirl. Any one got any experience with this? I'm an iPhone developer.
user781149
0
votes
1 answer
Adwhirl for iPad
I'm trying to integrate adWhirl into my iPad app, but I it's doesn't seem to work.
It seems like lot's of people encountered the same issue, but I couldn't find a remedy.
I tried to stretch the adView to fit the iPad screen, but the ad remains…

Idan
- 5,717
- 10
- 47
- 84
0
votes
1 answer
Why is AdWhirl showing no adds in my android App?
I just integrated adwhirl into my android app.
Now I'm a little bit puzzled on how to ensure that ads are shown in my App.
I activated admob as the only ad serving network for now.
After my app starts I get the following log output:
06-10…

Janusz
- 187,060
- 113
- 301
- 369
0
votes
2 answers
Objective-C, Adwhirl banner in Interface Builder
Does anyone have any suggestions on how to make a AdWhirl banner in interface builder? Right now I use this code to make a banner:
AdWhirlView *awView = [AdWhirlView requestAdWhirlViewWithDelegate:self];
[self.view…
user781149
0
votes
1 answer
Admob for iphone Apps?
I know how to use Admob in iphone apps infact I have used in many application. But I am completely unaware about how publisher id is generated for iphone apps from website.
Today I have registered a new account with admob.com. Now where I have to…

Tariq
- 9,861
- 12
- 62
- 103
0
votes
1 answer
AdWhirl touch intercept
I'd like to make an action (increment a counter) when a player touch the ad of the adwhirl banner.
I've seen that the AdWhirl class have a method that is called every touch:
//We intercept clicks to provide raw metrics
public boolean…

Zappescu
- 1,429
- 2
- 12
- 25
0
votes
1 answer
Android Adwhirl 3.0 layout issue
Hi I'm trying to get the new android 3.0 adwhirl working and I'm struggling.
In my xml I have:
In my Class
...
setContentView(R.layout.main);
//Add Whirl
AdWhirlManager.setConfigExpireTimeout(1000 * 60 * 5);
…

user485175
- 39
- 3
0
votes
2 answers
InMobi Integration with AdWhirl 3.0
hi
i am creating app to display ads at bottom.
i am done all the requirements to fulfill the ads.
when i am run my app i got the following message in my console
InMobi:Error! rootViewControllerForAd method must be implemented. Cannot serve InMobi…

Hiren
- 12,720
- 7
- 52
- 72