Andrew, By using the AdGroupCriterionService(http://code.google.com/apis/ adwords/docs/reference/latest/AdGroupCriterionService.html) you can use the get(..) operation to get a AdGroupCriterion object that represents the Audience in the web interface, then by modifying that AdGroupCriterion object, you can modify any of it's values. Then you just call mutate(..) passing it the modified AdGroupCriterion object and you should be all set!
Note that you have to know what the bidding strategy of the Campaign is before you can select the bids of a Criterion since ManualCPC bids are selected using "MaxCpc" and ManualCPM bids are selected using "MaxCpm". This means if you try to call get(..) using the wrong one in your selector, you might get an invalid field error, or just a null bids field. Jason -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
