Hi Oliver,

Are you using a new instance of 
ReportDownloader<https://github.com/googleads/googleads-java-lib/blob/831d8a73dbf686d34caa09b489a9515335b177ca/modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/utils/v201402/ReportDownloader.java#L52>for
 each thread? As mentioned in that type's javadoc, instances are not 
thread-safe.

Thanks,
Josh, AdWords API Team

On Wednesday, May 14, 2014 5:39:30 AM UTC-4, Oliver wrote:
>
> I'd like to also mention that the multiple threads all handle *different 
> *accounts 
> that belong to different root accounts i.e. there is no issue here of the 
> access token or Credential object being created and used multiple times 
> concurrently.  
>
> Looking forward to hearing back from you.
>
> Oliver
>
>
> On Wednesday, May 14, 2014 8:11:01 AM UTC+1, Oliver wrote:
>>
>> We have an app that downloads performance reports (csv) for Adgroups, 
>> keywords, Ads, etc.  So far, we've been using one thread to download the 
>> reports and everything has been working fine for a long time.
>>
>> In an attempt to speed up the download process, we want to use multiple 
>> threads to download the various reports.  However, doing this causes most 
>> of the reports data to be corrupted.  We're seeing columns with no value, 
>> or an empty string, or even numbers with multiple decimal points e.g. 
>> 123.456.789
>>
>> We use the Java client library. API v201309
>>
>> Any ideas why this is happening? This is currently a showstopper for us.
>>
>> Thanks for your help.
>>
>> Oliver
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to