adwhirl

Android AdWhirl & AdSense 3.1

不羁的心 提交于 2019-12-04 12:28:38
AdSense (Google AdSense SDK 3.1) alone works fine in my app. When I use AdWhirl I see in my Log always: :WARN/AdWhirl SDK(562): AdSense company name and app name are required parameters How do I send this params right so also AdWhirl transfer it to AdSense?? (I didn't delete the params I used for ONLY ADSENSE.. so they are still there??) Found the Solution :) just simple add: AdWhirlAdapter.setGoogleAdSenseAppName("Application Name"); AdWhirlAdapter.setGoogleAdSenseCompanyName("Developer Name"); AdWhirlAdapter.setGoogleAdSenseChannel("xxxxxxx"); AdWhirlTargeting.setKeywords("My keywords"); I

Handle AdWhirl onFailure

送分小仙女□ 提交于 2019-12-01 06:44:48
Hi I am working on an android app and using AdWhirl to display my ads. I want to be able to handle the situation when AdWhirl returns no ads. When it fails, I want to show a decorative bar. Can anyone provide me an example? Thanks in advance, OK I've figured this out now. There are two possible ways, where one is very easy and the other requires a little bit more work. The easy way The adwhirl layout stays invisible as long as it has nothing to show. So you can simply create a FrameLayout containing your fallback view in the background and the adwhirl view in the front similar to this: <?xml

Handle AdWhirl onFailure

北慕城南 提交于 2019-12-01 04:12:37
问题 Hi I am working on an android app and using AdWhirl to display my ads. I want to be able to handle the situation when AdWhirl returns no ads. When it fails, I want to show a decorative bar. Can anyone provide me an example? Thanks in advance, 回答1: OK I've figured this out now. There are two possible ways, where one is very easy and the other requires a little bit more work. The easy way The adwhirl layout stays invisible as long as it has nothing to show. So you can simply create a

How to use AdWhirl with an unsupported ad company?

ぐ巨炮叔叔 提交于 2019-11-30 20:55:36
问题 Does anyone know how AdWhirl works? I set up my custom event for Greystripe in which I initialize the SDK if it wasn't already initialized, and refresh the BannerView, but I don't see the custom event getting called. So my main question is, how and when does AdWhirl call the custom event? What are the rations and rollovers? I haven't done anything with them (mainly because I don't know why I need them. What does AdWhirl do with them?) Also, how do I control when AdWhirl refreshes my banner? I

onFailedToReceiveAd(Ad request successful, but no ad returned due to lack of ad inventory when using admob with adwhirl

泄露秘密 提交于 2019-11-27 04:24:50
i just want to know if this problem is server side...or i must fix something in my code... onFailedToReceiveAd(Ad request successful, but no ad returned due to lack of ad inventory I'm using admob with adwhirl to show ads in my android application. If you are getting this error, then your code is correct. The issue is that AdMob does not always have an ad to return for every request. This may happen particularly if you have just registered your AdMob publisher ID, as it takes some time and multiple requests before the new ID starts returning ads. Another reason your fill rate may be low is

onFailedToReceiveAd(Ad request successful, but no ad returned due to lack of ad inventory when using admob with adwhirl

孤街浪徒 提交于 2019-11-26 11:09:55
问题 i just want to know if this problem is server side...or i must fix something in my code... onFailedToReceiveAd(Ad request successful, but no ad returned due to lack of ad inventory I\'m using admob with adwhirl to show ads in my android application. 回答1: If you are getting this error, then your code is correct. The issue is that AdMob does not always have an ad to return for every request. This may happen particularly if you have just registered your AdMob publisher ID, as it takes some time