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
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
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