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

SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED Error

2014-06-23 Thread Ralph Krausse
Question on this error. I understand there is a limit Adwords will send back, that is find. In my code, if I get that error, I enter in dates that are smaller in time, so in short, I get less data. The odd issue is that, for example, if I download 1 years of data, I get that error, so I try aga

Re: About 'SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED'

2014-05-18 Thread 柴崎友哉
mpaigns, you could run the report 5 times, with each request > containing 10 of the campaign IDs in the predicate. > > Cheers, > Josh, AdWords API Team > > On Thursday, May 15, 2014 4:23:34 AM UTC-4, 柴崎友哉 wrote: >> >> I got 'SizeLimitError.RESPONSE_S

Re: About 'SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED'

2014-05-15 Thread Josh Radcliff (AdWords API Team)
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'. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

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

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-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 i

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-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 er

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 Ko

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 fine

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 wrote: > Nope.  Received it on mutates as well when adding Ad Groups. > > On Sep 7, 10:12 pm, AdWords API Advisor > wrote: > > > > > Hi Ojak, > > > I checked with the AdWords team yesterday, I was told that > > RESPONSE_SI

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2010-09-08 Thread ojak
Nope. Received it on mutates as well when adding Ad Groups. On Sep 7, 10:12 pm, AdWords API Advisor wrote: > 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 ar

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. Pitam

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 d

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 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 give

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

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 http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionServ

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 h

AdWords API Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED with filter specified

2010-03-04 Thread AdWords API Advisor
le > Inc/CN=adwords.google.com > Client-SSL-Cipher: AES256-SHA > Client-SSL-Warning: Peer certificate not verified > X-Content-Type-Options: nosniff > X-Frame-Options: SAMEORIGIN > X-XSS-Protection: 0 > > http://schemas.xmlsoap.org/soap/ > envelope/">83ecf3747ca3f331d95b86

AdWords API SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED with filter specified

2010-03-03 Thread dsanborn
ORIGIN X-XSS-Protection: 0 http://schemas.xmlsoap.org/soap/ envelope/">83ecf3747ca3f331d95b86fa29a42532187301soap:ServerSizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ ApiExceptionhttp://www.w3.org/2001/ XMLSchema-instance" xsi:type="SizeLimitError">SizeLim

AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-26 Thread AdWords API Advisor
> > > On 4 jan, 14:03, AdWords API Advisor > > > wrote: > > > > > Hi P.W., > > > > > This error indicated that the size of the response is too large. > > > > Please either filter the results or u

AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

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

AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-12 Thread AdWords API Advisor
ize 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

AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-08 Thread phpoo
m in > smaller chunks. > > Best, > - Eric Koleda, AdWords API Team > > On Jan 4, 8:14 am, phpoo wrote: > > > Because returns this error: > > > [faultstring] => SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ > > [faultcode] => soap:Server [detail] =>

AdWords API Re: error : SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED

2010-01-04 Thread AdWords API Advisor
ultstring] => SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ > [faultcode] => soap:Server [detail] => stdClass Object > ( [ApiExceptionFault] => stdClass Object ( [message] => > SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ > [ApplicationException.Type] => ApiException [errors] => Soa

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]