Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED Error

2014-06-23 Thread Danial Klimkin
Hello Ralph, The response size is assessed before certain filters are applied on our side. If you have a lot of keywords with not impressions, for example, you can observe this behavior. -Danial, AdWords API Team. On Friday, June 20, 2014 3:49:05 PM UTC+4, Ralph Krausse wrote: Question

Re: About 'SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED'

2014-05-18 Thread 柴崎友哉
in the predicate. Cheers, Josh, AdWords API Team On Thursday, May 15, 2014 4:23:34 AM UTC-4, 柴崎友哉 wrote: I got 'SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED' when downloading a performance report. Please tell me the standard value of this 'SIZE_LIMIT

About 'SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED'

2014-05-15 Thread 柴崎友哉
I got 'SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED' when downloading a performance report. Please tell me the standard value of this 'SIZE_LIMIT'. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https

Re: About 'SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED'

2014-05-15 Thread Josh Radcliff (AdWords API Team)
'SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED' when downloading a performance report. Please tell me the standard value of this 'SIZE_LIMIT'. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2012-07-25 Thread Anash P. Oommen
Hi Johnny, This is a 2 year old thread, could you please open a new thread where you explain what you are trying to do? Some code snippet / SOAP logs would be helpful. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 25 July 2012 03:40:31 UTC+5:30, Johnny AdRoll wrote: Did this

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2012-07-25 Thread Cap'n of d'Ship
Hi Anash, This is an old thread but I think Johnny's concern is the same as those before. This is also happening to our system integration tests that access google. Those tests suddenly were failing with the same error indicated in this ticket/thread. I was wondering if there was a change

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2012-07-25 Thread Johnny AdRoll
We got word from our AdX account rep on this issue today (1900z). To paraphrase: this error is thought to be caused by a known issue that the API team is working on. There is no known work-around, but they're testing a fix that should go into service this week. Hope this helps. --

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2012-07-24 Thread Johnny AdRoll
Did this ever reach any kind of conclusion? I suddenly (as of yesterday) have the same issue when sending ADD mutates to the AdGroupService. I began systematically reducing the number of adgroups I sent in a batch until I was only sending one at a time, and I still get this error. If this

Re: Strange SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED when getting Campaign Targets

2011-11-28 Thread Eric Koleda
HI All, The CampaignTargetService doesn't support paging, so if more targets are returned then can fit in a response that error will be thrown. When using the service you should pass in the campaign IDs that you want the targets of, to ensure that the results aren't too large. Best, - Eric

Re: Strange SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED when getting Campaign Targets

2011-11-22 Thread Lloyd Pick
I have a similar issue where if I told it to return all the campaign targets for an account it threw RESPONSE_SIZE_ LIMIT_EXCEEDED. Whereas if I told it to return all the campaign targets for an account while then defining all the campaign IDs within that account as the target it returns

Strange SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED when getting Campaign Targets

2011-11-21 Thread qa+akil.burg...@viagogo.com
Hi all, I am using the .NET client library to pull AdWords data for an MCC account. I have been getting a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED error when performing a get of Campaign Targets for all campaigns in _one_ account. The account has 156 campaigns and there are _no_ campaign

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2010-09-09 Thread AdWords API Advisor
Hi Ojak, Can you post a sample requestid? Anash On Sep 9, 4:42 am, ojak ojakub...@gmail.com wrote: Nope.  Received it on mutates as well when adding Ad Groups. On Sep 7, 10:12 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Ojak, I checked with the AdWords team

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2010-09-07 Thread AdWords API Advisor
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.

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2010-09-03 Thread ojak
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

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2010-08-26 Thread AdWords API Advisor
. Cheers, Anash P. Oommen, AdWords API Advisor. On Aug 25, 2:04 pm, Pitambari pitambaripar...@gmail.com wrote: I am getting SizeLimitError.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

SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2010-08-25 Thread Pitambari
I am getting SizeLimitError.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

SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @

2010-07-27 Thread axum
I am trying to loop through the ad groups to get keyword information. I am using the sample code provided in the examples GetAllAdGroupCriteria.cs. Any suggestions? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @

2010-07-27 Thread AdWords API Advisor
Hi Axum, Looks like your account has lots of criteria, which causes the response size to be greater than the limits set by AdWords API servers. You need to use paging while retrieving your criteria to fix this issue. See

AdWords API Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED with filter specified

2010-03-04 Thread AdWords API Advisor
:   faultcode: soap:Server   faultstring: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ Any help much appreciated! -- You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from

AdWords API SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED with filter specified

2010-03-03 Thread dsanborn
: faultcode: soap:Server faultstring: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ Any help much appreciated! -- You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from

AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-26 Thread hongyu...@gmail.com
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

AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-26 Thread AdWords API Advisor
: 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

AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-12 Thread AdWords API Advisor
, AdWords API Team On Jan 4, 8:14 am, phpoo phpoo...@hotmail.com wrote: Because returns this error: [faultstring] = SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ [faultcode] = soap:Server [detail] = stdClass Object ( [ApiExceptionFault] = stdClass Object ( [message

AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-08 Thread phpoo
Team On Jan 4, 8:14 am, phpoo phpoo...@hotmail.com wrote: Because returns this error: [faultstring] = SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ [faultcode] = soap:Server [detail] = stdClass Object ( [ApiExceptionFault] = stdClass Object ( [message

AdWords API error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-04 Thread phpoo
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

AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-04 Thread AdWords API Advisor
] = 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