You probably have heard this trick/plugin for wordpress or you probably have used it before. Today I am sharing a very useful trick for blogger users. As you know that Organic Traffic(Visitors come by searching in search engine) boost adsense income, but till yet we had this option( to show adsense only to organic visitors) in wordpress only.
But now blogger users can do this too, Yeah, blogger users too have chances to increase their revenue coming from adsense. Only Two steps to do this, I will explain it one-by-one.
Step 1:- Add some javascript code in your template
You have to insert the below code in your blogger template. First open your blogger account, Go to Design > Edit Html > Check the box(Expand Widget Templates). First download your existing template as if something goes wrong. Now Press Ctrl + F( for searching) and type </head> and hit enter. Just above the </head>, paste the following code :-
Also Read :- Template Designer -New Feature In Blogger.Com
<script type=’text/javascript’>
//<![CDATA[
var ref = document.referrer;
var se = new Array('/search?', 'images.google.', 'web.info.com', 'search.', 'del.icio.us/search', 'soso.com', '/search/', '.yahoo.');
var sevisitor = false;
for (var i = 0; i <= se.length-1; i++) {
if (ref.indexOf(se[i])!== -1) {
var expiry = new Date ();
expiry.setTime(expiry.getTime() + 3600000);
document.cookie = “sevisitor=1; expires=” + expiry + “; path=/; domain=Yourdomain.com“;
sevisitor = true;
}
}
//]]>
</script>
See the Screenshot:-

Change the Red color text with your domain name And Click on save Template.
Step 2:- Optimize your Adsense Code
So now, you have to make some changes in adsense code.
<script type=’text/javascript’>
//<![CDATA[
var results = document.cookie.match ( '(^|;) ?sevisitor=([^;]*)(;|$)’ );
if (sevisitor == true || results[2] == 1) {
var adsenseString = “<div style=\”float: center;\”>\n”;
adsenseString += “<script type=\”text/javascript\”><!–\n”;
adsenseString += “google_ad_client = \”pub-XXXXXXXXXXXXXXXX\”;\n”;
adsenseString += “google_ad_host = \”pub-XXXXXXXXXXXXXXXX\”;\n”;
adsenseString += “google_ad_host_channel = \”XXXXXXXXXXXXXX\”;\n”;
adsenseString += “google_ad_slot = \”XXXXXXXXXX\”;\n”;
adsenseString += “google_ad_width = 336;\n”;
adsenseString += “google_ad_height = 280;\n”;
adsenseString += “//–>\n”;
adsenseString += “<\/script>\n”;
adsenseString += “<script type=\”text/javascript\”\n”;
adsenseString += “src=\”http://pagead2.googlesyndication.com/pagead/show_ads.js\”>\n”;
adsenseString += “<\/script>\n”;
adsenseString += “<\/div>\n”;
document.write(adsenseString);
}
//]]>
</script>
Copy the above code and change Red crosses according to your adsense code. To do it easily, first copy the above code in notepad and also copy your orginal adsnense code in the same notepad to make the changes.And also don’t forget to change your ad_width and ad_height.
Also Read :- Insert An Emoticon/Image In The Title Of The Post
After your code is ready, Paste the whole code in place of your adsense code(Original one) in your template. And, Now …… What?…… Just press Save Template
As I am using blogger, this works for me. Here is the screenshot of both(Direct visit and searching from google).

Try this!!!! If you have any query please feel free to ask !!!!
Enjoy!!!
Work for you?
Also Read :- Hover Effect In The Header
what is the use of doing in this way?
actually adsense ads can be shown to anyone, na
then y only for organic visitors?
anyone kind to answer me, plz mail netophilic@gmail.com
because there is less chance that regular reader will click on your ads…
so to improve the CTR we can do this….I have also noticed that those who come from google and click ads… we get paid more…
You can try it
thanq for info