curl -X 'POST' -H 'Accept: */*' -H 'Accept-Encoding: gzip, deflate' -H 'Authorization: Bearer ****' -H 'Connection: keep-alive' -H 'Content-Length: 280' -H 'Content-Type: application/x-www-form-urlencoded' -H 'User-Agent: python-requests/2.21.0' -H 'clientCustomerId:
838-270-3084' -H 'developerToken: ****' -H 'skipReportHeader: True' -d '__fmt=CSV&__rdquery=SELECT Date, CampaignId, CampaignName, Impressions, Clicks, Cost,Conversions, AccountCurrencyCode FROM CAMPAIGN_PERFORMANCE_REPORT DURING 20190831,20190831' '
https://adwords.google.com/api/adwords/reportdownload/v201809'
I downloaded the report by the above method.if i use DURING 20190831,20190831,i get no data,but ui has data.
but if i use DURING 20190402,20190402,i get data and ui has data too.
why change the date, return data change to null????