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
|