Hi, I am trying to retrieve data from Google Adword KeywordPerformanceReport.
I am using following configurations, *URL:* https://adwords.google.com/api/adwords/reportdownload/v201802 *XML:* Parameters: __rdxml: <?xml version="1.0" encoding="UTF-8"?> <reportDefinition xmlns="https://adwords.google.com/api/adwords/cm/v201802"> <selector> <fields>CampaignId</fields> <fields>AdGroupId</fields> <fields>Id</fields> </selector> <reportName xmlns="https://adwords.google.com/api/adwords/cm/v201802">Test Report</reportName> <reportType xmlns="https://adwords.google.com/api/adwords/cm/v201802">KEYWORDS_PERFORMANCE_REPORT</reportType> <downloadFormat xmlns="https://adwords.google.com/api/adwords/cm/v201802">XML</downloadFormat> </reportDefinition> *HTTP Headers:* Accept: */* Cache-Control: no-cache developerToken: xxxxxxxxxxxxxxxxxxx clientCustomerId: xxx-xxx-xxx Content-Type: multipart/form-data; boundary=------------------------12d01fae60c7b559 I am getting following error message. Did anyone experience the same issue and is that resolved. Please let me know if you have an answer to this issue. Thanks in advance. If you have any other method that successfully retrieve data from KeyboardPerformanceReport, please share that information.. *The remote server returned an error: (400) Bad Request.* *Response Url: https://adwords.google.com/api/adwords/reportdownload/v201802* *Status Code: BadRequest* *Response Body: <?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>* Thanks Sam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/ee894613-613a-43fd-a204-9e1959ff780d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
