Hi Meir,
Version 9 of the API allows Maximize conversions in a display campaign while version 8 doesn't, could you try with version 9?
Here is a template CURL for the change:
curl -i --request POST
https://googleads.googleapis.com/v9/customers/{cId}/campaigns:mutate \
--header "Content-Type: application/json" \
--header "login-customer-id: {logincid}" \
--header "developer-token: {devtoken}" \
--header "Authorization: Bearer {access token}" \
--data "{
'operations': [
{
'update': {
'resourceName': 'customers/{cid}/campaigns/{campaignId}',
'maximizeConversions': {
}
},
'updateMask':
'maximizeConversions.targetCpa'
}
],
"partialFailure": true,
"validateOnly":false
}
"

ref:_00D1U1174p._5004Q2R8BHG:ref