Hi Ojak,

I checked with the AdWords team yesterday, I was told that
RESPONSE_SIZE_LIMIT_EXCEEDED applies only for get(), not
for mutate(). I've written to them asking if there are other factors
that limit the number of operations on a mutate(). I'll update this
thread once I hear from them.

Pitambari,

Can you confirm if you were doing a campaign mutate when you ran into
this issue? Will it be possible to post a requestid for
a failed request?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Sep 4, 7:20 am, ojak <[email protected]> wrote:
> Anash,
>
> I share Pitambari's frustration here.  We also receive API errors
> based on undocumented, arbitrary system limits and it's quite painful
> to catch and correct for these sorts of exceptions (i.e. it kills our
> productivity since we often spend more time writing error-handling/
> retry code than deployment code).
>
> For example, how are we to know *how many* Ad Group ADD operations may
> be sent in a single AdGroup request (10, 100, 1000, 10000)?  The
> results can't be paged on creation, since paging only works on
> selectors, so how are we set our operation array sizes?  Guess and
> check?  Use some other method?
>
> More to the point, are there any ways to remove undocumented,
> arbitrary limits from the API entirely?  Even if the limits are "low",
> it's really important for developers to have a predictable framework
> (i.e. it would make our lives much easier).  Any additional help here
> would be greatly appreciated.
>
> Thanks in advance for your help.
>
> On Aug 26, 4:45 am, AdWords API Advisor <[email protected]>
> wrote:
>
>
>
> > Hi Pitambari,
>
> > The AdWords API server sets a maximum size on the size of the SOAP
> > response xml. If you are running into this error, the workaround is to
> > process lesser number of items per request. If you are uploading
> > campaigns, then mutate a lesser number of campaigns per call. If you
> > are fetching campaigns, try using paging to retrieve a lesser number
> > of campaigns per request.
>
> > Seehttp://code.google.com/apis/adwords/v2009/docs/reference/CampaignServ...
> > for additional details.
>
> > Unfortunately, I cannot share a number for the upper limit on response
> > size.
>
> > Cheers,
> > Anash P. Oommen,
> > AdWords API Advisor.
>
> > On Aug 25, 2:04 pm, Pitambari <[email protected]> wrote:
>
> > > I am gettingSizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.
>
> > > Please can I know what is the reason and what is the maximum size
> > > limit ?
> > > Uploading campaigns gives me this error ...

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to