Every time I call AdGroupCriterionService.mutate() Here's the SOAP XML - any thoughts?
Thanks, -Joel <?xml version="1.0" encoding="UTF-8"?><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><ns1:RequestHeader soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/ adwords/cm/v200909"><ns1:applicationToken>token</ ns1:applicationToken><ns1:authToken xmlns:ns1="https:// adwords.google.com/api/adwords/cm/v200909">******</ ns1:authToken><ns1:clientCustomerId>123456789</ ns1:clientCustomerId><ns1:developerToken>token</ ns1:developerToken><ns1:userAgent>AdWords API Java Client Library - v6.2.0</ns1:userAgent><ns1:validateOnly>false</ns1:validateOnly></ ns1:RequestHeader></soapenv:Header><soapenv:Body><mutate xmlns="https://adwords.google.com/api/adwords/cm/ v200909"><operations><operator>SET</operator><operand xsi:type="ns2:BiddableAdGroupCriterion" xmlns:ns2="https:// adwords.google.com/api/adwords/cm/v200909"><adGroupId>1075673669</ adGroupId><criterion><id>5162464235</id></criterion><bids xsi:type="ns2:ManualCPCAdGroupCriterionBids"><maxCpc><amount><microAmount>60000</ microAmount></amount></maxCpc></bids></operand></ operations><operations><operator>SET</operator><operand xsi:type="ns3:BiddableAdGroupCriterion" xmlns:ns3="https:// adwords.google.com/api/adwords/cm/v200909"><adGroupId>1075673669</ adGroupId><criterion><id>12675662249</id></criterion><bids xsi:type="ns3:ManualCPCAdGroupCriterionBids"><maxCpc><amount><microAmount>70000</ microAmount></amount></maxCpc></bids></operand></ operations><operations><operator>SET</operator><operand xsi:type="ns4:BiddableAdGroupCriterion" xmlns:ns4="https:// adwords.google.com/api/adwords/cm/v200909"><adGroupId>1075673669</ adGroupId><criterion><id>12675943859</id></criterion><bids xsi:type="ns4:ManualCPCAdGroupCriterionBids"><maxCpc><amount><microAmount>40000</ microAmount></amount></maxCpc></bids></operand></ operations><operations><operator>SET</operator><operand xsi:type="ns5:BiddableAdGroupCriterion" xmlns:ns5="https:// adwords.google.com/api/adwords/cm/v200909"><adGroupId>1075673669</ adGroupId><criterion><id>555158763</id></criterion><bids xsi:type="ns5:ManualCPCAdGroupCriterionBids"><maxCpc><amount><microAmount>70000</ microAmount></amount></maxCpc></bids></operand></ operations><operations><operator>SET</operator><operand xsi:type="ns6:BiddableAdGroupCriterion" xmlns:ns6="https:// adwords.google.com/api/adwords/cm/v200909"><adGroupId>1075708139</ adGroupId><criterion><id>3277057147</id></criterion><bids xsi:type="ns6:ManualCPCAdGroupCriterionBids"><maxCpc><amount><microAmount>220000</ microAmount></amount></maxCpc></bids></operand></ operations><operations><operator>SET</operator><operand xsi:type="ns7:BiddableAdGroupCriterion" xmlns:ns7="https:// adwords.google.com/api/adwords/cm/v200909"><adGroupId>1075708139</ adGroupId><criterion><id>719194468</id></criterion><bids xsi:type="ns7:ManualCPCAdGroupCriterionBids"><maxCpc><amount><microAmount>100000</ microAmount></amount></maxCpc></bids></operand></ operations><operations><operator>SET</operator><operand xsi:type="ns8:BiddableAdGroupCriterion" xmlns:ns8="https:// adwords.google.com/api/adwords/cm/v200909"><adGroupId>1075707599</ adGroupId><criterion><id>12675779969</id></criterion><bids xsi:type="ns8:ManualCPCAdGroupCriterionBids"><maxCpc><amount><microAmount>240000</ microAmount></amount></maxCpc></bids></operand></ operations><operations><operator>SET</operator><operand xsi:type="ns9:BiddableAdGroupCriterion" xmlns:ns9="https:// adwords.google.com/api/adwords/cm/v200909"><adGroupId>1075378919</ adGroupId><criterion><id>11890517209</id></criterion><bids xsi:type="ns9:ManualCPCAdGroupCriterionBids"><maxCpc><amount><microAmount>40000</ microAmount></amount></maxCpc></bids></operand></operations></mutate></ soapenv:Body></soapenv:Envelope> <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/ envelope/"><soap:Body><soap:Fault><faultcode>soap:Server</ faultcode><faultstring>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </faultstring><detail><ApiExceptionFault xmlns="https:// adwords.google.com/api/adwords/cm/ v200909"><message>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </ message><ApplicationException.Type>ApiException</ ApplicationException.Type><errors xsi:type="InternalApiError" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><fieldPath/ ><trigger/><ApiError.Type>InternalApiError</ ApiError.Type><reason>UNEXPECTED_INTERNAL_API_ERROR</reason></errors></ ApiExceptionFault></detail></soap:Fault></soap:Body></soap: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-...@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.