down votefavorite
<https://stackoverflow.com/questions/47545748/adwords-api-campaign-performance-report-returns-nothing#>
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?
It used to return a report with all campaigns, start dates and end dates.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/418b73cd-5a15-47d9-a62b-72440ca3fa8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.