Hi all, we are trying to download a report from AdWords API and we are getting the error "*Report definition was not recognized. Does it exist in service WSDL?*"
The xml script we are using is the below: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/v201708"> <developerToken>....</developerToken> <clientCustomerId>....</clientCustomerId> <userAgent>....</userAgent> </RequestHeader> </soap:Header> <soap:Body> <reportDefinition xmlns="https://adwords.google.com/api/adwords/cm/v201708/ReportDefinitionService?wsdl"> <selector> ReportDefinitionService.getReportFields() </selector> <reportName>Custom Adgroup Performance Report</reportName> <reportType>ADGROUP_PERFORMANCE_REPORT</reportType> <dateRangeType>LAST_7_DAYS</dateRangeType> </reportDefinition> </soap:Body> </soap:Envelope> Could you please provide us some insight why the above is returning the error? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 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/694745ba-a880-4035-8093-bc1bef55db05%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
