Actually this is the shorter version of the problem with one campaign only :
************************************************************************ *** Outgoing SOAP ****************************************************** <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ZSI="http://www.zolera.com/schemas/ZSI/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SOAP-ENV:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/v200909"> <authToken>xxxxxx</authToken> <userAgent>AwApi-Python-13.1.0|Test Client</userAgent> <developerToken>XXXXXXXXXXXXXX</developerToken> <clientEmail>XXXXXXXXXXXXXXX</clientEmail> <validateOnly>true</validateOnly> </RequestHeader> </SOAP-ENV:Header> <SOAP-ENV:Body xmlns:ns1="https://adwords.google.com/api/adwords/cm/v200909"> <ns1:mutate xmlns:ns1="https://adwords.google.com/api/adwords/cm/v200909"> <ns1:operations> <ns1:operator>SET</ns1:operator> <ns1:biddingTransition> <ns1:targetBiddingStrategy xsi:type="ns1:ConversionOptimizer"> <ns1:pricingModel>CONVERSIONS</ns1:pricingModel> </ns1:targetBiddingStrategy> <ns1:explicitAdGroupBids xsi:type="ns1:ConversionOptimizerAdGroupBids"> </ns1:explicitAdGroupBids> </ns1:biddingTransition> <ns1:operand> <ns1:id>177315046</ns1:id> </ns1:operand> </ns1:operations> </ns1:mutate> </SOAP-ENV:Body> </SOAP-ENV:Envelope> ************************************************************************ *** Incoming HTTP headers ********************************************** 500 Internal Server Error Content-Type: text/xml; charset=UTF-8 Content-Encoding: gzip Transfer-Encoding: chunked Date: Wed, 05 Jan 2011 15:38:07 GMT Expires: Wed, 05 Jan 2011 15:38:07 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Server: GSE ************************************************************************ *** Incoming SOAP ****************************************************** <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v200909"><requestId>a1c6f9e8b76e16a92f3463d1ade9c74e</requestId><operations>1</operations><responseTime>581</responseTime><units>1</units></ResponseHeader></soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>[RequestError.INVALID_INPUT @ operations[0]]</faultstring><detail><ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v200909"><message>[RequestError.INVALID_INPUT @ operations[0]]</message><ApplicationException.Type>ApiException</ApplicationException.Type></ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope> ************************************************************************ EndTime: 2011-01-05 10:38:07 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 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