Hi,
I have a doubt about the bidding behaviour with new adwords api version (v201705).
...
BiddingStrategyConfiguration.setBids(bids) // new bids with the new amount
BiddableAdGroupCriterion.setCriterion(keyword criterion)
...
AdgroupCriterionOperation.setOperand(BiddableAdGroupCriterion)
...
So, although the bidding strategy is not available in keyword criterion level, this way to change cpc amounts for keywords is still valid?
Thanks!