Forum Moderators: martinibuster

Message Too Old, No Replies

AdSense remote login no longer works with new interface

         

JohnKelly

6:06 pm on Jul 14, 2005 (gmt 0)

10+ Year Member



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)

10+ Year Member



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"

ZenArcher

7:46 pm on Jul 14, 2005 (gmt 0)

10+ Year Member



// UPDATED 7/14/2005

$destination="/adsense/report/aggregate?product=afc&dateRange.dateRangeType=custom&dateRange.customDate.start.month=".date("n",$randate)

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)

10+ Year Member



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)

10+ Year Member



thanks guys ... i have my own script ... but your fix works for it too ...

smagdy

12:58 pm on Jul 15, 2005 (gmt 0)

10+ Year Member



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)

10+ Year Member



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)

10+ Year Member



Find the line in the script that contains "/adsense/reports-aggregate?product" and change it to "/adsense/report/aggregate?product"

jatar_k

2:57 pm on Jul 15, 2005 (gmt 0)

amznVibe

6:22 pm on Jul 15, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



[webmasterworld.com...]
and my original code is here:
[webmasterworld.com...]