Hi,

Could you share the date and time, including time zone, of the failed
request below so I can look it up in our logs?

Thanks,
Josh, AdWords API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
    http://googleadsdeveloper.blogspot.com/search/label/adwords_api
    https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 03/03/19 14:32:14 sampz...@gmail.com wrote:

Hi

I believe i am getting similar issue. It was working arround 8 hours ago.

 c.g.a.a.a.lib.utils.report_download      : Request made: Service:
reportdownload Method: POST clientCustomerId: URL:
https://adwords.google.com//api/adwords/reportdownload/v201809 Request ID:
null ResponseTime(ms): null OperationsCount: null IsFault: true
FaultMessage: com.google.api.ads.adwords.lib.utils.ReportException: 400:
Bad Request
2019-03-03 19:13:20.430  INFO 17416 --- [ool-17-thread-4]
c.g.a.a.a.lib.utils.report_download      : HTTP request:
accept-encoding: [gzip]
authorization: REDACTED
user-agent: [unknown (AwApi-Java, AdWords-Axis/4.4.0, Common-Java/4.4.0,
Axis/1.4, Java/1.8.0_171, maven)]
developertoken: REDACTED
clientcustomerid: ########
skipreportheader: false
skipcolumnheader: false
skipreportsummary: false
includezeroimpressions: false

Content:
__rdxml: <?xml version="1.0" encoding="UTF-8"
standalone="yes"?><reportDefinition xmlns:ns2="
https://adwords.google.com/api/adwords/cm/v201809
"><ns2:selector><ns2:fields>Id</ns2:fields><ns2:fields>AdGroupId</ns2:fields><ns2:fields>Date</ns2:fields><ns2:fields>CampaignId</ns2:fields><ns2:fields>CampaignName</ns2:fields><ns2:fields>AdGroupName</ns2:fields><ns2:fields>Criteria</ns2:fields><ns2:fields>Impressions</ns2:fields><ns2:fields>Ctr</ns2:fields><ns2:fields>Cost</ns2:fields><ns2:fields>ConversionRate</ns2:fields><ns2:fields>Conversions</ns2:fields><ns2:fields>Clicks</ns2:fields></ns2:selector><ns2:reportName>AGE_RANGE_PERFORMANCE_REPORT</ns2:reportName><ns2:reportType>AGE_RANGE_PERFORMANCE_REPORT</ns2:reportType><ns2:downloadFormat>CSV</ns2:downloadFormat></reportDefinition>



On Saturday, 11 August 2018 15:45:35 UTC+1, Josh Radcliff (AdWords API
Team) wrote:

Hi,

Thanks, everyone, for your patience while we tracked down the root cause of
this issue. The problem was that when a specific transient error occurred
during processing on our side, it was being incorrectly reported back in
the response  with status code 400 (bad request). A fix was deployed so
that the proper status code of 500 (internal server error) will now be
returned in this situation.

Best regards,
Josh, AdWords API Team

On Thursday, July 26, 2018 at 9:09:47 AM UTC-4, Josh Radcliff (AdWords API
Team) wrote:

Hi,

We've identified the root cause and are working on a fix. I'll update this
discussion once the fix has been deployed.

Thanks,
Josh, AdWords API Team

On Friday, July 20, 2018 at 9:43:45 AM UTC-4, Josh Radcliff (AdWords API
Team) wrote:

Hi Arthur,

Does the same request succeed on retry? If so, then you are encountering
the same issue being discussed here. I advise having retry logic in your
reporting jobs, both in general and to mitigate this particular issue.

Also, please note that v201710 will be sunset on July 25
<https://ads-developers.googleblog.com/2018/06/adwords-api-v201710-sunset-reminder.html>.
Please make sure you migrate to a newer version
<https://developers.google.com/adwords/api/docs/reference/release-notes/v201806>
of the AdWords API before that date.

Thanks,
Josh, AdWords API Team

On Thursday, July 19, 2018 at 4:50:57 PM UTC-4, arthur....@brainweb.com.br
wrote:

Hello everyone,

I'm working on an application that retrieves data from the Adwords API and
I'm facing the same 400 - Bad Request problem. We are working with the
v201710 version.
Yesterday I worked normally on the application and today when I arrived I
faced the exact same problem reported here. I didn't change anything in the
code that was working just yesterday!
I spent a lot of time searching for a possible mistake and just want to
make sure that it might not be an error from my part.

Thanks a lot for your attention!

best regards,

Arthur

Em quarta-feira, 18 de julho de 2018 12:58:51 UTC-3, Josh Radcliff (AdWords
API Team) escreveu:

Hi Zweitze,

Thanks for providing those details. The engineer investigating this said
they'll be quite helpful. I'll reply back when he has an update.

Cheers,
Josh, AdWords API Team

On Tuesday, July 17, 2018 at 6:25:46 PM UTC-4, Zweitze wrote:

This error was away at my site for quite a few weeks, but reappeared this
morning. The response headers that came with the error were:

Content-Disposition /bigstore/aw3-webapi-report-
download/17144261fca9f85-0a63-4a20-9d9f-3f8d5baaf6e5/fileId-
null-uuid-1fca9f85-0a63-4a20-9d9f-3f8d5baaf6e5-cid-1714426.tmp.xml.gz
X-Content-Type-Options nosniff
X-Frame-Options SAMEORIGIN
X-XSS-Protection 1; mode=block
Alt-Svc quic=":443"; ma=2592000; v="44,43,39,35"
Content-Length 0
Cache-Control private, max-age=0
Content-Type application/x-gzip; charset=UTF-8
Date Tue, 17 Jul 2018 04:42:09 GMT
Expires Tue, 17 Jul 2018 04:42:09 GMT
Server GSE

The error occured with some old code running v201710.
CustomerId and ReportDefinition are available if necessary, but I can
assure you that that same ReportDefinition (a PLACEMENT_PERFORMANCE_REPORT
this time) was successfully used thousands of times.



--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/b45c47d5-d7af-41cd-bc11-7f4b693fa770%40googlegroups.com
<https://groups.google.com/d/msgid/adwords-api/b45c47d5-d7af-41cd-bc11-7f4b693fa770%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1a0o85g000000000gdblru001umj92y6gmj8chp6co30c1g68o3cdho%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • Re: thr... samson Odubanjo
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
      • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to