Deleting an ACE bid multiplier

2013-08-27 Thread Devesh Parekh
I've set some keyword bid multipliers by doing a SET on an AdGroupCriterionOperation by filling the BiddableAdGroupCriterionExperimentData ( https://developers.google.com/adwords/api/docs/reference/v201306/AdGroupCriterionService.BiddableAdGroupCriterionExperimentData ) with: experimentId = [my e

Re: Deleting an ACE bid multiplier

2013-09-02 Thread Paul Matthews (AdWords API Team)
Hi Devesh, AdGroupCriterions are in general immutable. Which means, if you want to change something you'd need to clone the AdGroupCriterion, then delete the original and save a new version. Therefore you'll need to use the REMOVE

Re: Deleting an ACE bid multiplier

2013-09-02 Thread Devesh Parekh
Thanks, Paul. It feels strange that I can add an experiment multiplier to a keyword without the clone and delete process, but I have to clone and delete in order to remove an experiment multiplier. Also, because AdWords won't allow two keywords with the same text and match type in an adgroup, I wo