Hello,
I'm migrating my app from AdWords to GoogleAds. My test email contains multiple manager accounts, some of them are empty or disabled (screenshot "accounts").
When I'm trying to get account hierarchy or do anything with customer account, linked to the manager, I have to pass
login_customer_id. But if customer account is linked to a different manager account, I have to switch back and forth between
login_customer_ids, which is pain, because it slows the app down.
I also use
list_accessible_customers() to get initial list of accounts that I have on particular email, and, as I mentioned, not everywhere I can retrieve account hierarchy because these accounts can be disabled. When I retrieve customers via
googleads_service.search, I can filter in query by customer_client.status = 'ENABLED'. But how can I filter the initial set, that I retrieve through
list_accessible_customers()?
Thanks in advance.
