Unable to get sub accounts (ListAccessibleCustomers) with service account flow

2023-03-04 Thread Giovanni Quarella
Hi, I setup service account as described in https://developers.google.com/google-ads/api/docs/oauth/service-accounts?hl=en The call to var customerService = client.GetService(Services.V13.CustomerService); var customers = customerService.ListAccessibleCustomers(new ListAccessibleCustomersReques

Re: Unable to get sub accounts (ListAccessibleCustomers) with service account flow

2023-03-07 Thread Giovanni Quarella
In the meanwhile I discovered a user with the same problem and with his solutions it works https://stackoverflow.com/questions/68265386/get-a-list-of-mcc-accounts I still do not understand why ListAccessibleCustomers does not work Il giorno lunedì 6 marzo 2023 alle 10:57:30 UTC+1 Google Ads AP

Re: Unable to get sub accounts (ListAccessibleCustomers) with service account flow

2023-03-07 Thread Giovanni Quarella
I am using the last .NET client library. ListAccessibleCustomers gives me no error at all, but return only the account id of the caller and not all the account id that I retrieve using what I found in the above stackoverflow link. Il giorno martedì 7 marzo 2023 alle 14:48:32 UTC+1 Google Ads A