Questions tagged [adwhirl]

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.

201 questions
0
votes
1 answer

ad whirl add - admob not service

adwhirl(iad, admob, houseAd) add to xcode4 deviece test... iad : ok see service houseAd : ok see service but... admob : not see!!! log code 2011-10-19 13:38:07.739 KingKatWorldFree[948:707] Invalid Request: { errors = "Cannot determine…
0
votes
1 answer

Admob test ads being ignored, real ads being showed only

I am using this to get test ads VIA Admob in eclipse try{ AdRequest request = new AdRequest(); request.addTestDevice(AdRequest.TEST_EMULATOR); request.addTestDevice(DEVICEID); // My T-Mobile G1 test phone LinearLayout layout…
coder_For_Life22
  • 26,645
  • 20
  • 86
  • 118
0
votes
1 answer

Adwhirl InMobi multiple ad request

I'm starting to using AdWhirl and trying... I think something wrong, when application start adwhirl doing multiple adrequest to InMobi after 2 seconds: 10-18 01:01:31.798: VERBOSE/InmobiAndroidSDK2.3(32565): requestactivity=AdRequest... 10-18…
musa
  • 1,457
  • 18
  • 37
0
votes
3 answers

AdWhirl rotation usage

Im trying to rotate the AdWhirl bannerview. The only documentation AdWhirl provides is: 6.2 Device Orientation Some ad networks including iAd will vary their ad dimensions with device orientation. If your app supports rotation you must forward…
MaikelS
  • 1,309
  • 4
  • 16
  • 33
0
votes
1 answer

Ad Mediators - Requests

I read a blog about how ad mediators make requests to multiple providers simultaneously. Is this true? From the article: "Mediators request ads from all embedded SDKs simultaneously then discard all but the highest paying impression. The problem…
user472292
  • 1,069
  • 2
  • 22
  • 37
0
votes
1 answer

AdWhirl causing java.lang.NullPointerException

I am using the latest version of AdWhirl to serve Ads from AdMob(+AdSense),InMobi,mdotm and Millennial Media. I am getting a lot of; Exception class java.lang.NullPointerException Source method AdWhirlLayout.handleAd() Stack…
user485175
  • 39
  • 3
0
votes
2 answers

AdWhirl - Millennial ad return failed. Zero content length returned

i'm trying using MillennialMedia in AdWhirl unsuccessfully due to the "Millennial ad return failed. Zero content length returned" trouble. I couldn't find a solution browsing other posts and mmwebsite. This is my logcat: 09-06 08:53:50.854:…
Lisitso
  • 495
  • 10
  • 14
0
votes
1 answer

Adwhirl integration problem in iphone

I have two controllers in my application navigation controller and tabbar controller. Navigation controller view does not implement adwhirl and tabbar controller all tabs all view has adwhirl implemented. @interface myview : UIViewController…
Viral Narshana
  • 1,855
  • 2
  • 21
  • 45
0
votes
1 answer

AdMob on iPhone occasionally opens its browser and freezes app

Just encountered the problem with integration of AdMob into my iPad application. The problem is that sometimes AdMob opens its own browser when device even not touched and then nothing happens (no ad is loaded in that browser) and UI doesn't react…
Dmitry
  • 2,837
  • 1
  • 30
  • 48
0
votes
1 answer

Weird core data storage issue while integrating adwhirl

I am using core data for local storage in my application. But when I am integration adwhirl sdk and framework required for it in my application, it is somehow affect local storage to core data and application gets crash with following…
Mihir
  • 1,156
  • 3
  • 13
  • 22
0
votes
1 answer

AdMob Keywords within AdWhirl (Android)

Right now I am using Admob within AdWhirl. As I understood from some forum AdWhirl does not give the keywords to Admob also when in Adwhirl sdk its set like AdWhirlTargeting.setKeywords("keyword1 keyword2"); but someone mentioned…
christian Muller
  • 5,016
  • 6
  • 34
  • 44
0
votes
1 answer

NullPointerException on rotateThreadedDelayed with AdWhirlLayout

What cause a NullPointerException on rotateThreadedDelayed with an AdWhirlLayout? Here is the stacktrace : java.lang.NullPointerException at com.adwhirl.AdWhirlLayout.rotateThreadedDelayed(wHAT .java:237) at…
dirhem
  • 611
  • 1
  • 12
  • 24
0
votes
1 answer

AdWhilr gives only a blue screen

i've integrated AdWhirl to my app, but all i get is the blue screen, whats is my problem? this is my LogCat 07-18 10:19:16.342: INFO/AdWhirl SDK(536): Creating adWhirlManager... 07-18 10:19:16.342: DEBUG/AdWhirl SDK(536): Locale is:…
MBP
  • 81
  • 1
  • 2
  • 13
0
votes
1 answer

how to implement adwhirl in iphone app?

I need to implement adwhirl advertisement in my iphone app.I don't how to use adwhirl.I searched but I couldn't do anything. can anyone help me?
muhammedkasva
  • 672
  • 4
  • 12
  • 20
0
votes
1 answer

how to implement adwhirl on iphone app?

I need to implement adwhirl ad in my iphone app.I don't know how ı can use adwhirl.I searched but I couldn't find enough information on this topic.can anyone help me ? https://www.adwhirl.com/
muhammedkasva
  • 672
  • 4
  • 12
  • 20