I'm trying to add a budget to an account. I'm using the add_account_budget_proposal example.
[2020-08-18 09:15:35,440 - INFO] Request
-------
Method: /google.ads.googleads.v4.services.AccountBudgetProposalService/MutateAccountBudgetProposal
Headers: {
"developer-token": "REDACTED",
"login-customer-id": "xxxxxxxxxx",
"x-goog-api-client": "gl-python/3.8.5 grpc/1.31.0 gax/1.22.1 gapic/6.0.0",
"x-goog-request-params": "customer_id=xxxxxxxxxx"
}
Request: customer_id: "xxxxxxxxxx"
operation {
create {
billing_setup {
value: "customers/xxxxxxxxxx/billingSetups/xxxxxxxxxxxxxxxx"
}
proposal_type: CREATE
proposed_name {
value: "Account Budget Proposal (example)"
}
proposed_start_time_type: NOW
proposed_end_time_type: FOREVER
proposed_spending_limit_micros {
value: 1000000
}
}
}
Response
-------
Headers: {
"google.ads.googleads.v4.errors.googleadsfailure-bin": "\nG\n\u00028\u0003\u0012\u0017Resource was not found.\"(\u0012\u000b\n\toperation\u0012\b\n\u0006create\u0012\u000f\n\rbilling_setup",
"request-id": "rBUXCldjFfi41xHtznIVgw"
}
Fault: errors {
error_code {
mutate_error: RESOURCE_NOT_FOUND
}
message: "Resource was not found."
location {
field_path_elements {
field_name: "operation"
}
field_path_elements {
field_name: "create"
}
field_path_elements {
field_name: "billing_setup"
}
}
}
[2020-08-18 09:15:35,440 - WARNING] Request made: ClientCustomerId: xxxxxxxxxx, Host:
googleads.googleapis.com:443, Method: /google.ads.googleads.v4.services.AccountBudgetProposalService/MutateAccountBudgetProposal, RequestId: rBUXCldjFfi41xHtznIVgw, IsFault: True, FaultMessage: Resource was not found.