AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-26 Thread AdWords API Advisor
Hi Warren, Unfortunately we can't disclose the exact limits, and they are subject to change over time. I would recommend using a reasonable page size (a few thousand at most) to avoid this problem. Best, - Eric On Jan 26, 3:00 am, "hongyu...@gmail.com" wrote: > I have the same problem. > > do

AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-26 Thread hongyu...@gmail.com
I have the same problem. do we have a exact number? how much response will get the exception? Thanks Warren On Jan 13, 1:24 am, AdWords API Advisor wrote: > Hi P.W., > > I would recommend that you set the Paging on the request, so that the > results are returned in smaller batches: > >  http://

AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-12 Thread AdWords API Advisor
Hi P.W., I would recommend that you set the Paging on the request, so that the results are returned in smaller batches: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.Paging.html Best, - Eric On Jan 8, 5:50 am, phpoo wrote: > I optimize my search, look for

AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-08 Thread phpoo
I optimize my search, look for only one ID AdGroup, and returns me the same error $ adgroupcriterionPage = $ adgroupCriterionService-> get (new AdGroupCriterionSelector ($ adGroupId, NULL, NULL)); Returns the same error or $ adgroupcriterionPage = $ adgroupCriterionService-> get (new AdGroupCriter

AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-04 Thread AdWords API Advisor
Hi P.W., This error indicated that the size of the response is too large. Please either filter the results or use paging to retrieve them in smaller chunks. Best, - Eric Koleda, AdWords API Team On Jan 4, 8:14 am, phpoo wrote: > Because returns this error: > > [faultstring] => SizeLimitError.RE