Hi there, I want to fetch manager client information and customer client 
information corresponding to each manager client.
I tried to use: 
https://developers.google.com/google-ads/api/samples/get-account-hierarchy

https://github.com/googleads/google-ads-python/blob/main/examples/account_management/list_accessible_customers.py

and 

query = f"""
                    SELECT
                    customer_client.descriptive_name,
                    customer_client.id
                    FROM customer_client
                    WHERE customer_client.level < 1 
                """
I am getting both manager client and customer client, I want both 
separately. Please help me with this. Thank You

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e3732ef7-c866-40e2-96e8-815625c4a2abn%40googlegroups.com.
  • Ge... Shivam Kumar
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Shivam Kumar

Reply via email to