PDA

View Full Version : Vbulletin AdSense Section Targeting


Naijasite
09-20-2012, 11:29 AM
Can you please give me guild on how to insert goolge adsense section targeting on my forum thread..

Please How do i enable google adsense section targeting on vBulletin 4.2.0. ?
where in my vbulletin template do i need to insert this code

Section targeting allows you to suggest sections of your text and HTML content that you'd like us to emphasize or downplay when matching ads to your site's content. By providing us with your suggestions, you can assist us in improving your ad targeting. We recommend that only those familiar with HTML attempt to implement section targeting.
To implement section targeting, you'll need to add a set of special HTML comment tags to your code. These tags will mark the beginning and end of whichever section(s) you'd like to emphasize or de-emphasize for ad targeting.
The HTML tags to emphasize a page section take the following format:
<!-- google_ad_section_start -->

<!-- google_ad_section_end -->

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>

Thanks for your feedback in advance.