Hello All,
I am making the following request to the Adwords API and am getting a 'Fault occurred while processing' error, which does not tell me a great deal. Here's the SOAP: <SOAP-ENV:Envelope xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201008" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns="https://adwords.google.com/api/adwords/cm/v200909" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header> <ns:RequestHeader> <ns:authToken>TOKEN_HERE</ns:authToken> <ns:clientCustomerId></ns:clientCustomerId> <ns:developerToken>DEVTOKEN_HERE</ns:developerToken> <ns:clientEmail>CLIENT_EMAIL_HERE</ns:clientEmail> <ns:userAgent>MY_AGENT</ns:userAgent> <ns:password>PASSWORD</ns:password> <ns:email>EMAIL</ns:email> </ns:RequestHeader> </SOAP-ENV:Header> <ns1:Body> <ns0:mutate> <ns0:operations> <ns0:operator>ADD</ns0:operator> <ns0:operand> <ns0:selector> <ns0:fields>AdGroupId</ns0:fields> <ns0:fields>AdGroupName</ns0:fields> <ns0:fields>AdGroupStatus</ns0:fields> <ns0:fields>AdNetworkType1</ns0:fields> <ns0:fields>AdNetworkType2</ns0:fields> <ns0:fields>AverageCpc</ns0:fields> <ns0:fields>AverageCpm</ns0:fields> <ns0:fields>AveragePosition</ns0:fields> <ns0:fields>BottomPosition</ns0:fields> <ns0:fields>CampaignId</ns0:fields> <ns0:fields>CampaignName</ns0:fields> <ns0:fields>CampaignStatus</ns0:fields> <ns0:fields>Clicks</ns0:fields> <ns0:fields>ConversionRate</ns0:fields> <ns0:fields>ConversionRateManyPerClick</ns0:fields> <ns0:fields>Conversions</ns0:fields> <ns0:fields>ConversionsManyPerClick</ns0:fields> <ns0:fields>Cost</ns0:fields> <ns0:fields>CostPerConversion</ns0:fields> <ns0:fields>CostPerConversionManyPerClick</ns0:fields> <ns0:fields>Ctr</ns0:fields> <ns0:fields>DayOfWeek</ns0:fields> <ns0:fields>DestinationUrl</ns0:fields> <ns0:fields>Id</ns0:fields> <ns0:fields>Impressions</ns0:fields> <ns0:fields>IsNegative</ns0:fields> <ns0:fields>KeywordMatchType</ns0:fields> <ns0:fields>KeywordText</ns0:fields> <ns0:fields>MaxCpm</ns0:fields> <ns0:fields>Month</ns0:fields> <ns0:fields>MonthOfYear</ns0:fields> <ns0:fields>PlacementUrl</ns0:fields> <ns0:fields>PreferredPosition</ns0:fields> <ns0:fields>ProxyMaxCpc</ns0:fields> <ns0:fields>QualityScore</ns0:fields> <ns0:fields>Quarter</ns0:fields> <ns0:fields>Status</ns0:fields> <ns0:fields>Week</ns0:fields> <ns0:fields>Year</ns0:fields> </ns0:selector> <ns0:reportName>Test Report</ns0:reportName> <ns0:reportType>KEYWORDS_PERFORMANCE_REPORT</ns0:reportType> <ns0:dateRangeType>TODAY</ns0:dateRangeType> <ns0:downloadFormat>GZIPPED_CSV</ns0:downloadFormat> </ns0:operand> </ns0:operations> </ns0:mutate> </ns1:Body> </SOAP-ENV:Envelope> Here's the response I receive: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>Fault occurred while processing.</faultstring> </soap:Fault> </soap:Body> </soap:Envelope> Any idea what I have done wrong here? Seems as though it's in line with the docs... Chris -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
