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<https://developers.google.com/adwords/api/docs/reference/v201306/AdGroupCriterionService.AdGroupCriterionOperation>
 operator 
on the 
mutate<https://developers.google.com/adwords/api/docs/reference/v201306/AdGroupCriterionService#mutate>
 action 
for these objects.

Regards,

- Paul, AdWords API Team.

On Wednesday, 28 August 2013 02:28:50 UTC+1, Devesh Parekh wrote:
>
> 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 experiment id]
> experimentDeltaStatus = MODIFIED
> experimentBidMultiplier = [my bid multiplier]
>
> Now I want to delete the experimental bid multiplier for a keyword because 
> I've reached the limit of 1000 experimental changes in my campaign. I've 
> tried setting the bid multiplier to 0 and not setting 
> experimentBidMultiplier at all, but neither works. In both cases, AdWords 
> still says I have 1000 experimental changes. How can I delete the 
> experimental bid multiplier?
>
> -- 
> Devesh
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to