Wordpress
Manually
Go to wordpress themes folder look for single.php
search for
<?php the_content(); ?>
Add the section targeting codes before and after this line, making it something like this:
<!-- google_ad_section_start -->
<?php the_content(); ?>
<!-- google_ad_section_end -->
Many times your theme might not contain single.php then might be page.php or even if there is single.php then also it might not have the above code line in it.
Google Integration Toolkit (Compatible up to: 2.8)
Download this Plugin http://downloads.wordpress.org/plugin/google-integration-toolkit.1.1.2.zip
This version of Google Integration Toolkit plugin provides following features:
* Integration with Google Webmasters Tools (both verification methods are supported: meta tag and verification file);
* Integration with Google Analytics (with optional Google Analytics - Google AdSense integration);
* RSS/Atom Feeds tagging - you can track visitors coming from your feed using Google Analytics;
* AdSense Section Targeting - improve AdSense ads targeting
In Blogspot Blogs
Go to your blog >> then to edit template
Click for expand widget templates
Look for line
<div class='post-body'>
Add the section targeting codes before and after this line, making it something like this:
<div class='post-body'>
<p><!-- google_ad_section_start --><data:post.body/><!-- google_ad_section_end --></p>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
Popularity: 13% [?]
If you enjoyed this post, make sure you subscribe to my RSS feed!

Are You unhappy due to irrelevant ads shown on your blog which does not resemble o your blogs content resulting to very low revenues then you should try the section targeting on your website or blog.
What is it ?
Section Targeting allows you to specify which parts of your text and HTML content that you want to emphasize or downplay when matching ads to the content of your site. By submitting your suggestions, you can help us to improve your ads. We recommend that only those familiar with HTML attempt to implement section targeting.
How It Works
To implement section targeting, you need to add a set of special HTML comment tags to your code. These data indicate the beginning and the end of the section you want to emphasize or de-emphasis on the ads.
When you put a tag given by google <!-- google_ad_section_start --> the adsense take it as the beginning of the content area from which the relevant ads are to be matched till this end tag <!-- google_ad_section_end -->
You Should have more content for properly utilizing it. Including insufficient content may result in less relevant ads or PSAs.Along with this you have to keep in mind that this feature should only be used to emphasize significant sections of your site’s relevant content.
Popularity: 11% [?]
If you enjoyed this post, make sure you subscribe to my RSS feed!










Recent Comments