Hi, is there any possibilty to achieve creating new
ProductPartition in ShoppingCampaing, which is Biddable, but with CPC set only at AdGroup level?
When i try to create BiddableAdGroupCriterion:
- without biddingStrategyConfiguration - error, it's required
- without biddingStrategyConfiguration.bids - error, it's required
- with biddingStrategyConfiguration.bids[].bid = 0 - erorr, it's invalid bid
- with biddingStrategyConfiguration.biddingStrategyType = 'NONE' - error, it's not permitted for shopping campaign
So is there any other way to create BiddableAdGroupCriterion (ProductPartition UNIT type) without setting CPC (and achieve CpcBidSource = GROUP instead of CRITERION). AdWords UI can do this.