Re: .NET API: AdwordsAppConfig.EnableSoapExtension not more available in API 201708

2017-08-23 Thread Wolfgang Riedmann
Hi Anash, thank you very much for your fast answer! I have removed the call and my applications now work also with the new API version. Wolfgang P.S. your team gives a very good and fast support -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: htt

.NET API: AdwordsAppConfig.EnableSoapExtension not more available in API 201708

2017-08-22 Thread Wolfgang Riedmann
Hello, I have put all my Adwords functionality in one single DLL, and several applications are using the relative functionality. Therefore I cannot use the configuration in the app.config, and found a possibility to define the relative parameters directly in my code (reading from a ini file).

Re: Adwords API OAuth2 authentification dotnet json SERVICE_ACCOUNT

2016-03-09 Thread Wolfgang Riedmann
Hi Yin, thank you very much! It looks like I have to discard the authentication as service account. Wolfgang -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Adwords API OAuth2 authentification dotnet json SERVICE_ACCOUNT

2016-03-09 Thread Wolfgang Riedmann
Hi, it seems that the .NET library does not supports the recommended json format for authentication, but only the .p12 format. Wolfgang -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com

Adwords API OAuth2 authentification dotnet json SERVICE_ACCOUNT

2016-03-09 Thread Wolfgang Riedmann
Hi, unfortunately I'm totally lost, and don't know where to start. I need to authentificate with a dotnet application to the dotnet API, using the authentication as service account, and I have a json file, renamed to client_secrets.json. I have NO value for "OAuth2JwtCertificatePath" nor "OAu

Re: dotnet authentication without config file

2016-03-02 Thread Wolfgang Riedmann
oftware with installed authentication, I use it to work with > multiple refreshtokens - that works great. I think this technique was also > used in one of the samples. > > You don't need to construct the AdWordsAppConfig object dynamically. > > > On Thursday, February

Re: dotnet authentication without config file

2016-03-02 Thread Wolfgang Riedmann
src/AdWords/App.config> > > file. > You can find the instructions of using this client lib there. > > Cheers, > Thanet, AdWords API Team > > On Friday, February 26, 2016 at 4:03:26 AM UTC+9, Wolfgang Riedmann wrote: >> >> Hello, >> >> I would lik

dotnet authentication without config file

2016-02-25 Thread Wolfgang Riedmann
Hello, I would like to set the authentication info not from a .config file, but from code. Unfortunately, the URL mentioned in the sample is not valid anymore: https://code.google.com/p/google-api-adwords-dotnet/wiki/HowToUseAdWordsUser Where can I find the needed parameters or more info how t