Hi all, with some customer accounts we have the problem that the query to retrieve the customer's accounts is returning zero results, even though the manager account is managing several sub accounts and have a lot of active campaigns / spend.
Currently we're assuming that this is limited to manager accounts. For 'regular' accounts it has never been a problem. The query we're using to retrieve the the accounts is the following: SELECT customer_client.client_customer, customer_client.descriptive_name, customer_client.manager, customer_client.test_account, customer_client.level, customer_client.hidden FROM customer_client WHERE customer_client.manager != TRUE ORDER BY customer_client.level ASC We're intentionally excluding the manager accounts in the result set, as there is no campaign data connected to a manager account. Is this some permission related problem on the customer's side or are we missing something in the retrieval? We're authenticating the user via OAuth with the scope https://www.googleapis.com/auth/adwords. Thanks a lot! Frank -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads 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/046dbe15-7aa4-4530-bae5-efa3ce6bdd28n%40googlegroups.com.
