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 >

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

2019-09-18 Thread Google Ads API Forum Advisor Prod
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 to build your query for testing. Also, the id and descriptive name fields are made available for client_customer resource as well. Please

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