all account including child accounts:
query = """ SELECT customer.id, customer_client.id, customer_client.descriptive_name FROM customer_client """
query = """
SELECT
"""
I am able to get all accounts only from real account.
Is it not possible to get it from Google Ads test account .
Is it know issue in Google Ads APi ?