I can use green block, so your extension are correctly installed.
But If I use only block from stencyl, ads are always showed, while it's not so if i use your block.
Two little question:
- if I use your extension, do I configure in setting/mobile/monetization admob publisher key ? Or I configure it only in your block ?
- Is it possible that this extension can use more cpu under android ? I see that when I close a game (background) cpu tend to stay at 10%, while if I disable this extension and disable block green, cpu stay at 1/2%.
Thank you
I'm not saying you are wrong, but I want to stress the fact that Jon used this extension to add AdMob support for Stencyl. If you look inside your-stencyl-folder/plaf/haxe/extensions/ads/project/android/AdWhirl.java and compare it with your-stencyl-folder/plaf/haxe/extensions/admob/project/android/MyAdmob.java you will notice that the code for admob banners is pretty much the same. Even the AdMob libraries are the same.
- No, you don't have to configure your AdMob publisher key in the Settings if you want to use this extension. Use your AdMob publisher key (AdMob Unit ID) in the blocks when you need to show a banner.
- This extension uses some CPU when it is loading a banner/interstitial. It isn't noticeable on mid to high-end devices, but someone already reported that there could be a lag on very low-end (single core 600~800 MH) when loading a banner/interstitial. This is also true for the built-in Stencyl version of this extension so there shouldn't be any differences.
As a side note, are you clicking on the banners when they show up? Google AdMob detects "suspicious" activities and stops them for a while. For example, if you click on a banner 50% of the times it shows up, you will have a 50% CTR (click through rate) which is extremely high (a normal CTR range goes from 0.5% to 2.0%). AdMob detects your very strange CTR and it notices that your clicks come from very few devices, so it thinks that you are trying to "cheat" in order to earn more money. AdMob then stops sending banners to your devices for some time. If continue to click on your own banners, AdMob will ban you from its ad network and you won't be paid.