RE: Find all customer ids

2020-12-03 Thread Google Ads API Forum Advisor Prod
Hi everyone, Thank you as well Walter for your input. That said, would there be anything else that our API team can assist with? Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q28mCDU:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Find all customer ids

2020-12-02 Thread Yoav Melamed
Thank you Walter, it was very helpful. On Wednesday, December 2, 2020 at 12:38:39 PM UTC+2 walter@gmail.com wrote: > Hello, > > sounds like you want to get the account hierarchy of given Google Ads > (MCC) Account Id. > > If you're using AdWords API, here's an example how to achieve this: >

Re: Find all customer ids

2020-12-02 Thread Walter Kulisch
Hello, sounds like you want to get the account hierarchy of given Google Ads (MCC) Account Id. If you're using AdWords API, here's an example how to achieve this: https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201809/account_management/get_account_hierarchy.py I

Find all customer ids

2020-12-01 Thread Yoav Melamed
Hello, After getting access token from a client I'm trying to get all its customer ids under. I found out that listAccessibleCustomers function doesn't return the full customers list, as far as I can see, it doesn't return the linked accounts. Is there any option to get the full customer list u