Hi!
I want to query the customers under manager account so I refer to the
example here
and it work.
https://developers.google.com/google-ads/api/docs/account-management/get-account-hierarchy
Then I change query just add LIKE operator
FROM
"SELECT customer_client.client_customer, customer_client
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,
Hi!
I want to query the customers under manager account so I refer to the
example here
and it work.
https://developers.google.com/google-ads/api/docs/account-management/get-account-hierarchy
Then I change query just add LIKE operator
FROM
"SELECT customer_client.client_customer, customer_client