Hey folks,
Using an OAuth authorized Google account, I'm using the CustomerService.getCustomers endpoint without supplying a customerId but only seeing one account listed.
The authorized account has access to two accounts: a Manager Adwords account (which is the one returned when using getCustomers) and a normal AdWords account (which the user was given Standard permissions to).
Am I doing something wrong here that I don't see the second account when calling getCustomers? Or is it just because I'm using a test account for all of this that it's making it work this way?