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 Host: adwords.google.com Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.apps.googleusercontent.com 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"?> <reportDefinition xmlns="https://adwords.google.com/api/adwords/cm/v201806"> <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. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. 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/e2a54579-0364-4e32-88ab-3402cd825e38%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
