3/27/09
Conditional tagging for Adsense code and section targetting
Conditional tagging for Adsense code
http://forum.vbulletinsetup.com/f18/vbulletin-template-conditionals-list-2185.html
How to implement section targeting and Template Conditionals for adsense
http://www.duoblogger.com/adsense-inside-post-for-vbulletin
It’s pretty easy, you only have to use 3 tags and wrap them around your content or to be ignored content.
http://www.duoblogger.com/adsense-section-targeting-for-vbulletin/
<!� google_ad_section_start �> - Tell the AdSense crawler that the content below should be used for applying section targeting.
<!� google_ad_section_end �> - Tell the AdSense crawler that the content-zone ends.
<!� google_ad_section_start(weight=ignore) �> - Tell the crawler to ignore the content below. Close tag with the end tag above.
So an example for content you want to use for generating the ads would be the following:
<!� google_ad_section_start �>Good content<!� google_ad_section_end �>
Or an example for bad content which you want to exclude (static stuff):
<!� google_ad_section_start(weight=ignore) �>Bad content<!� google_ad_section_end �>
Share This
Subscribe to:
Post Comments (Atom)











No comments:
Post a Comment