Target Google adsense adds only to Search Engine referrals
Posted by on 22nd, 2007
Search Engine Referrals/Visitors are more likely to click on advertisements rather than a normal referral(search engine visitors are always on a hunt digging links). Due to this very fact it if better to target the advertisements to Search Engine referrals.
So inorder to Display you advertisements only to search engine referrals you can use the below php code
<?php
if (preg_match(’/^http:\/\/(\w+\.)?(google|msn|yahoo|aol)\./’,$_SERVER[’HTTP_REFERER’]) == 1) { ?>
AD CODE GOES HERE
<?php } ?>
So If you are aiming just search engine users, stop thinking and start using the above code.

Popularity: 2% [?]

[...] i mentioned in my post target adds to search users only search engine referrals will be intrested in clicking your adds. Digg Users are usually on [...]
May 27th, 2007 at 2:55 am