Adsense Tricks
  Increase Page Impressions
 
The easiest way to increase the Page Impression is to refresh the ads put by Google-adsense is to refresh them, each refresh will count for one Page Impression.
But to refresh the page yourself is hectic and also limited,
so what about a code which refreshes the page itself after 2 or 3 minutes.

Yes it is possible.


Just copy the code below in the body tag of your blog/site.
To change the time after which your page get refreshed change

"var howManyMinutes = 3" below to as you want (3=3minutes)


<script language="JavaScript" type="text/javascript">
<!--
var howManyMinutes = 3; // set your interval here;
var oneMinute = 60000; // 1 minute = 60,000 milliseconds;
refreshFreq = oneMinute * howManyMinutes;
WhereNext = location.href;
setTimeout("window.open(WhereNext,'_top');",refreshFreq);
//-->
</script>


This really works, if you website is opened for 1 hour (if
var howManyMinutes = 3), then it wil get refreshed 20 times.
so what page impression you'll get, after 5 hrs?

And your visitor surfs your site for atleast 4-5 mins , so 2-3 Page Impressions per visitor.
Wow thats really wonderfull!!!

To see the proof: [Click here]


Adsense Formula:
Earnings = (Clicks / Page CTR) * (Page eCPM *.1)


Page CTR = Clicks / Page Impressions
 
  Today, there have been 1 visitors (6 hits) on this page!
If you liked the content then please support our sponsors @ right side bar> Thanks, Visit again.
 
 
This website was created for free with Own-Free-Website.com. Would you also like to have your own website?
Sign up for free