Forum Moderators: martinibuster
I'm currently using it on one of my forums after the first post of every topic.
Suddenly the options are endless!
I'm using Trivia and the like...
Anyway- that is pretty much exactly what I'm trying to accomplish.
But I will point out that less ad impressions (for me anyway) pushes the click rate up every time.
Of course, there are so many reasons for that I'm not even going to speculate. It's been beat to death already here.
I'm finding some cool games and such to insert.
Any AdSense ad code, search box code, or referral code must be pasted directly into Web pages without modification. AdSense participants are not allowed to alter any portion of the ad code or change the layout, behavior, targeting, or delivery of ads for any reason.
Web pages may not include incentives of any kind for users to click on ads. This includes encouraging users to click on the ads or to visit the advertisers' sites as well as drawing any undue attention to the ads. For example, your site cannot contain phrases such as "click here," "support us," "visit these links," or other similar language that could apply to any ad, regardless of content. These activities are strictly prohibited in order to avoid potential inflation of advertiser costs. In addition, publishers may not bring unnatural attention to sites displaying ads or referral buttons through unsolicited mass emails or unwanted advertisements on third-party websites. Publishers are also not permitted to use deceptive or unnatural means to draw attention to or incite clicks on referral buttons.
Welcome to WW GusMcCrae. You have to be Scottish with a name like that?
Unfortunately, you weren't given the full range of multiple-choice options. It should have been: 'he', 'she', 'it' or 'indeterminate' - the latter applying, for example, if you are in the middle of a sex-change operation.
Behind the humour, though, I wonder if there are gender differences in clicking habits. And if there were, could anything be done about it?
I would be careful with this idea. Either of the following could rule it out.
You just need to alternate code not change any adsense code. The same I believe people do with yahoo etc. :\
Something like
x = random(); // giving you a value between 0 and 1
if (x < 0.5) show unaltered adsense code
if (x > 0.5) show some other code
Is this not within Terms? :¦
Nowhere is there anything encouraging anyone to click anything.
What this accomplishes is simply providing people with the understanding that it's not always just advertisements, so perhaps their eyes would like to look there from time to time.
Unless Google encourages ad blindness, this looks to be very acceptible under their TOS.
This topic is about ad blindness, well changing the position, the type and colours of Ads can be very useful to avoid such a blindness especially for pages visited more than once from same users (ie: forums). This can be done very easily with the random function of jscript, asp, php or whatever language you use.
Something likex = random(); // giving you a value between 0 and 1
if (x < 0.5) show unaltered adsense code
if (x > 0.5) show some other codeIs this not within Terms? :¦
It depends how it is done. If you view the source of the web-page - can you see the Adsense block, exactly as it was provided by the Adsense management tool? No escaped ', ", or loading into a variable.
From what I've read here, javascript methods of ad-rotation seem to be out, but server-side implementations seem to be okay.