Hi, I am trying to update the amount on a campaign budget on a test account. I am getting an error when calling MutateCampaignBudgets that the customerID in the CampaignBudget object is invalid.
request: {{ "customerId": "*LoginCustomerID*", "operations": [ { "update": { "resourceName": "customers/*AccountID*/campaignBudgets/*BudgetID*", "amountMicros": "2000000" }, "updateMask": "amountMicros" } ] }} error: {{ "errors": [ { "errorCode": { "requestError": "INVALID_CUSTOMER_ID" }, "message": "Invalid customer ID '*AccountID*'.", "location": { "fieldPathElements": [ { "fieldName": "operations", "index": 0 }, { "fieldName": "update" }, { "fieldName": "resource_name" } ] } } ], "requestId": "---xt43kuAiLy6BcGzM7aw" }} Could someone provide me with some more information on why this is failing? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/0ee8d2db-6ffd-44ce-9f51-8ed3b7b24ec9n%40googlegroups.com.