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