query not work when use LIKE operator

2022-05-24 Thread Allen Chen
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

AccountHierarchy CAN NOT use "like" operator in query

2022-05-24 Thread Allen Chen
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,

Query not work when use LIKE operator

2022-05-24 Thread Allen Chen
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