So here is my problem - I am building an online tool of a kind, where registered user can add data entries and organise them in different ways, including tagging them. According to these tags there is a tag cloud generated in users dashboard. What I need to do is place a google adsense unit which displays relevant ads to this particular tag cloud - each user sees different tag cloud, as they have entered different data. Now, google obviously doesn't pick up this tags cloud as it is user specific and requires log in. Is there a way to hint adsense about the tags? Otherwise, would google approve such solution or would it be considered evil-spoofing: let's assume dashboard url is - http://www.example.com/dashboard/USERNAME If I would simply allow google to see stripped down versions of the pages containing only tag cloud, would it work and would again google approve it? And how often does media bot recheck the content, to make sure that it is fresh? Also would anyone know a neet trick how to securily hide certain pages from anyone but google? Thanks
You have asked many questions, I am not sure if I get all of them.... but have you check the site authentication option in adsense ? if it comes to dynamically changed content through AJAX, google will find it very difficultly to find the added content and thus may not display relevant ads.
Thanks a lot, this actually helped. Should be able to figure out how to make things work from here on.