API not returning results after upgrade to v201702

10 views
Skip to first unread message

wy...@datahero.com

unread,
Nov 30, 2017, 1:04:39 AM11/30/17
to AdWords API Forum

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?

Reply all
Reply to author
Forward
0 new messages