Tag Archive for admob

About the admob ads fill rate

if you get this info from logcat all the time, and have a very low fill rate(less than 30%). 

no fill server replied that no ads are available

It is very likely you set the keywords for your app !!  Remove the keywords setting only if you know what you are doing.

 


如果你从LOGCAT里面得到如下信息,并且你的广告投放率(填充率,fill rate)非常低(一般在30%以下)。

no fill server replied that no ads are available

这很可能是因为你为你的应用设置了关键词(keywords)! 除非你知道你想做什么,要不然绝对不要设置关键词,不然你的投放率30%都不到!

就算你有明确的目标设置关键词,也建议你不要设置,趋势一直在变,热门的关键词也在变,你设置的关键词很有可能会突然变成大冷门。

Note a solution about embed the ads above the andengine game

"How to embed the ads above the game " is my topic in andengine forums, I just copy to here for note the problem's solution. Goto the topic in the forums:http://www.andengine.org/forums/development/how-to-embed-the-ads-above-the-game-t1483.html

Q.how to add a ads above game, and how to control the ads's visibility?(I want to show the ads when game over and hide the ads when the game running, Just like Farm tower )

A.

I solved some problem with the admob's ads, now I just note these problem for someone may need.



1.If you just use the setVisibility() to invisible a ads, the ads will be disappear and the space where the ads was taken will be unclickable(untapable). then you need the setEnabled() to hide the ads completely. code is :



Read more