How to remove AdGroup Bidding Strategy Configuration override?

111 views
Skip to first unread message

Joel

unread,
Oct 14, 2014, 9:31:50 PM10/14/14
to adwor...@googlegroups.com
I modified a bunch of AdGroups to use a shared Enhanced CPC bidding strategy and overrode the campaign's manual cpc strategy. Now I'm trying to undo this. When I make a call like:

biddingStrategyConfiguration.setBiddingStrategyType(BiddingStrategyType.MANUAL_CPC);

with an AdGroup Operation.SET I get the following error: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN EntityCountLimitExceeded.CAMPAIGN_LIMIT 1000.

So it seems like this code is ALSO overriding the Campaign's bidding strategy. But what I want to do is remove the override. I tried making an Operator.REMOVE call but that gave another error. How do I remove the override?

Thanks!

Joel

Michael Cloonan (AdWords API Team)

unread,
Oct 16, 2014, 9:33:37 AM10/16/14
to adwor...@googlegroups.com
Hello Joel,

To remove the override, you should be able to set the biddingStrategyType to NONE, which should "reset" it so it inherits from the campaign again. Please try this and let me know if it works.

Regards,
Mike, AdWords API Team

joel

unread,
Oct 16, 2014, 2:56:10 PM10/16/14
to adwor...@googlegroups.com
That works! Thank you!
Reply all
Reply to author
Forward
0 new messages