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 align to bottom
I have a screen where i have 2 fullscreen views, and i want an adwhirl ad at the bottom.
Here is my xml file:

gberes
- 1,169
- 1
- 12
- 32
0
votes
1 answer
Is it possible to change AdWhirl banner colors programmatically?
I know that ads colors can be set up in account settings, but I want to change colors to be the same as in view controllers.

Shmidt
- 16,436
- 18
- 88
- 136
0
votes
1 answer
Adwhirl iPad Support
I am trying to add AdWhirl to my Universal application. But there is something that i could not figure it out. While integrating AdWhirl to universal application, i have to add both AdWhirl SDK Keys to my app. (as they said on all tutorials.) But…

Quaso
- 373
- 1
- 6
- 18
0
votes
2 answers
AdMob test ads not working - iOS
I am using AdMob through AdWhirl and last week running in the simulator showed test ads from both AdMob and iAd.
Nothing has changed in my AdWhirl code, and test mode is still on, yet I no longer get test ads from AdMob. Every now and then I get a…

Darren
- 10,182
- 20
- 95
- 162
0
votes
1 answer
PhoneGap template-based app failing to compile AdWhirl sources
Using Xcode4.2.1, with a basic PhoneGap template based app. (I say template, but I cant find it now :( - PhoneGap is a static framework).
The app works ok on its own.
Now trying to add in AdWhirl. AdWhirl comes as source files - no library of its…

Chris Kimpton
- 5,546
- 6
- 45
- 72
0
votes
1 answer
How to integrate Inmobi with Adwhirl and Admob in android
I already used admob 4.3.1 with ad-whirl in my android application...but i want to use Inmobi too...but I don't know if i must change something in my code...i read that inmobi reqiure Adwhirl 3.0.0 sdk...but i'm using 3.1.1 with admob...
any help…

Reham
- 1,916
- 6
- 21
- 45
0
votes
2 answers
AdWhirl with Admob bug fix
Updated to the latest version of AdWhirl and AdMob SDK but getting a known error from the AdMob SDK in Android 2.1-update1. Found in this thread https://groups.google.com/forum/#!topic/google-admob-ads-sdk/cNxRgIUHJH0
but it refers to only and AdMob…

user1074300
- 31
- 7
0
votes
1 answer
Ad is not displaying even though it getting response by using adwhirl
Hai I used basic code for adwhirl to display ads by using AdWhirl. I created new app in adwhirl site and I added that key in the activity.
adWhirlLayout = new AdWhirlLayout(this, "adwhirl_key");
I used one linear layout in xml for ad and for…

Sindhu Perumalla
- 425
- 1
- 6
- 14
0
votes
1 answer
How to create an adWhirl Singleton to use 1 add banner across all view controllers
I've been reading all evening and it seems that to get an adWhirl ad use the same add banner across all view controllers, I need to create a singleton awView and use this in the ViewWillLoad & ViewWillUnload of each View.
I am having trouble getting…

Darren
- 10,182
- 20
- 95
- 162
0
votes
1 answer
Adwhirl's reporting doesn't show chart
I set up an Adwhirl Server at Amazon EC2. Everything is working fine, except Adwhirl's reporting. The Adwhirl's reporting doesn't show chart and reports. But I got some reports from my Ad networks.
Here is some strange logs in my Adwhirl…

Sarah Pham
- 1
- 1
0
votes
1 answer
Adwhirl with Admob java.lang.NosuchMethodError:com.google.ads.AdView.destroy
i'm using adwhirl with admob..The ads appears but i'm getting this exception in the log
java.lang.NosuchMethodError:com.google.ads.AdView.destroy
i don't understand why ..
i'm using adwhirl layout in my activites to request the ads..
LinearLayout…

Reham
- 1,916
- 6
- 21
- 45
0
votes
1 answer
How to write code for adaptor to get ad from our user defined network in adwhirl
I implemented one interface in that it has to implement requestAd on success and failure, onLeaveApplication, onPresentScreen , onReceiveAd. I also extended the AdwhirlLayout class. I implemented only two methods in Adaptor.java class requestAd on…

Sindhu Perumalla
- 425
- 1
- 6
- 14
0
votes
1 answer
Adwhirl ASIHttpRequest Crashing iPhone
I am using AdWhirl in my iphone app and I am displaying the adView in several different views. Each view has a different adView ivar. Problem is that when I am switching the views quickly, ASIHttpRequest within Adwhirl code tries to call the view…

apy
- 67
- 2
- 6
0
votes
1 answer
Adwhirl disproportionate
I'm using Adwhirl with InMobi and my house ads.
my house ads shares;
A 30%
B 35%
C 35%
but my house ads impressions like that:
A ~160
B ~120
C ~11000(!)
B and C should be approximately the same, but not even close.
what is the problem?

musa
- 1,457
- 18
- 37
0
votes
2 answers
AdWhirl - moving view to centre screen on rotation
This is probably something quite basic. I am trying to implement AdWhirl into my app, which I have done successfully for the technical part. When I load my app, the add loads and then slides down from the top to sit at the bottom of the screen. …

Sam Heather
- 1,493
- 3
- 19
- 42