I am trying to create a campaign using google ads api but get an error message. Could you please advise?
{
"operations":[
{
"create":{
"name":"TestCampaignSept15-3",
"status":"PAUSED",
"campaignBudget":"customers/
8799276370/campaignBudgets/11556974336",
"advertisingChannelType":"SEARCH",
"resourceName":"",
"networkSettings":{
"targetGoogleSearch":true,
"targetSearchNetwork":true,
"targetContentNetwork":true,
"targetPartnerSearchNetwork":false
},
"manualCpc":{
"enhancedCpcEnabled":true
}
}
}
]
}
"error": {
"code": 400,
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"fieldViolations": [
{
"description": "Invalid JSON payload received. Unknown name \"operations\": Cannot find field."
}
]
}
],
"message": "Invalid JSON payload received. Unknown name \"operations\": Cannot find field."
}