2010-11-22 4 views
1

こんにちは、 sry、このトピックに属している私の3番目の質問は、動作しません。Adwhirl SDKは常に 'Networkname - failure'を返します。アダプタ、呼び出しハンドル、すべて細かい

これは私の結果です...毎回です。 (すべてのjar /アダプタが付属) - また、それはハンドルを呼び出し、有効なアダプター 'での結果が、それはまた、常にそうするために使用、「失敗

11-22 13:14:02.634: DEBUG/AdWhirl SDK(2621): Will call rotateAd() in 30 seconds 
11-22 13:14:32.634: INFO/AdWhirl SDK(2621): Rotating Ad 
11-22 13:14:32.634: DEBUG/AdWhirl SDK(2621): Dart is <48.07955443549056> of <100.0> 
11-22 13:14:32.644: DEBUG/AdWhirl SDK(2621): Showing ad: 
11-22 13:14:32.644: DEBUG/AdWhirl SDK(2621):  nid: 7e779e360983412dad4d46c180a3493c 
11-22 13:14:32.644: DEBUG/AdWhirl SDK(2621):  name: admob 
11-22 13:14:32.644: DEBUG/AdWhirl SDK(2621):  type: 1 
11-22 13:14:32.644: DEBUG/AdWhirl SDK(2621):  key: a14c9xxxx1e3aacf01 
11-22 13:14:32.644: DEBUG/AdWhirl SDK(2621):  key2: 
11-22 13:14:32.644: DEBUG/AdWhirl SDK(2621): Valid adapter, calling handle() 
11-22 13:14:32.854: DEBUG/AdWhirl SDK(2621): AdMob failure 
11-22 13:14:32.854: ERROR/AdWhirl SDK(2621): nextRation is null! 
11-22 13:14:32.854: DEBUG/AdWhirl SDK(2621): Will call rotateAd() in 30 seconds 
11-22 13:15:02.854: INFO/AdWhirl SDK(2621): Rotating Ad 
11-22 13:15:02.854: DEBUG/AdWhirl SDK(2621): Dart is <31.576009879080946> of <100.0> 
11-22 13:15:02.864: DEBUG/AdWhirl SDK(2621): Showing ad: 
11-22 13:15:02.864: DEBUG/AdWhirl SDK(2621):  nid: 7e779e360983412dad4d46c180a3493c 
11-22 13:15:02.864: DEBUG/AdWhirl SDK(2621):  name: admob 
11-22 13:15:02.864: DEBUG/AdWhirl SDK(2621):  type: 1 
11-22 13:15:02.864: DEBUG/AdWhirl SDK(2621):  key: a14cxxxxxacf01 
11-22 13:15:02.864: DEBUG/AdWhirl SDK(2621):  key2: 
11-22 13:15:02.864: DEBUG/AdWhirl SDK(2621): Valid adapter, calling handle() 
11-22 13:15:03.114: DEBUG/AdWhirl SDK(2621): AdMob failure 
11-22 13:15:03.114: ERROR/AdWhirl SDK(2621): nextRation is null! 
11-22 13:15:03.114: DEBUG/AdWhirl SDK(2621): Will call rotateAd() in 30 seconds 
11-22 13:15:33.117: INFO/AdWhirl SDK(2621): Rotating Ad 
11-22 13:15:33.117: DEBUG/AdWhirl SDK(2621): Dart is <74.7807305713731> of <100.0> 
11-22 13:15:33.117: DEBUG/AdWhirl SDK(2621): Showing ad: 
11-22 13:15:33.117: DEBUG/AdWhirl SDK(2621):  nid: 90728xxxx734a2669b1c15ebbfd9 
11-22 13:15:33.117: DEBUG/AdWhirl SDK(2621):  name: zestadz 
11-22 13:15:33.117: DEBUG/AdWhirl SDK(2621):  type: 20 
11-22 13:15:33.117: DEBUG/AdWhirl SDK(2621):  key: 14131C047A50414B4Exxxxxxx146584xxx56838229 
11-22 13:15:33.117: DEBUG/AdWhirl SDK(2621):  key2: 
11-22 13:15:33.117: DEBUG/AdWhirl SDK(2621): Valid adapter, calling handle() 
11-22 13:15:36.274: DEBUG/AdWhirl SDK(2621): ZestADZ failure 
11-22 13:15:36.274: ERROR/AdWhirl SDK(2621): nextRation is null! 
11-22 13:15:36.274: DEBUG/AdWhirl SDK(2621): Will call rotateAd() in 30 seconds 

私のコードを言う:

AdWhirlTargeting.setTestMode(false); 
AdManager.setTestDevices(new String[] { "5B7D2A0178D212B6E94E22A15725A3D3" }); //my mobile 

RelativeLayout layout = (RelativeLayout) this.findViewById(R.id.widget54xx); 
AdWhirlLayout adWhirlLayout = new AdWhirlLayout(this, "548feca89xxadWhirlIDf482a"); 
adWhirlLayout.setAdWhirlInterface(this); 

final int DIP_WIDTH = 320; 
final int DIP_HEIGHT = 52; 
final float DENSITY = getResources().getDisplayMetrics().density; 
int scaledWidth = (int) (DENSITY * DIP_WIDTH + 0.5f); 
int scaledHeight = (int) (DENSITY * DIP_HEIGHT + 0.5f); 

RelativeLayout.LayoutParams adWhirlLayoutParams = 
new RelativeLayout.LayoutParams(scaledWidth, scaledHeight); 
adWhirlLayout.setBackgroundColor(Color.BLACK); //just for debug 

layout.addView(adWhirlLayout, adWhirlLayoutParams); 
layout.invalidate(); 

レイアウトとすべてがうまくいくようです。また、高さは、(52pxで私のデバイス上の結果)働く必要があり、私は本当に知っていない、問題は何ですか。

よろしく、 と私は先端の任意の種類のために本当に感謝するだろう、 CV /マイク

答えて

1

私は何の広告は、アプリケーションのために用意されていない場合、これが結果だと思います。 「最小のApp」には広告があるため、私のアプリケーション(約7000ユーザー)に利用できる広告がない理由はわかりません。

...知られていません。

私はadwhirl(両方を使用)経由で千年の広告ネットワークに変更しました。これは常に広告を配信します。これらの広告はadmob広告と同じくらい優れていませんが、少なくとも広告はあります。

幸運にも、admobの広告掲載率に関するヒントも非常にうれしいです。

関連する問題