Forum Moderators: martinibuster

Message Too Old, No Replies

Adsense monitoring utlities broken?

getting errors

         

JohnKelly

10:51 pm on Mar 14, 2007 (gmt 0)

10+ Year Member



Is anyone else getting errors when trying to login to check AdSense stats via a PHP script or other 3rd party revenue tracker? It's been occurring regularly since yesterday.

A discussion of the script is here:
[webmasterworld.com...]

incrediBILL

1:16 am on Mar 15, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



yes, google changed some stuff but my stats checker is fixed already ;)

JohnKelly

2:41 am on Mar 15, 2007 (gmt 0)

10+ Year Member



Any idea what was changed? I'm using a variation of amznVibe's script and it works intermittently (or perhaps the change hasn't been rolled completely out yet).

JohnKelly

4:45 am on Mar 15, 2007 (gmt 0)

10+ Year Member



Fixed it... for those interested the line that has:

list($full,$Impressions,$Clicks,$Rate,$CPM,$Earnings)=preg_split('/\t/simU', $array[count($array)-3]);

change to:
list($full,$Impressions,$Clicks,$Rate,$CPM,$Earnings)=preg_split('/\t/simU', $array[count($array)-4]);

koan

7:11 am on Mar 15, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I'm using SysSense (a desktop utility) and they just updated their software to work with Google Adsense recent changes.

Chapman

6:33 pm on Mar 15, 2007 (gmt 0)

10+ Year Member



Thanks koan... I wondered what was going on with SysSense. Got the new version and it seems back on track (although the "Predicted Earnings" value is still pretty wild).

Chapman