Skip to content Skip to sidebar Skip to footer

Admob Api And Keywords

Does anyone manage to get relevant advertisement from AdMob server when setting keywords or search query ? My application runs on Android and I manage to retrieve ads from the AdMo

Solution 1:

ADMob SDK will automatically request new add based on the set refresh rate. I think that the default is 60s. So, you don`t have to call requestFreshAd() at all. Run your app from from Eclipse, go to activity where the adds are, and watch logcat window. Periodically you will see that adds are fetched automatically, based on that refresh rate setting. You can change that refresh rate on http://www.admob.com/my_sites and than clicking 'Manage settings' on an app, and 'App settings'. Also, you can simply set a refresh interval with the refreshInterval attribute on the AdView element in your layout XML file.


Post a Comment for "Admob Api And Keywords"