Hi Keith,
Here is a sample SOAP XML request to update a keyword bid:
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
https://adwords.google.com/api/adwords/cm/v201109";>
...
...
...
...
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 avail
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.
I am updating only the bid of a keyword. I am not setting any fields I
don't need to update
Anash,
I don't understand what you mean since I am not sending fields for
updating using SET. I am sending the entire Criterion object
(required for AdGroupCriterionOperation)...
Dim operation As New AdGroupCriterionOperation()
operation.operator = [Operator].SET
operation.operatorSpecified = Tru
Hi Brian,
AdWords API updates only the fields that you send for updating using SET,
and only if the fields can be updated. E.g. If you request a criterion to
be updated and provide new url and criterion id, then url will be updated,
id won't be (since it is readonly), and other fields will be l
I only want to change the destination URL. So when I get my
Criterion, I'm not including all the available Criterion fields in my
selector. Does that mean that all my Criterion fields will get
"erased" when I do a SET operation using mutate? If so, how can I
tell the API to return all fields (or