| Issue 4: | Batch requests for ForecastService | |
| 3 people starred this issue and may be notified of changes. | Back to list |
A workaround for the described issue exists, but with batch requests for ForecastService, performance would be greatly improved. See details at the end of the description. What steps will reproduce the problem? 1. Make several successive calls to ForecastService.getForecast(LineItem); What is the expected output? What do you see instead? Expected output: forecast results for each line item Actual output: QuotaError.EXCEEDED_QUOTA What version of the product are you using? On what operating system? Java Client Library 2.1.0 on Windows 7 Professional. Please provide any additional information below. Recently I experienced a problem with ForecastService whereby several quick requests to the getForecast method of ForecastService would result in a QuotaError.EXCEEDED_QUOTA. I was informed by Adam in this discussion - http://groups.google.com/group/google-doubleclick-for-publishers-api/browse_thread/thread/19b026afd992ecaa# - that the error was a result of making too many requests in a short time period. Unfortunately as Adam pointed out, there is no way to make a single batch request in ForecastService. As such I would like to request a feature where ForecastService requests may be made in batches. This would help avoid the QuotaError and greatly improve the response time of applications that use ForecastService.
Oct 20, 2010
Project Member
#1
api.arogal@gmail.com
Status:
Accepted
Dec 13, 2011
We are facing the same kind of error for Report Service .When multiple request is send to Report Service it throws QuotaError.EXCEEDED_QUOTA exception.Please advice.
Dec 13, 2011
Hi Arun, Please post these kinds of issues to the forum. I'll be closing this issue as it does not strictly relate to the java library, but I'll be looking into this more. Updating the existing thread with your findings of how often you make requests and the limits you are running in to, will help me diagnose this.
Status:
Invalid
|