Hello!
I'm trying to send post-request but every time I recieve the same responce ReportDownloadError.MISSING_PARAMETER. I've spent 3 days to fix it... Can you please help me.
POST /api/adwords/reportdownload/v201806 HTTP/1.1
developerToken: XXXXXXXXXXXXXXXXXXXXXX
clientCustomerId: XXX-XXX-XXXX
Cache-Control: no-cache
Postman-Token: 7de5420d-b34d-423d-8bbc-702eabcdf5c4
Parameters:
__rdxml: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<selector>
<fields>CampaignId</fields>
<fields>AdGroupId</fields>
<fields>Impressions</fields>
<fields>Clicks</fields>
<fields>Cost</fields>
<predicates>
<field>AdGroupStatus</field>
<operator>IN</operator>
<values>ENABLED</values>
<values>PAUSED</values>
</predicates>
</selector>
<reportName>Custom Adgroup Performance Report</reportName>
<reportType>ADGROUP_PERFORMANCE_REPORT</reportType>
<dateRangeType>LAST_7_DAYS</dateRangeType>
<downloadFormat>CSV</downloadFormat>
</reportDefinition>
responce:
400 Bad Request
Alt-Svc →quic=":443"; ma=2592000; v="43,42,41,39,35"
Cache-Control →private, max-age=0
Content-Encoding →gzip
Content-Type →text/xml
Date →Mon, 18 Jun 2018 19:25:33 GMT
Expires →Mon, 18 Jun 2018 19:25:33 GMT
Server →GSE
Transfer-Encoding →chunked
X-Content-Type-Options →nosniff
X-Frame-Options →SAMEORIGIN
X-XSS-Protection →1; mode=block
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><reportDownloadError><ApiError><type>ReportDownloadError.MISSING_PARAMETER</type><trigger>Missing report definition</trigger><fieldPath></fieldPath></ApiError></reportDownloadError>
please help me.