Moving along in the V13>V2009 process, the following SOAP request gives the above error, but I cannot figure out which element is causing the problem. Have tried variations of just about everything, always get that error. Must be something simple, but I don't see it. thanks! -reed
Here is the SOAP request: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/ v200909" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <v20:RequestHeader> <v20:authToken>xxx </v20:authToken> <v20:developerToken>xxx </v20:developerToken> <v20:userAgent>V2009 Create Keyword </v20:userAgent> </v20:RequestHeader> </soapenv:Header> <soapenv:Body> <v20:mutate> <v20:operations> <v20:operator>ADD </v20:operator> <v20:operand xsi:type="BiddableAdGroupCriterion"> <v20:adGroupId>1245051285 </v20:adGroupId> <v20:criterion xsi:type="v20:Keyword"> <v20:text>xyzzy </v20:text> <v20:matchType>EXACT </v20:matchType> </v20:criterion> <v20:destinationUrl>http://www.36bits.com </v20:destinationUrl> <v20:bids xsi:type="ManualCPCAdGroupCriterionBids"> <v20:maxCpc> <v20:amount> <v20:microAmount>1000000 </v20:microAmount> </v20:amount> </v20:maxCpc> </v20:bids> <v20:userStatus>PAUSED </v20:userStatus> </v20:operand> </v20:operations> </v20:mutate> </soapenv:Body> </soapenv:Envelope> Here is the response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/ envelope/"><soap:Header><ResponseHeader xmlns="https:// adwords.google.com/api/adwords/cm/ v200909"><requestId>4e15f082af21b373d724e5f4dab3883d</ requestId><operations>1</operations><responseTime>1236</ responseTime><units>15</units></ResponseHeader></ soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</ faultcode><faultstring>[AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand]</faultstring><detail><ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/ v200909"><message>[AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand]</ message><ApplicationException.Type>ApiException</ ApplicationException.Type><errors xmlns:xsi="http://www.w3.org/2001/ XMLSchema-instance" xsi:type="AdGroupCriterionError"><fieldPath>operations[0].operand</ fieldPath><trigger></trigger><ApiError.Type>AdGroupCriterionError</ ApiError.Type><reason>CONCRETE_TYPE_REQUIRED</reason></errors></ ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. 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