Home Android Apps Web Projects Webmaster Tools Software Andrew's Blog  
Perl script to download and parse AdSense statistics

This is a standalone perl script based on the code used in the AdSense extended reporting on this site. Shows reports on standard output or generates a .CSV file with PPC, EPM and impressions per $100 calculations.

The script is distributed for free, use at your own risk, no support is provided. Redistribute freely in original unmodified form. If you build a web accessible service based on the code or ideas of this script, please link back to this page. Please contact the author if not sure.

Download the script:

adsense-reports.pl

Sample output (not real data, some randomly generated values):

bash# perl adsense-reports.pl --random
Date       Impr. Clicks    CTR Earnings   PPC   EPM
20040313   96854    956  0.99%   297.00  0.31  3.07
20040314   96257   1138  1.18%   300.00  0.26  3.12
20040315   99996   1053  1.05%   357.00  0.34  3.57
20040316   99210    906  0.91%   271.00  0.30  2.73
20040317   95991   1150  1.20%   222.00  0.19  2.31
20040318   93927   1003  1.07%   361.00  0.36  3.84
20040319   97450    943  0.97%   182.00  0.19  1.87

Hope you find it useful!

Copyright © 2003-2012 Ejelta.com
Contact Ejelta.com