If I set the bid to zero I get a BiddingErrors.INVALID_BID error. Do I need to set anything else? My original question however was is it correct that deleted partition objects are store in the underlying system as the old style Product criteria with suitable conditions set, which leads onto, is it possible to add these instead of dealing with the Partition space?
the soap log is below for the SET request is below:
John
<operations>
<operator>SET</operator>
<operand xmlns:ns2="
https://adwords.google.com/api/adwords/cm/v201406" xsi:type="ns2:BiddableAdGroupCriterion">
<ns2:adGroupId>14664965219</ns2:adGroupId>
<ns2:criterion xsi:type="ns2:ProductPartition">
<ns2:id>41443081129</ns2:id>
</ns2:criterion>
<ns2:biddingStrategyConfiguration>
<ns2:bids xsi:type="ns2:CpcBid">
<ns2:bid>
<ns2:microAmount>0</ns2:microAmount>
</ns2:bid>
</ns2:bids>
</ns2:biddingStrategyConfiguration>
</operand>
</operations>