Re: MultipleClientReportDownloaderMain - Java Example

2011-11-17 Thread Kevin Winter
Hi, V13 reports could also fail, so you would still need the same logic in place. I think you may be overlooking some of the benefits of the new style of reporting. For example, with v13 reports, you had to request them and constantly poll to wait until they are done (potentially hours later

Re: MultipleClientReportDownloaderMain - Java Example

2011-11-17 Thread rsedgw...@travelrepublic.co.uk
This is going to be a lot of work for us. We have over 500 accounts in several different MCCs and are perfectly happy with the current performance with downloading a single file for each MCC. We need to download all of these 500 accounts for the previous day (sometimes the days prior to that

RE: MultipleClientReportDownloaderMain - Java Example

2011-10-12 Thread Peter Petrov
Thank you. That makes it clear. _ From: Kevin Winter [mailto:kevin.win...@google.com] Sent: Wednesday, October 12, 2011 7:05 PM To: adwords-api@googlegroups.com Cc: p.a.pet...@gmail.com Subject: Re: MultipleClientReportDownloaderMain - Java Example Hi Peter

Re: MultipleClientReportDownloaderMain - Java Example

2011-10-12 Thread Kevin Winter
Hi Peter, - ReportDefinitions are not implicitly created using the new Ad Hoc reports - the Report Definition is only held in memory and is not persisted server side. - Ad Hoc reports cost no units. (i.e. free). - You will still need to use saved ReportDefinitions in v201101. v201109 allows yo

MultipleClientReportDownloaderMain - Java Example

2011-10-10 Thread Peter Petrov
Hello, I have a few questions about this example. http://code.google.com/p/google-api-adwords-java/source/browse/apps/multipleclientreportdownloader/src/com/google/api/adwords/reportdownload/MultipleClientReportDownloaderMain.java ● When using this sample code do I create (implicitly) a