Hi: I use the example here https://developers.google.com/google-ads/api/docs/account-management/get-account-hierarchy after enter MANAGER_CUSTOMER_ID and LOGIN_CUSTOMER_ID it work. and I modify query from 'SELECT customer_client.client_customer, customer_client.level,' . ' customer_client.manager, customer_client.descriptive_name,' . ' customer_client.currency_code, customer_client.time_zone,' . ' customer_client.id FROM customer_client WHERE customer_client.level <= 1"' to 'SELECT customer_client.client_customer, customer_client.level,' . ' customer_client.manager, customer_client.descriptive_name,' . ' customer_client.currency_code, customer_client.time_zone,' . ' customer_client.id FROM customer_client WHERE customer_client.level <= 1 and customer_client.descriptive_name LIKE "%keyword%" '
just add LIKE condition the following message appears "Unable to retrieve information for the following accounts which are likely either test accounts or accounts with setup issues. Please check the logs for details: MANAGER_ID" the strange thing is when I change "LIKE" to "NOT LIKE" it can work Where did I go wrong and how can I improve? Regards! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/f5c28ae2-a98d-4b24-926d-aae9f04ddaecn%40googlegroups.com.