ords API Team
>
> On Apr 13, 4:10 am, AdWordsNovice wrote:
>
> > Ok, Forget about going through all the crap..if it looks like..my
> > simple question..
>
> > I want to avoid error because of frequent log in to account in
> > AdWords.
> > It causes errors, which mos
Ok, Forget about going through all the crap..if it looks like..my
simple question..
I want to avoid error because of frequent log in to account in
AdWords.
It causes errors, which most people recommended to reuse Account and
Service in same thread.. e.g per client per thread to avoid.
I am using J
[PROBLEM]::Avoiding Error because of log in to account multiple times.
e.g per client per thread...using JAVA 1.6/AdWords
v200909
[POSSIBLE SOLUTION]::Can i use ThreadLocal..refer following snippet in
order to reuse cash account/service
Note: One can redacto
ThreadLocal() {
protected UpdaterSingletonAccount initialValue() {
return new UseUpdaterSingletonAccount();
}
};
where UpdaterSingletonAccount stores information of user/service..
--AdWordsNovice
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet