Forum Moderators: martinibuster
I am considering implimenting a change to my website. I run a forum and as most forums I experience a fairly low CTR. I also display small ads just because I don't want the ads to overpower the contest. I am considering placing a large leaderboard style adsense ad at the top of the page if the person on the site is a visitor. Once they register or log in the ads will return to normal size.
I am not going to make any text like "Don't want to see the ads? Register Now!". I simply would like to try to get some click through from people just visiting because I get thousands of referes from the SEs each month and would like to capitalize on those visitors(who never register) somehow.
Do you guys think this would be against Google's TOS? I have read it several times and am now sure what they would think about it.
[edited by: lammert at 8:38 pm (utc) on Jan. 20, 2005]
I would do it through php with something like
If member = visitor
'show this google add'
else
'show this google add
End if