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
=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
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
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
> > AccountInterface accountService =
> > user.getService(AdWordsService.V13.ACCOUNT_SERVICE);
> > // Displays the account's name, timezone, language, and currency.
> > String[] clients = accountService.getClientAccounts();
>
> > Cheers,
> > Anash P.