AdSense Earnings Straight To Your RSS Reader

Posted by Motti 3 March, 2008


New users of the AdSense program tend to check their Google AdSense earning very often, they want to know how much money did they made is last 5 minutes. There are few ways to retrieve your AdSense earning out side of the AdSense panel and one of them I already mentioned in this blog, called “AdSense notifier” an extension to Firefox browser.

There  is another way to feed your self with your AdSense and that is through your RSS reader.

You can find the script on the the developer homepage , and download from this link.

Important Point:

Save the file in php extension like for example: rss-adsense.php

After that edit the 4 parameters found the in beginning of the script showed below, put your information there.

 

/************ SCRIPT CONFIGURATION ***********/
/*********************************************/
 
$username="you@email.com";
    // your adsense username
 
$password="MySuPeRpAsSwOrD"; 
    // your adsense password
 
$daterange = 20 ;
    // range of days to aggregate in RSS reader
 
$cookie="./.cookiefile";
        //  a temp file name - you mostly don't care 
        //  about this. 
        //  This will create a hidden file in the current 
        //  directory. 
        //  If it seems to fail, replace with 
        //   a full physical path: 
        //  (i.e. /home/you/temp/cookiefile)

 

Now you are ready to upload it, choose a private folder on your server.

To use it just subscribe to it using your RSS reader.

For more details look at the script homepage at planetozh.com.

Be sure to not reveal the file location to anyone for two reasons,  one it’s against Google TOS to show others your AdSense information and the obvious reason you want that every body will know how much you really make from AdSense.

If you liked this post, you will probably love these too:

Categories : Tools Tags : , ,

Comments

No comments yet.


Leave a comment

(required)

(required)