I have had code that was working in production with Adwords API 201609. I have upgraded to v201702 and it stopped working. There are no notes in the migration manual.
var request = require('unirest'); var builtAWQL="__rdquery=SELECT+StartDate,EndDate+FROM+CAMPAIGN_PERFORMANCE_REPORT+DURING+20171124,20171124&__fmt=TSV"; request.post(host) .header(header) .send(builtAWQL) .end(function (results) { console.log(results.body); }); I get a result with no data in it. Any ideas? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 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/75adaa6f-4bb0-43d8-873c-2a9891445d6c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.