Hi Matt and people in the future who will have the same problem,
We were able to change from Target CPA to Maximize Conversions bidding strategy by adding some extra fields in the call.
Namely, even though Maximize conversions don't need a target CPA info, the API expects that it is sent anyways, something like this:
{
bidding_strategy_type: 10, // MaximizeConversions
maximize_conversions: {
target_cpa_micros: 0
}
}
Mind the extra `maximize_conversions` field in there, without it the call wouldn't work.
As a feedback: we didn't find this info on the documentation anywhere. Maybe we were looking at the wrong places, but we were not able to find it.
Thanks, and have a nice day!