hi, Brief recap:
* i'm migrating from v13 to v2009. * i've got a vb.net windows app. * i've added the wsdl for https://adwords.google.com/api/adwords/o/v200909/TargetingIdeaService?wsdl as a web service. * i'm using the TargetingIdeaService service and getBulkKeywordIdeas. now, i need to login (programmatically) before i can use this service. and i'm confused. lots of information everywhere, but nothing tying it all up that i can see. basically, how do i login ? i can post to https://www.google.com/accounts/ClientLogin and get an authorisation code, but i'm not sure what to do with this code as far as using the client api. i think this is just for SOAP calls, right ? that's not what i'm doing here. another option i've seen is using this AdWordsUser class. but how do i get this class ? all i can find is some c# source files, but that's no good here. i can see lots of sample code that refer to this class, e.g. : // Get AdWordsUser from "~/adwords.properties" AdWordsUser user = new AdWordsUser(); KeywordToolInterface keywordToolService = user.getService(AdWordsService.V13.KEYWORD_TOOL_SERVICE); but i'm not seeing anything on how everyone is getting AdwordsUser in the first place. can you help me out here ? or just guide me to something that outlines this logging in process (c# or vb.net). i've spent a while looking through the forum and docs, and this may finally prove my suspicions that i am stupid, but i'm just not getting the info i need. guidance would be appreciated. it would save me further head scratching time. thanks regards, Andy -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 from this group, send email to adwords-api+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
