The current query we use retrieves customer IDs with Level 2 information. 
However, is it possible to simultaneously query data for Level 2 and 
identify the corresponding Level 1 parent customer ID?


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 <= 2 
AND customer.status = 'ENABLED' AND customer_client.status = 'ENABLED'

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4f200159-5a35-44c0-a803-9c2bbf3be62bn%40googlegroups.com.

Reply via email to