Re: Problems retrieving more than one report in a perl script.

2011-04-21 Thread Toby Wilkinson
Sorry for the delay in replying, I'm afraid another project rather took over, so I've not been working on the AdWords stuff for a while. Thanks Eric, that did the trick! Unfortunately I got stuck when I was trying to download multiple reports across multiple accounts. In the end I managed to wo

Re: Problems retrieving more than one report in a perl script.

2011-04-13 Thread Eric Koleda
Hi Toby, Using the new reporting system (v201101, etc) you can segment the report by a day by including the "Date" field in your report. In regards to the Perl client library problem, please open a bug here: http://code.google.com/p/google-api-adwords-perl/issues/list Best, - Eric Koleda,

Re: Problems retrieving more than one report in a perl script.

2011-04-12 Thread Pete Lavetsky (AdWords API Guru)
Are you using the old stuff ( DefinedReportJob ) or new stuff? I don't use the Perl library, but DefinedReportJob should have something similar to the the following methods: DefinedReportJob reportJob = new DefinedReportJob(); reportJob.setAggregationTypes( new String[] { "Daily" } ); reportJob.s

Re: Problems retrieving more than one report in a perl script.

2011-04-11 Thread Ty.Roden
I have this exact same issue actually. I really would like to know how this gets solved. Thank you. - Ty Roden On Apr 8, 2:50 pm, Toby Wilkinson wrote: > Hello, > > I've been asked to write a script to collect historical data from Adwords. I > can't find a way to create a report collecting data b

Problems retrieving more than one report in a perl script.

2011-04-08 Thread Toby Wilkinson
Hello, I've been asked to write a script to collect historical data from Adwords. I can't find a way to create a report collecting data broken down by day over a period of time (am I missing something?). So I've written a script to loop round the required date range and schedule then collect a