I wouldn't recommend using section targeting until you have a firm grasp of how HTML and Joomla templates work. Although it's not rocket science, you might break things if you start messing with the template too much.
Adsense section targeting code
You use section targeting by setting the following code.
The HTML tags to emphasize a page section take the following format:
<!-- google_ad_section_start -->
<!-- google_ad_section_end -->
You can also designate sections you'd like to have ignored by adding a (weight=ignore) to the starting tag:
<!-- google_ad_section_start(weight=ignore) -->
Ignore specific sections
With these tags added to your HTML code, your final code may look like the following:
<html>
<head>
<title>Section targeting</title>
</head>
<body>
<!-- google_ad_section_start -->
This is the text of your webpage. Most of your content resides here.
<!-- google_ad_section_end -->
</body>
</html>
Additionally, you can log in to the Adsense administration and set competing filtres to remove ads from competing sites. Lately, Adsense has also added the option to moderate which ads are shown on your site. You can allow or block individual ads, or a complete web site / publisher.




Comment Rules: Critical is fine, but if you're rude, I'll delete your stuff. Please do not put your URL in the comment text unless it's relevant to the post and please use your PERSONAL name, blogger name or initials and not your business name, as the latter comes off like spam. Have fun and thanks for adding to the conversation!