Re: 502 Bad gateway error

2013-08-26 Thread adchased
Hi Anash, yes, unfortunately we still have the issue. The last 502 Error occured with our nightly sync about 4 hours ago. We manage a really hughe amount of keywords through the API, I hope it's not because of that. Thanks Andreas On Monday, August 26, 2013 7:34:26 PM UTC+2, Anash P. Oomme

AdWords API Re: C# NULL Exception in getService

2008-12-22 Thread adchased
; takes it as strings or a hash. > >  Or, as another alternative, you can just forgo using the .NET client > library entirely and generate the .NET classes yourself from the > WSDLs--VisualStudio.NET makes that fairly easy, and that's all the > client library is (with a few nice

AdWords API Re: C# NULL Exception in getService

2008-12-18 Thread adchased
ustom class you've created? > > Cheers, > -Jeff Posnick, AdWords API Team > > On Dec 18, 4:05 am, adchased wrote: > > > Hello Jeff, > > > yes. AdUser and AdWordsUser is in fact identical. I just had to change > > the header retrival to > > >

AdWords API Re: C# NULL Exception in getService

2008-12-18 Thread adchased
ass > in the .NET Client Library is AdWordsUser. > > Cheers, > -Jeff Posnick, AdWords API Team > > On Dec 17, 5:45 pm, adchased wrote: > > > Hello, > > > I'm using C#

AdWords API C# NULL Exception in getService

2008-12-17 Thread adchased
Hello, I'm using C# (within ASP.NET) for the Adwords API, this is how far I am until now: -- using com.google.api.adwords.lib; using com.google.api.adwords.v12; ... void AdApiTesting() { AdUser user