Hi all
Thank you for your help on this. My understanding is there are four types of Google Ads accounts:
Standalone accounts (not associated with a manager account)
Manager accounts
Client accounts (owned by a manager account)
Test accounts
When we run our oauth2callback code, it is only selecting manager and client accounts, but is not selecting standalone accounts.
Can you check if the problem is the query we are using for this?
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'
Is this wrong? Can you help?
Thank you!