Re: Querying multiple date ranges

2013-02-20 Thread Danial Klimkin
Hi Alex, If you want to compare every month of the year to the same month of the previous year, it *may be* more effective to pull data for both years rather than doing 24 requests. Otherwise, there is no way to request data for Jan 2012 and Jan 2013 in the same request. You may also want to

Re: Querying multiple date ranges

2013-02-20 Thread Alex Coventry
Thanks, Danial. Yes, I've been looking at doing parallel reports. On Wednesday, February 20, 2013 5:26:58 AM UTC-5, Danial Klimkin wrote: Hi Alex, If you want to compare every month of the year to the same month of the previous year, it *may be* more effective to pull data for both years

Re: Querying multiple date ranges

2013-02-19 Thread Danial Klimkin
Hello Alex, Only one date range is allowed per request. You can request a two-months period though and calculate summary on the client side. -Danial, AdWords API Team. On Friday, February 15, 2013 1:53:56 AM UTC+4, Alex Coventry wrote: Is there a way to simultaneously query multiple date

Re: Querying multiple date ranges

2013-02-19 Thread Alex Coventry
Comparison of staggered requests of two months' duration? Very clever, that would cut the number of requests in half. Thank you. Best regards, Alex On Tuesday, February 19, 2013 4:17:22 AM UTC-5, Danial Klimkin wrote: Hello Alex, Only one date range is allowed per request. You can

Querying multiple date ranges

2013-02-14 Thread Alex Coventry
Is there a way to simultaneously query multiple date ranges? I would like to do performance comparisons month-against month, i.e., Jan 2013 against Jan 2012, Dec 2012 against Dec 2011, etc. Do I need to do a separate query for each month I want to analyze, or is there a way to get performance