How can I do a batch-request work to get all my google_ads account's info?

2019-09-20 Thread
*Say my google_user is example.gmail.com, and the mcc account under user is * account_id: 1234567890 account_name mcc_1 *Then I can get all customer_account under this mcc* query = ('SELECT customer_client.id, ' 'customer_client.descriptive_name,' 'customer_client.resource_n

Re: How can I get the status of google-ads account (canceled or active)?

2019-09-18 Thread
Besides, the customer_manager_link.status it self seems to be the status that mean relationship between mcc and account, it isn't the canceled or active status (red or green sign at goog

Re: How can I get the status of google-ads account (canceled or active)?

2019-09-18 Thread
Hi Anthony, Thanks for replying, It seems that I can only get one account's status each time, I mean how can I get the status and other info (name, id, currency, etc) of all google-ads accounts under my mcc at the same time? adsapiforumadvisor於 2019年9月19日星期四 UTC+8上午2時45分32秒寫道: > > Hello, > > Y

Re: How can I get the status of google-ads account (canceled or active)?

2019-09-18 Thread
Hi Anthony, Thanks for replying, It seems that I can only get one account's status each time, I mean how can I get the status and other info (name, id, currency, etc) at the same time? adsapiforumadvisor於 2019年9月19日星期四 UTC+8上午2時45分32秒寫道: > > Hello, > > You can use the customer_manager_link.st

Re: Can I list all google-ads accounts under my google user?

2019-09-18 Thread
Hi Sai , Thanks for your help.. adsapiforumadvisor於 2019年9月19日星期四 UTC+8上午2時31分44秒寫道: > > Hello, > > The search query should be a single string, when I re-format the query > into a single string it is working. I recommend using Interactive Query > builder >

How can I get the status of google-ads account (canceled or active)?

2019-09-18 Thread
I'm tring to get all google-ads account under my google user, and I want to get the status field which would show if the account is canceled. I'm followed customer_client , and tried with below codes: credentials = goo

Can I list all google-ads accounts under my google user?

2019-09-18 Thread
I want to list all google-ads accounts under the authenticated google-user(example.gmail.com). Main codes I've tried as below: credentials = google.oauth2.credentials.Credentials(**credentials_dict_lb) client = google.ads.google_ads.client.GoogleAdsClient(credentials, GG_DEVELOP_TOKEN) ga_se

Re: Cannot create a budget proposal that overlaps with an pending budget proposal or an approved budget.

2019-09-17 Thread
Hi Sai , Thanks for your replying, It helped adsapiforumadvisor於 2019年9月17日星期二 UTC+8上午2時54分54秒寫道: > > Hello, > > Since you have an existing budget with unlimited end date it is not > letting you to add another budget. While creating a new budget, start-date > and end-data should not overlap wit

Cannot create a budget proposal that overlaps with an pending budget proposal or an approved budget?

2019-09-16 Thread
ccountBudgetProposalService/ MutateAccountBudgetProposal, RequestId: 7l0JJ7hBfVkKhAGlQjSSgQ, IsFault: True, FaultMessage: Cannot create a budget proposal that overlaps with an pending budget proposal or an approved budget. Request with ID "7l0JJ7hBfVkKhAGlQjSSgQ" failed with status "INV

Cannot create a budget proposal that overlaps with an pending budget proposal or an approved budget.

2019-09-16 Thread
ntsAccounts/payments_account_id ", payments_account_id "payments_account_id", payments_account_name "Bluefocus蓝瀚", payments_profile_id "payments_profile_id", payments_profile_name "BlueFocus International Limited", secondary_payments_profile_id "". My e

How to use python to do some BudgetOrderService work?

2019-07-31 Thread
I'm using `googleads-python-lib` and I want to do some budget-related operation with `BudgetOrderService`, but I cannot find it nether in documents nor `googleads-python-lib`. How to use python to do some BudgetOrderService work? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin