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
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
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
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
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
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
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
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
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
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
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
=~=~=~=~=~=~=~=~=~=~=
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
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
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
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
=~=~=~=~=~=~=~=
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
t; > catch ( Exception $e ){
> > > > > print_r($e);
> > > > > exit;
>
> > > > > }
>
> > > > > //the ID of first report
> > > > > $id = (float) $all->entries[0]->id;
>
> > > > > /
; $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);
>
IMEOUT, 0 );
> > > curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
> > > curl_setopt($ch, CURLOPT_HTTPHEADER, array(
> > > 'Authorization:
> > > GoogleLogin auth=' . $user->
ADER, array(
> > 'Authorization:
> > GoogleLogin auth=' . $user->GetAuthToken(),
> > 'clientEmail: ' .
> > $user->GetClientId()
>
> >
rization:
> GoogleLogin auth=' . $user->GetAuthToken(),
> 'clientEmail: ' .
> $user->GetClientId()
>
> ));
> $x = curl_exec($ch);
>
> //print response
> echo $x;
> curl_close($ch);
>
> On 5 Ott, 17:00,
'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
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
23 matches
Mail list logo