Different CPC from keyword tool and API

2010-11-30 Thread Craig Smith
l as the same account that is used to do the query so I would expect them to match. Craig Smith -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Different CPC from keyword tool and API

2010-12-02 Thread Craig Smith
ting in the UI and the API. > > Best, > - Eric Koleda, AdWords API Team > > On Nov 30, 1:56 pm, Craig Smith wrote: > > I'm running the GetTrafficEstimates example code from the Adwords API > > download fromhttp:// > code.google.com/p/google-api-adwords-java/d

Valid Address in GeoLocationService

2010-12-22 Thread Craig Smith
right? Craig Smith -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

AccountService usage

2011-02-09 Thread Craig Smith
I noticed on the forum (http://groups.google.com/group/adwords-api/ browse_thread/thread/1840738dc7b82e3a/d41bb4480db257f0) that when the sandbox is refreshed the accounts are also lost and need to be reestablished. This requires a call to AccountService.getClientAccounts(). I went to the documenta

Re: AccountService usage

2011-02-10 Thread Craig Smith
> > AccountInterface accountService = > > user.getService(AdWordsService.V13.ACCOUNT_SERVICE); > > // Displays the account's name, timezone, language, and currency. > > String[] clients = accountService.getClientAccounts(); > > > Cheers, > > Anash P.