AdWords API Java samples working?

2009-11-02 Thread i...@larseggert.de
Hi all, i just tried to use the java-samples-api (http:// code.google.com/p/adwords-api-java-samples/, examples:EstimateKeyword.java) and changed the values for email,password,clientEmail,developerToken and applicationToken. As i know from eric the java-samples are configured to use the sandbox

AdWords API Re: Error EstimateKeyword.java using sandbox

2009-10-30 Thread i...@larseggert.de
Hi Eric, ok. I tried the following: private static final String email = i...@larseggert.de; private static final String password = MY_PASS; private static final String clientEmail = i...@larseggert.de; private static final String useragent = orange-seo

AdWords API Re: Error EstimateKeyword.java using sandbox

2009-10-29 Thread i...@larseggert.de
/developer/adwords_api_sandbo Best, - Eric Koleda, AdWords API Team On Oct 28, 10:20 am, i...@larseggert.de i...@larseggert.de wrote: I Just tried the example from EstimateKeyword.java, set the properties: email,passwort,clientEmail,useragent,developerToken and applicationToken

AdWords API Error EstimateKeyword.java using sandbox

2009-10-28 Thread i...@larseggert.de
I Just tried the example from EstimateKeyword.java, set the properties: email,passwort,clientEmail,useragent,developerToken and applicationToken But still get an error. For namespace i choose: private static final String namespace = https://sandbox.google.com/api/adwords/v13;; I am using