As I have promised to upload my adsense tracker script at previous post, My Adsense Tracker, finally I have finalized my codes and uploaded it here. At the time I have finished the coding and testing, I found AdsenseLogger. Em… but never mind, at least I have my own tracker.
Story about getting financial freedom
Found an interesting post at RichDad’s forum. It is a story of Lehayes about getting financial freedom.
Avoid additional Adsense impression from publisher
It is always a problem for Adsense publishers that always visit their own websites for testing purpose – Google Adsense will report additional Ad impression. The statistic at Google Adsense’s report becomes inaccurate and might affect the overall earning especially when publisher does a lot of testing on his/her own sites. When impression is increased, page CTR (click through rate) will be decreased and as well as eCPM (effective cost per 1000 impression).
Adsense Notifier 0.6
While browsing some websites, got an update message popup from Firefox … it is an update for Adsense Notifier. Adsense Notifier is a plug-in for firefox that simply shows your adsense stats on the status bar and updates the stats automatically.
Running PHP Scripts with Cron
I used Cron to generate daily report (writen in PHP) of my website and send the report to my email inbox everyday automatically. Basically, Cron a utility in Unix/Linux that enables users to execute commands or scripts (groups of commands) automatically at a specified time/date.