Hi all,

I'm doing a python script to get some metrics.
I have some doubts with about that: 
https://developers.google.com/google-ads/api/docs/account-management/listing-accounts

The problem is:

I'm working with a manager account (MCC)
To work with the accounts under the MCC account we have two options:


   1. Retrieve data for every customer doing N queries, one for each 
      customer
      2. Retrieve data with the list_accessible_customers method, but this 
      forces me to add by hand my account to every customer under the MCC 
account.
   
So I have a performance problem, because as first step I need to retrieve 
all the customers names under the MCC account.

If I try to retrieve the information doing a IN operation, the API tells me 
that I should do one request for each customer.
Also I tried to use list_accessible_customers but is not affordable, 
because it's needed manual work (If I understood well the documentation).

Any suggestion about how to retrieve all customers names under the MCC 
account with only one operation using a search with the 
GoogleAdsService.search method?

Lot of thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/91bbcd66-0769-4178-90cc-772b9c7ff250%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to