I need to obtain the entire inheritance tree of my accounts accessible from Google Ads, I am using the python client library, to obtain the accessible accounts I am using the "list_accessible_customers" function of "CustomerService" and for the inheritance tree the example function that It is included with the client library documentation. The problem lies in the waiting time, one of my accessible accounts is quite extensive and takes too long to obtain the complete tree. What do you recommend to reduce the data loading time? I was reviewing a system that does the same thing and loads the entire inheritance tree of my accounts in just 2.8s while my minimum implementation takes about 1 hour.
Thank“s for your help -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/cc7dc47c-01c1-421c-a017-0da1c6aa1f29n%40googlegroups.com.
