Hi Eylon,
Thank you for reaching out. Please give it a try to the following code:
curl --request POST \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ACCESS TOKEN" \
--header "developer-token: DEVELOPER TOKEN" \
--data @update_budget.json \
https://googleads.googleapis.com/v6/customers/1234567890/campaignBudgets:mutate
{
"operations": [
{
"updateMask": "amount_micros",
"update": {
"resourceName": "customers/1234567890/campaignBudgets/1xxxxxxxx1",
“amount_micros”: "60000000"
}
}
]
}
Thanks and regards,
Xiaoming, Google Ads API Team
|
||||||