Re: Cant find existing Billing Setup to use when creating an Account Budget

2024-03-15 Thread Marius S
I'm experiencing the same issue. In the UI you can select a billing setup, but via the API no billing setups are returned except for CANCELLED ones. And apparently it's not possible to query payments_account directly, so I can't create a billing setup with an existing payments_account. On

Re: Cant find existing Billing Setup to use when creating an Account Budget

2024-03-15 Thread Marius S
Sorry, I missed the fact that you can only fetch for non-managers. A bit confusing when you normally list all setups using a manager account in the UI. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Cant find existing Billing Setup to use when creating an Account Budget

2023-01-11 Thread fe...@dashbo.io
Hi, I am writing a python script that creates an account and its account budget. The account budget will use a consolidated billing setup that already exists and it is used by many others account of the same manager account. To create the account I am using this example