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 of sample code which you can use to get
started.

We've also prepared a wiki article on how to use the API in .NET
without the client library, that includes some of the gotchas to look
out for:

  http://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary

Let me know if you have any other questions.

Best,
- Eric Koleda, AdWords API Team

On Mar 31, 8:43 am, Andy Precise <[email protected]> wrote:
> 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 missing here ? i'm struggling to even do a basic thing as
> logging in.
>
> This was V13 ...
>
>             Dim service_v200909 As
> com.google.api.adwords.v200909.TargetingIdeaService
>             service_v200909 = New
> com.google.api.adwords.v200909.TargetingIdeaService
>             service.applicationTokenValue = New applicationToken
>             service.applicationTokenValue.Text = New String()
> {myToken}
>             service.emailValue = New email
>             service.emailValue.Text = New String() {myEmail}
>             service.passwordValue = New password
>             service.passwordValue.Text = New String() {myPassword}
>             service.developerTokenValue = New developerToken
>             service.developerTokenValue.Text = New String()
> {myDeveloperToken}
>             service.clientCustomerIdValue = New clientCustomerId
>             service.clientCustomerIdValue.Text = New String()
> {customerID}
>             service.useragentValue = New useragent
>             service.useragentValue.Text = New String() {myUserAgent}
>             service.clientEmailValue = New clientEmail
>             service.clientEmailValue.Text = New String()
> {myClientEmail}
>
>             Dim rspObj As com.google.adwords.SiteKeywordGroups =
> service.getKeywordsFromSite(AveURL, False, Lang, Countries)
>
> nice and simple.
>
> 2009 on the otherhand doesn't appear to take this same "nice and
> simple" approach. unless i've missed something.
>
> there's talk about using a client side factory object (AdwordsUser).
> But why isn't this just part of the web service ? Arrghhh !!!!
>
> so PLEASE PLEASE PLEASE API Advisors, help me out here ...
>
> i'm not doing rocket science here.
>
> i'm using VB.NET in an excel app. i add the web service. now i want to
> log in and use the TargetingIdeaService service. so how can i simply
> login ? via a non headache inducing technique.
>
> one poster said - "AdWordsUser is not part of the webservices - it's a
> clientside "factory"-object that instantiates and logs you on to the
> various webservices. You could write sth. like that for yourself or
> use the webservices directly without such a factory-object."
>
> i like that last bit. use the webservices directly. great, how do i do
> this please ?
>
> PLEASE PLEASE PLEASE HELP !!!!!
>
> alternatively, how about we just keep v13 active ? i like that idea
> better !
>
> thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to