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