Hi,
If you're using the
TargetSpend strategy, you can just omit the call to set that field. For example, in the
Java UsePortfolioBiddingStrategy sample , you would change:
TargetSpend targetSpend = TargetSpend.newBuilder()
.setCpcBidCeilingMicros(2_000_000L)
.build();
to:
TargetSpend targetSpend = TargetSpend.newBuilder()
.build();
Best regards,
Josh, Google Ads API Team

ref:_00D1U1174p._5001UCb3Tg:ref