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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
