Hi Martin, Could you confirm if you are asking the WSDL of this specific report type as you are not using one of our client libraries? If so, then there is no specific WSDL for Seach Query Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/search-query-performance-report>. We also use HTTP POST mechanism in downloading reports, instead of SOAP. With this, you need to send your HTTP POST request to this URL (for v201710) : *https://adwords.google.com/api/adwords/reportdownload/v201710*.
Below is the sample HTTP POST request for Search Query Performance Report. The first half is what you are putting for the HTTP header (e.g. developer token, clientCustomerId, etc), and the second half is the details of your HTTP body. POST /api/adwords/reportdownload/v201710 HTTP/1.1 Host: adwords.google.com User-Agent: curl, gzip Accept: / Accept-Encoding: gzip Authorization: Bearer [Enter OAuth 2.0 access token here] developerToken: [Enter developerToken here] clientCustomerId: [Enter clientCustomerID here] Content-Length: 784 Expect: 100-continue Content-Type: multipart/form-data; boundary=------------------------12d01fae60c7b559 Parameters: __rdxml: <?xml version="1.0" encoding="UTF-8"?> <reportDefinition xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201710"> <ns2:selector> <ns2:fields>CampaignId</ns2:fields> <ns2:fields>CampaignName</ns2:fields> <ns2:fields>Query</ns2:fields> <ns2:fields>Clicks</ns2:fields> </ns2:selector> <ns2:reportName>Sampe report #XXXXXXX</ns2:reportName> <ns2:reportType>SEARCH_QUERY_PERFORMANCE_REPORT</ns2:reportType> <ns2:dateRangeType>YESTERDAY</ns2:dateRangeType> <ns2:downloadFormat>CSV</ns2:downloadFormat> </reportDefinition> Let me know if you have further clarifications. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. 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/d90ca556-0cf3-44ed-ba1d-83e8bbf2847f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.