In a Google Search campaign, I want to set the bidding strategy to click-based bidding without set a maximum cost per click bid limit via the API.
I have tried setting:
targetSpend.cpcBidCeilingMicros = 0, and
targetSpend = [],
but neither approach works.
So what is the correct way to do this?
