Forum Moderators: martinibuster
This should be very helpfull on pages that cover several topics, like a home page might.
Haven't tried this yet because I just spotted the notice while checking my stats. Sounds interesting though.
[edit note] edited to remove a quote[/edit]
Sometimes certain elements can be helpful in targetting content. Sometimes you'd rather adsense not use it, or perhaps there's not enough content on the page. When you work with templates, this is inevtiable.
I'd have loved to be able to have nested, descriptive tags. Here's how it could have looked:
<!-- google_ad_section_start(header) -->
$header
<!-- google_ad_section_start(navigation) -->
$topnavbar
<!-- google_ad_section_end(navigation) -->
<!-- google_ad_section_end(header) -->
<table width="100%">
<tr>
<td>
<!-- google_ad_section_start(navigation) -->
$leftnavbar
<!-- google_ad_section_end(navigation) -->
</td>
<td> </td>
<td>
<!-- google_ad_section_start(main_content) -->
$content
<!-- google_ad_section_end(main_content) -->
</td>
</tr></table>
<!-- google_ad_section_start(footer) -->
$footer1
<!-- google_ad_section_start(copyright) -->
$copyright
<!-- google_ad_section_end(copyright) -->
$footer2
<!-- google_ad_section_end(footer) -->
Heck Google's trying to figure that stuff out anyway. Since they have a relationship with their adsense partners, why not let us do this type of thing.
They can still do checks on the data, but perhaps a little less stringently if it was a stranger they had no relationship with. The threat of removal for blatant misuse is always there.
did anyone try this yet, and if so, do you see quick results in targeting?I have been getting PSA's on my homepage since last Thursday or Friday. I have contacted and gotten replies on several occasions with adsense, but still PSA's. Immediately after adding the code I began getting one single ad in a 160X600 skyscraper. I don't know if it's a site targetted ad or they can only find one ad to show for some reason. It is not a well targetted ad. The rest of the site is well targetted and all ads are full no matter how many I put on the page. There is no shortage of inventory nor any stop words I am aware of.
Is this a good way to force mediabot to crawl the pages again?
Of course, it would be a lot easier to monitor the effectiveness of this new feature if there was an Adsense preview tool for Firefox. Maybe that could be the next rabbit?
<!-- google_ad_section_start(weight=0.8) -->
really relevant stuff
<!-- google_ad_section_end -->
<!-- google_ad_section_start(weight=0.2) -->
less relevant stuff
<1-- google_ad_section_end -->
yet? I know it's not listed, but the syntax for "(weight=ignore)" would indicate this is or will be supported.
Eric