Hi,

The client library supports each new version of AdWords API, so if you
decide to use the client library, then you can always move to a newer
version of the API by downloading the latest version, fix the
namespace imports in your program, and fixing the version-specific
changes (if any) in your code.

Cheers,
Anash

On Aug 4, 9:40 pm, knuzich <[email protected]> wrote:
> clear! At first I wanted to use only services without the client
> library.
> but v13 CampaignService  had 5 or 6 methods, v200909 only 2 !!!
>
> I think that the use of client library is really the only solution of
> the problem .. at least until the new services version.^))
>
> many thanks for the help
>
> On Aug 4, 5:05 pm, AdWords API Advisor <[email protected]>
> wrote:
>
>
>
> > Hi knuzich,
>
> > You can download the latest client library 
> > fromhttp://code.google.com/p/google-api-adwords-dotnet/. Open google-api-
> > adwords-dotnet.sln in Visual Studio, edit the values in Examples
> > \App.config, and run the Examples project. Examples project takes
> > command line parameters as
> > versionName.ExampleName, where versionName is the API version (v13,
> > v200909, etc.) and ExampleName is the example name (E.g.AddCampaign)
>
> > For instance, Examples.exe v201003.AddCampaign runs the AddCampaign
> > example.
>
> > If you want to use the client library in one of your applications,
> > then you can compile just the google-api-adwords-dotnet project, copy
> > the dll to your project folder and add a reference to it in your
> > project. You also need to copy the nodes from src\App.config to your
> > own App.config or Web.config. The Examples project contains code
> > examples for common tasks in AdWords API.
>
> > Could you open an issue 
> > athttp://code.google.com/p/google-api-adwords-dotnet/issues/list
> > to update the outdated NoClientLibraryWiki?
>
> > Let me know if you have more questions.
>
> > Cheers,
> > Anash P. Oommen,
> > AdWords API Advisor.
>
> > On Aug 4, 1:02 pm, knuzich <[email protected]> wrote:
>
> > > anybody can show a working example of sandbox campaign creation for  .
> > > NET ???
>
> > > I've tried everything!!!
>
> > > Method, which is shown on page 
> > > "http://code.google.com/p/adwords-api-dotnet-samples/source/browse/tru...
> > > "  doesn't work because v13 version is very old version!!!! And added
> > > service (https://sandbox.google.com/api/adwords/v13/CampaignService?
> > > wsdl) return error!!!
> > > the newest versions (I mean so)  doesn't exist as wsdl.
>
> > > Method in "http://code.google.com/p/google-api-adwords-dotnet/wiki/
> > > NoClientLibrary" is described for v13  but where for v200909? Does
> > > version v200909 work for sandbox? How can I use it for .NET?- Hide quoted 
> > > text -
>
> > - Show quoted text -

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

Reply via email to