since 3 days: Response Code: 500, Error Message: Could not read report

2013-01-20 Thread Daniel Stosch
hi, I've a problem since 3 days. My requests against the adwords api return Response Code: 500 Could not read report Request: [Jan 18 2013 08:12:53.00 - ERROR] POST /api/adwords/reportdownload/v201206 HTTP/1.1 User-Agent: curl, gzip Host: adwords.google.com Accept: */* Accept-Enc

Re: Could not read report - Performance Search Query Report

2012-01-25 Thread Kevin Winter
e if > you > > can request the data in smaller chunks. > > Another hint ... we also experienced that problem after requesting a > keyword report. > But in this case it occured temporarily. We tried it with the same > time range. It > was the same request but without the

Re: Could not read report - Performance Search Query Report

2012-01-25 Thread u_api_user
e same time range. It was the same request but without the error message "Could not read report". Thanks for your support and best Regards. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blo

Re: Could not read report - Performance Search Query Report

2012-01-23 Thread Kevin Winter
f you can request the data in smaller chunks. - Kevin Winter AdWords API Team On Friday, January 20, 2012 9:41:14 AM UTC-5, u_api_user wrote: > > Hi Adwords-Team, > > today we noticed a problem when requesting a search query performance > report. We received the error messag

Could not read report - Performance Search Query Report

2012-01-20 Thread u_api_user
Hi Adwords-Team, today we noticed a problem when requesting a search query performance report. We received the error message "Could not read report" using a date range from 10.05.2011 to 18.01.2012. Using another date range f.i. 21.12.2011 to 20.01.2012 works without any problems. The d

Re: 'Could not read report' error in KEYWORDS_PERFORMANCE_REPORT

2012-01-16 Thread Anash P. Oommen
HI Vijay, Carver, This error is related to an AdWords API change that we announced back in November. To fix this error, you have to start passing your developer token as part of the HTTP headers when downloading the reports. More details here: http://adwordsapi.blogspot.com/2011/11/action-requ

Re: Report Utils error: Could not read report

2012-01-13 Thread Eric Koleda
Hi Carver, We are currently working through some issues with the sandbox environment, I apologize the inconvenience. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gr

Re: 'Could not read report' error in KEYWORDS_PERFORMANCE_REPORT

2012-01-12 Thread vijay george
Hi Carver, For me also 'ADGROUP_PERFORMANCE_REPORT' not showing any error. Only 'KEYWORDS_PERFORMANCE_REPORT' is showing error. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adword

Re: 'Could not read report' error in KEYWORDS_PERFORMANCE_REPORT

2012-01-12 Thread carver
 pm, vijay george wrote: > Hi, > > I am using sandbox environment and php client library(v201109). When I run > DownloadAdHocReport.php with report type 'KEYWORDS_PERFORMANCE_REPORT', I > am getting a message 'Could not read report'. Some days before it was > w

'Could not read report' error in KEYWORDS_PERFORMANCE_REPORT

2012-01-12 Thread vijay george
Hi, I am using sandbox environment and php client library(v201109). When I run DownloadAdHocReport.php with report type 'KEYWORDS_PERFORMANCE_REPORT', I am getting a message 'Could not read report'. Some days before it was working fine. I am using 'Sanbox Accoun

Re: Report Utils error: Could not read report

2012-01-11 Thread carver
sorry, forgot to add: this is happening only with the sandbox account, everything is ok on production. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=

Report Utils error: Could not read report

2012-01-11 Thread carver
age=0","X- Content-Type-Options":"nosniff","X-Frame-Options":"SAMEORIGIN","X-XSS- Protection":"1; mode=block","Server":"GSE","Transfer- Encoding":"chunked"},"raw_body":"!!!1|||-1|||Cou

Re: KEYWORDS_PERFORMANCE_REPORT - HTTP 500 - "Could not read report???"

2011-12-22 Thread Eric Koleda
Hi Aaron, It looks like the failure was simply due to some timeouts in the backend. Can you try running these reports again? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

KEYWORDS_PERFORMANCE_REPORT - HTTP 500 - "Could not read report???"

2011-12-19 Thread hindog
At some point today, our call to the Ad-hoc ReportService started to fail with a 500 code: "!!!1|||-1|||Could not read report???" We have read & socket timeouts set very large in this case (5min). I've included the debug wire output below... is this a problem on our end

Re: new FAILURE Could not read report

2011-11-24 Thread Danial Klimkin
Hello Noam, Is the issue resolved for you now or do you still get this error? -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=

new FAILURE Could not read report

2011-11-22 Thread Noam
A PHP script that has been running for months without errors suddenly started returning the error: "new FAILURE Could not read report". The script utilizes a very simple ADGROUP_PERFORMANCE_REPORT, and seems to successfully create the report using $reportDefinitionService- >mutat

Re: could not read report

2010-10-13 Thread AdWords API Advisor
t; > catch ( Exception $e ){ > > > > >     print_r($e); > > > > >     exit; > > > > > > } > > > > > > //the ID of first report > > > > > $id = (float) $all->entries[0]->id; > > > > > > /

Re: could not read report

2010-10-13 Thread Marco T.
; $id = (float) $all->entries[0]->id; > > > > > //try to download report > > > > $ch = curl_init( "https://adwords.google.com/api/adwords/ > > > > reportdownload?__rd=".$id ); > > > > curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); >

Re: could not read report

2010-10-12 Thread AdWords API Advisor
IMEOUT, 0 ); > > > curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); > > > curl_setopt($ch, CURLOPT_HTTPHEADER, array( > > >                                             'Authorization: > > > GoogleLogin auth=' . $user->

Re: could not read report

2010-10-12 Thread Marco T.
ADER, array( > >                                             'Authorization: > > GoogleLogin auth=' . $user->GetAuthToken(), > >                                             'clientEmail: ' . > > $user->GetClientId() > > >    

Re: could not read report

2010-10-07 Thread AdWords API Advisor
rization: > GoogleLogin auth=' . $user->GetAuthToken(), >                                             'clientEmail: ' . > $user->GetClientId() > >                                           )); > $x = curl_exec($ch); > > //print response > echo $x; > curl_close($ch); > > On 5 Ott, 17:00,

Re: could not read report

2010-10-06 Thread Marco T.
'clientEmail: ' . $user- >GetClientId() )); $x = curl_exec($ch); //print response echo $x; curl_close($ch); On 5 Ott, 17:00, "Marco T." wrote: > Everytime I try to download accepted report (with or without the PHP > reports utilties) I obtaing thi

could not read report

2010-10-05 Thread Marco T.
Everytime I try to download accepted report (with or without the PHP reports utilties) I obtaing this response: !!!1|||47767XX|||Could not read report??? Any idea? Marco -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http