*** AttributeError: 'NoneType' object has no attribute 'Call'

2022-03-09 Thread Corine Morin
We recently migrated to Google API V9, and we encounter this problem when trying to create a new account budget proposal: We use Python 3.8 service = self.google_client.get_service('AccountBudgetProposalService') service.mutate_account_budget_proposal(customer_id=,

Budget Order Error on Remove: Approved proposals cannot be cancelled

2022-02-14 Thread Corine Morin
Hi, I am using Google Ads API V9, and I created a budget order which should start in 2 weeks from now... so I created a budget order proposal as you can see bellow BudgetOrderProposal {'advertiser_id': 588246835, 'status': 'APPROVED', 'billing_setup_id': 6687034747, 'account_budget_id':

CANNOT_CANCEL_APPROVED_PROPOSAL

2022-02-11 Thread Corine Morin
Hi, I am using Google Ads API V9, and I created a budget order which should start in 2 weeks from now... so I created a budget order proposal as you can see bellow BudgetOrderProposal {'advertiser_id': 588246835, 'status': 'APPROVED', 'billing_setup_id': 6687034747, 'account_budget_id':

The shared set cannot be removed because it is in use

2022-01-18 Thread Corine Morin
Hi, Using Google Ads API V9 for python... I am trying to delete a shared set from my account using SharedSetService and SharedSetOperation... I get the following error: shared_set_error: SHARED_SET_IN_USE message: "The shared set cannot be removed because it is in use." trigger

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2020-06-26 Thread Corine Morin
I got the following error: return self.process_reply(client, operation_obj, response) File "/home/tool/venv/tool/lib/python3.6/site-packages/zeep/wsdl/bindings/soap.py", line 195, in process_reply return self.process_error(doc, operation) File