Forum Moderators: martinibuster
I've run adsense for over a year now and it works pretty well. However, I get ads for "SQL database" stuff ALL THE TIME...
I want ads for the latest games, computer hardware (e.g. things which appeal to my average user who is 16-30 and male) who are not hardcore software people for their company and certainly don't need the latest and greatest SQL tools...
The strange thing is that I don't have any links/text which have 'SQL' in it... Sure I run a mysql database to power the forums, but this seems a tenuous link!
Any ideas?
How do you guys tend to tailor the contextual part of adsense? Is it as simple as the number of times a word is present on a page, or do links count more etc etc?
[webmasterworld.com...]
That's why I'm saying to fix the title, url and keywords.
Here is something that works well with a phpBB forum.
1: Open up viewtopic_body.tpl
(hint: you can find it here: templates > subSilver)2: Locate this section and add the Google Section Targeting Code:
<tr> <!-- google_ad_section_start -->
<td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
</tr><!-- google_ad_section_end -->
The section targeting will wrap around every post. In the forum I implemented this on, the ads snapped into focus much better. It helped alleviate the phenomenom in which ads from other topics were invading unrelated ones.