How to add AdMob as item of ListView in Android ?
I have a question about Google Admob (referenced libraries GoogleAdMobAdsSdk-4.1.1.jar) . My question :
- I have a ListView about Football and now I want to add Admob as a item of my ListView
- For example:
- Item 1
- Item 2
- Item 3
- <---------------Banner Advertisement of google -----> using Admob
- Item 4
- Item 5
- Item 6
- <---------------开发者_运维技巧Banner Advertisement of google ------> ..........
How to add Admob into ListView as a item of ListView - Does everyone known that. Please help me... Thank you very much !
You do that and you are asking to have your account banned...
From: http://helpcenter.admob.com/content/policies-tips-developers-publishers
The number of ads on a single page should not exceed one if the ad is fixed to the screen top or screen bottom. If the page scrolls, there should be a maximum of one ad on the top and one ad on the bottom, and both ads should not appear on the same page.
You probably found a solution, but anyway, please check this link
http://googleadsdeveloper.blogspot.com/2012/03/embedding-admob-ads-within-listview-on.html
it explains how you can display several ads in a listview.
You should not show more than one ad per page view; thus, the idea is that, if your regular list can show 8 items per page, then insert your ad every 8th, 16th, 24th... and so on.
I hope this helps.
精彩评论