SELECT customer_client.descriptive_name, customer_client.id, customer.manager, customer.status, customer_client.level, customer_client.manager, customer_client.status FROM customer_client WHERE customer_client.level < 1 AND customer_client.id = (manager account ID)
Also, you can use Query Builder to create your query and Query Validator to validate your query. If the issue persists, then you may provide us with the complete request and response logs with request ID and request header generated on your end to better assist you further.
If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag.
![]() |
Google Ads API Team |