curl --location 'https://googleads.googleapis.com/v17/customers/8702376.../campaignBudgets:mutate' \ --header 'Content-Type: application/json' \ --header 'developer-token: 0-4PjaUzBnyeiqsEkhb...' \ --header 'login-customer-id: 8663393...' \ --header 'Authorization: Bearer ya29.a0AcM612y231Tzy2Q9EdL44mXc0bQZYyoYCnH4OuWO2wkOUigbogDVqw1dOqsCdIr0HpJQ2X5ED_HD3vmydyG4VZ0h2p2Xg7zZGxr5IL4Wd9i0mKfFesRrviuHKj_9DNHLvrGM1RtmOMlZMGcpa6_V9GpaKPkdfZxb1-GABWmq6C0aCgYKAQYSARMSFQHGX2Mi3TtavgvHkOnUgvN0A9BUJg0...' \ --data '{ "operations": [
{ "updateMask": "status", "update": { "resourceName": "customers/8702376.../campaignBudgets/13888957...", "amount_micros": 232000000, "status":"REMOVED" } } ] }' i used this curl for updating campaign budget status to remove it and i got a response below : { "results": [ { "resourceName": "customers/8702376.../campaignBudgets/13888957..." } ] } when i viewd campaign with which this budget is linked, i got resposne below : { "results": [ { "campaign": { "resourceName": "customers/8702376.../campaigns/21655974...", "adServingOptimizationStatus": "OPTIMIZE", "advertisingChannelType": "PERFORMANCE_MAX", "biddingStrategyType": "MAXIMIZE_CONVERSIONS", "name": "updated Campaign Name", "id": "21655974129", "startDate": "2024-09-03", "endDate": "2024-12-31" }, "metrics": { "clicks": "0", "costMicros": "0", "impressions": "0" }, "campaignBudget": { "resourceName": "customers/8702376.../campaignBudgets/13888957...", "status": "ENABLED", "name": "updated Campaign Name", "amountMicros": "640000000" } } ], "fieldMask": "campaign.id,campaign.name,campaignBudget.amountMicros,campaignBudget.status,campaignBudget.name,campaign.optimizationScore,campaign.advertisingChannelType,campaign.startDate,campaign.endDate,campaign.adServingOptimizationStatus,metrics.clicks,metrics.impressions,metrics.ctr,metrics.averageCpc,metrics.costMicros,campaign.biddingStrategyType" , "queryResourceConsumption": "468" } but campaignBudget.status should be REMOVED instead of ENABLED as i have updated the status of campaign budget above. why am i getting this error. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ed546573-5037-4a50-a95b-66980b5b8a88n%40googlegroups.com.