error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

410 views
Skip to first unread message

phpoo

unread,
Jan 4, 2010, 8:14:33 AM1/4/10
to AdWords API Forum
Because returns this error:

[faultstring] => SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @
[faultcode] => soap:Server [detail] => stdClass Object
( [ApiExceptionFault] => stdClass Object ( [message] =>
SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @
[ApplicationException.Type] => ApiException [errors] => SoapVar Object
( [enc_type] => 0 [enc_value] => SizeLimitError Object ( [reason] =>
RESPONSE_SIZE_LIMIT_EXCEEDED [fieldPath] => [trigger] =>
[ApiErrorType] => SizeLimitError [_parameterMap:private] => Array
( [ApiError.Type] => ApiErrorType ) ) [enc_stype] => SizeLimitError
[enc_ns] => https://adwords.google.com/api/adwords/cm/v200909 ) ) ) )
?

Thanks
P.W

AdWords API Advisor

unread,
Jan 4, 2010, 12:03:55 PM1/4/10
to AdWords API Forum
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

> [enc_ns] =>https://adwords.google.com/api/adwords/cm/v200909) ) ) )
> ?
>
> Thanks
> P.W

phpoo

unread,
Jan 8, 2010, 5:50:51 AM1/8/10
to AdWords API Forum
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
AdGroupCriterionSelector (NULL, 'biddable', 'ACTIVE', array ('20090101
', '20380101'), 5));
Return this
Imported / criterion 07012010.xmlAdGroupCriterionPage Object
([entries] => [totalNumEntries] => 8512 [PageType] =>
AdGroupCriterionPage [_parameterMap: private] => Array ([Page.Type] =>
PageType))

But because [entries] is empty?

Thanks
P.W

On 4 jan, 14:03, AdWords API Advisor <adwordsapiadvi...@google.com>
wrote:

AdWords API Advisor

unread,
Jan 12, 2010, 12:24:09 PM1/12/10
to AdWords API Forum
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

hong...@gmail.com

unread,
Jan 26, 2010, 3:00:27 AM1/26/10
to AdWords API Forum
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 <adwordsapiadvi...@google.com>
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://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCrite...

AdWords API Advisor

unread,
Jan 26, 2010, 12:09:21 PM1/26/10
to AdWords API Forum
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

Reply all
Reply to author
Forward
0 new messages