AdSense remote login no longer works with new interface
JohnKelly
6:06 pm on Jul 14, 2005 (gmt 0)
The remote login using Curl in a PHP script no longer works after the changes to the AdSense reporting interface. Has anyone come up with a fix yet or is it too soon?
JohnKelly
7:37 pm on Jul 14, 2005 (gmt 0)
Heh, I'm going to respond to my own post...
This fix is incredibly simple:
Find the line in the script that contains "/adsense/reports-aggregate?product" and change it to "/adsense/report/aggregate?product"
Changing "/reports-aggregate" to "/report/aggregate" fixed mine.
If we're talking about the same script. :)
ionchannels
8:02 pm on Jul 14, 2005 (gmt 0)
Where do you find the extensions in firefox, I've looked throughout the directory structure and cannot find the xpi files...
bernis
9:02 pm on Jul 14, 2005 (gmt 0)
thanks guys ... i have my own script ... but your fix works for it too ...
smagdy
12:58 pm on Jul 15, 2005 (gmt 0)
Hi all, I got code from here adsense forum which grab the earning info and send it to email.. am sure so many here r using it.
But it doesnt work anymore after the adsense interface update, so maybe some 1 should update the code as well!
It now shows just empty results...
Anybody knows what am talking about?
Thanks in advance
Chrisweg
1:42 pm on Jul 15, 2005 (gmt 0)
Not only does that script not work anymore, but my favorite, the one that tells me which page of mine each click came from and the advertiser's website of what was clicked does not work.
JohnKelly
2:54 pm on Jul 15, 2005 (gmt 0)
Find the line in the script that contains "/adsense/reports-aggregate?product" and change it to "/adsense/report/aggregate?product"