AdWords API Re: Logging into Adwords

2010-03-31 Thread Andy Precise
i'm convinced this v13>v2009 migration is a nightmare ! i've just come from a salesforce project. couldn't be easier to set up. add a web reference to your project (.NET), then code : supply login credentials, start using methods. nice and simple. i can just get on with my job. so what am i missi

AdWords API Re: Logging into Adwords

2010-03-31 Thread AdWords API Advisor
Hi Andy, The AdWordsUser object is part of the AdWords API .NET client library: http://code.google.com/p/google-api-adwords-dotnet/ This library is written to make working with the AdWords API easier, handling a lot of the details around authentication, logging, etc. The library includes lots