Android AdWhirl & AdSense 3.1

AdSense (Google AdSense SDK 3.1 only) works fine in my application.

When I use AdWhirl, I always see in my log:

:WARN/AdWhirl SDK(562): AdSense company name and app name are required parameters 

How do I send these parameters, so that AdWhirl will pass it AdSense ?? (I did not delete the parameters that I used for ADAPTATION ONLY, so are they still there?)

+3
source share
2 answers

Found a solution :)

just add:

AdWhirlAdapter.setGoogleAdSenseAppName("Application Name");
AdWhirlAdapter.setGoogleAdSenseCompanyName("Developer Name");
AdWhirlAdapter.setGoogleAdSenseChannel("xxxxxxx");
AdWhirlTargeting.setKeywords("My keywords");
+4
source

, AdWhirl, , AdSense , apesense adsense -. AdWhirl api. adsense- , adwhirl api.

+1

Source: https://habr.com/ru/post/1761018/


All Articles