I am trying to retrieve data from Google Adword KeywordPerformanceReport.
XML:
Parameters:
__rdxml: <?xml version="1.0" encoding="UTF-8"?>
<selector>
<fields>CampaignId</fields>
<fields>AdGroupId</fields>
<fields>Id</fields>
</selector>
</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.
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>