Hi Sreelakshmi, Thank you for your answer. As I understand Adwords .NET library, from your link, doesn't support .NET Core, does that mean that I have to implement SOAP calls myself or do we have other options?
On Wednesday, June 14, 2017 at 9:30:18 PM UTC+3, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Eugene, > > You can use the CustomerService.getcustomers() > <https://developers.google.com/adwords/api/docs/reference/v201705/CustomerService#getcustomers> > method > to get all the customers directly accessible by the user authenticating the > call. For that, you will have to make the API call without specifying the > client customer id in the request header. In the API response, the > customerId > <https://developers.google.com/adwords/api/docs/reference/v201705/CustomerService.Customer#customerid> > will > have the account Id and the descriptiveName > <https://developers.google.com/adwords/api/docs/reference/v201705/CustomerService.Customer#descriptivename> > will > have the name of the account. If you specify the client customer Id in your > request, the API repose will contain the details of that specific account > alone. > > We do not have code samples for this specific case. But you can refer to > the highlighted > <https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201705/Extensions/AddSitelinks.cs#L69-L77> > code > snippet in AddSitelinks.cs sample to get an idea. Let me know if you have > any additional questions. > > Thanks, > Sreelakshmi, AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/397e2b72-63b9-4c94-8784-141a8013382a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
