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 = True operation.operand = objAdGroupCriterion operation.OperationType = "BiddableAdGroupCriterion" operations.Add(operation) Dim updateResult As AdGroupCriterionReturnValue = AdGroupCriterionService.mutate(operations.ToArray())
Can you give an example of sending specific fields? Since I am only setting the url in my selector when I first get the AdGroupCriterion, maybe only that field is "specified" and the other fields don't get updated after I change the url? Brian On Feb 14, 10:09 pm, "Anash P. Oommen" <anash.p.oommen +fo...@google.com> wrote: > 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 left unchanged. > > 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