Hi, I get the following Error "The following columns are not supported by the Report Type Structure : [FirstPageCpc, QualityScore]" when I request validateReportJob api with the 2 new selected columns( in V13) - FirstPageCpc, QualityScore
I have provided the XML OUTPUT. Please do let me know , If I am sending the incorrect request ? XML OUTPUT: +--FAULT-----------------------------------------------------+ | Here is the XML ... | | ... Last Request .. | | | <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/v13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SOAP-ENV:Header> <ns1:email>email***</ns1:email> <ns1:password>***</ns1:password> <ns1:clientEmail>x...@yyy.com</ns1:clientEmail> <ns1:developerToken>***</ns1:developerToken> <ns1:applicationToken>***</ns1:applicationToken> <ns1:useragent>***</ns1:useragent> </SOAP-ENV:Header> <SOAP-ENV:Body> <ns1:validateReportJob> <ns1:job xsi:type="ns1:DefinedReportJob"> <ns1:endDay>2008-12-31</ns1:endDay> <ns1:name>Jaya_T min cpc_repdate_new</ns1:name> <ns1:startDay>2008-12-31</ns1:startDay> <ns1:aggregationTypes>Keyword</ns1:aggregationTypes> <ns1:keywordStatuses>Active</ns1:keywordStatuses> <ns1:keywordStatuses>InActive</ns1:keywordStatuses> <ns1:keywordStatuses>Disapproved</ns1:keywordStatuses> <ns1:keywordStatuses>Deleted</ns1:keywordStatuses> <ns1:keywordStatuses>Paused</ns1:keywordStatuses> <ns1:selectedColumns>CampaignId</ns1:selectedColumns> <ns1:selectedColumns>AdGroupId</ns1:selectedColumns> <ns1:selectedColumns>AdGroup</ns1:selectedColumns> <ns1:selectedColumns>Keyword</ns1:selectedColumns> <ns1:selectedColumns>KeywordId</ns1:selectedColumns> <ns1:selectedColumns>KeywordTypeDisplay</ ns1:selectedColumns> <ns1:selectedColumns>KeywordDestUrlDisplay</ ns1:selectedColumns> <ns1:selectedColumns>KeywordStatus</ ns1:selectedColumns> <ns1:selectedColumns>MaxContentCPC</ ns1:selectedColumns> <ns1:selectedColumns>MaximumCPC</ns1:selectedColumns> <ns1:selectedColumns>KeywordMinCPC</ ns1:selectedColumns> <ns1:selectedColumns>FirstPageCpc</ns1:selectedColumns> <ns1:selectedColumns>QualityScore</ns1:selectedColumns> <ns1:selectedReportType>Structure</ ns1:selectedReportType> </ns1:job> </ns1:validateReportJob> </SOAP-ENV:Body> </SOAP-ENV:Envelope> | | | ... Last Response | | | <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <responseTime soapenv:actor="http://schemas.xmlsoap.org/soap/ actor/next" soapenv:mustUnderstand="0" xmlns="https:// adwords.google.com/api/adwords/v13">74</responseTime> <operations soapenv:actor="http://schemas.xmlsoap.org/soap/actor/ next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ adwords/v13">1</operations> <units soapenv:actor="http://schemas.xmlsoap.org/soap/actor/ next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ adwords/v13">1</units> <requestId soapenv:actor="http://schemas.xmlsoap.org/soap/actor/ next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ adwords/v13">c84fb5baccc20d294bfca03ef42a6cd3</requestId> </soapenv:Header> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode> <faultstring>One or more report job parameters is invalid.</ faultstring> <detail> <ns1:fault xmlns:ns1="https://adwords.google.com/api/ adwords/v13"> <ns1:code>30</ns1:code> <ns1:message>One or more report job parameters is invalid.</ns1:message> <ns1:trigger> The following columns are not supported by the Report Type Structure : [FirstPageCpc, QualityScore]</ ns1:trigger> </ns1:fault> </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> | | +------------------------------------------------------------+ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---