Hi Keith, Here is a sample SOAP XML request to update a keyword bid:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/v201109"> <authToken>...</authToken> <clientCustomerId>...</clientCustomerId> <developerToken>...</developerToken> <userAgent>...</userAgent> </RequestHeader> </soapenv:Header> <soapenv:Body> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201109"> <operations> <operator>SET</operator> <operand xsi:type="BiddableAdGroupCriterion"> <adGroupId>...</adGroupId> <criterion> <id>...</id> </criterion> <bids xsi:type="ManualCPCAdGroupCriterionBids"> <maxCpc> <amount> <microAmount>1000000</microAmount> </amount> </maxCpc> </bids> </operand> </operations> </mutate> </soapenv:Body> </soapenv:Envelope> Best, - Eric Koleda, AdWords API Team On Monday, March 26, 2012 2:39:58 AM UTC-4, RedZoneGlobal wrote: > > Anesh, > > The link you posted doesn't resolve. :( > Any way you could post the raw soap packet for updating a bid of a single > keyword in v201109? > We are migrating all the way from v2009, and having some issues with the > criterion constructs. > We use an ActiveX SOAP control, rather than one of the available > libraries, so seeing the raw soap construct would help greatly. > > Regards, > > Keith > > On Thursday, February 16, 2012 1:55:18 AM UTC-6, Anash P. Oommen wrote: >> >> Hi Brian, >> >> Yes, that's the most likely explanation. As for an example, see >> http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/csharp/v201109/BasicOperations/UpdateKeyword.cs<http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/csharp/v201109/BasicOperations/UpdateKeyword.cs>. >> >> I am updating only the bid of a keyword. I am not setting any fields I >> don't need to update (e.g. status). >> >> Cheers, >> Anash P. Oommen, >> AdWords API Advisor. >> >> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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