Hi,
I am trying to change the "automaticModeMaxCpc" on a CPA optimised campaign
But Im getting the error:
'ERROR: {"validationErrors": ["Fully automated optimization can\'t be set for a shared budget"], "message": "Failed to validate one or more request parameters"} [HTTP 400]'
We send the request to endpoint:
with the parameters:
{
'campaignOptimization': {
'targetCpaConversionId': u'00a8e1228716e44ed88e3fe83c5953ad4a',
'targetCpa': 0.1,
'optimizationType': u'TARGET_CPA_FULLY_AUTOMATED',
'automaticModeMaxCpc': 0.098,
'experimentEnabled': False
}
}
Can you help me out and tell me what is wrong with the request?
Thanks!
Yossi