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 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 
 again with 2 calls of 6 months each, it works but I do not get any data. 

 That doesn't make sense to me.

 thx
 Ralph


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: About 'SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED'

2014-05-18 Thread 柴崎友哉
Thank you very much!
I'll try it.

2014年5月16日金曜日 0時30分08秒 UTC+9 Josh Radcliff (AdWords API Team):

 Hi,

 From our Reporting Basics 
 guidehttps://developers.google.com/adwords/api/docs/guides/reporting
 :

 The report download request will time out after ten minutes of idle time 
 (no data transmitted) or one hour total elapsed time. There is no 
 explicit data size limit; however, due to a variety of factors, the server 
 may return an error if the report is too large.


 Are you already requesting one of the gzipped formats (GZIPPED_CSV or 
 GZIPPED_XML)? If not, I'd give that a try. Otherwise, you may need to break 
 up your report request into multiple requests date and/or ID subsets. For 
 example, if you're running a Campaign Performance Report on an account with 
 50 campaigns, 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_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/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: About 'SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED'

2014-05-15 Thread Josh Radcliff (AdWords API Team)
Hi,

From our Reporting Basics 
guidehttps://developers.google.com/adwords/api/docs/guides/reporting
:

The report download request will time out after ten minutes of idle time 
 (no data transmitted) or one hour total elapsed time. There is no 
 explicit data size limit; however, due to a variety of factors, the server 
 may return an error if the report is too large.


Are you already requesting one of the gzipped formats (GZIPPED_CSV or 
GZIPPED_XML)? If not, I'd give that a try. Otherwise, you may need to break 
up your report request into multiple requests date and/or ID subsets. For 
example, if you're running a Campaign Performance Report on an account with 
50 campaigns, 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_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/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 error accurately reflects the underlying problem, then the response 
 for a single adgroup must be massive.  Obviously, I can't see the response, 
 so I can only go off the responses I get in the sandbox, but those seem to 
 be reasonably sized (for XML).

 I'm beginning the suspect the accuracy of this message.  Perhaps this has 
 something to do with a limit on adgroups in the account?  Any help would 
 really be appreciated.


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 in how creating 
adgroups were being processed yesterday.



On Wednesday, July 25, 2012 3:55:43 PM UTC+8, Anash P. Oommen wrote:

 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 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 error accurately reflects the underlying problem, then the response 
 for a single adgroup must be massive.  Obviously, I can't see the response, 
 so I can only go off the responses I get in the sandbox, but those seem to 
 be reasonably sized (for XML).

 I'm beginning the suspect the accuracy of this message.  Perhaps this has 
 something to do with a limit on adgroups in the account?  Any help would 
 really be appreciated.



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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.




-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 error accurately reflects the underlying problem, then the response 
for a single adgroup must be massive.  Obviously, I can't see the response, 
so I can only go off the responses I get in the sandbox, but those seem to 
be reasonably sized (for XML).

I'm beginning the suspect the accuracy of this message.  Perhaps this has 
something to do with a limit on adgroups in the account?  Any help would 
really be appreciated.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 Koleda, AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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.

I'm using ruby, but you should be able to follow what's going on...

Return all CampaignTargets for the account...

 targets = AdwordsService::CampaignTarget.new(account).targets()
 RESPONSE_SIZE_LIMIT_EXCEEDED

Return all CampaignTargets for the account, but specify every campaign ID...
 

 targets = 
 AdwordsService::CampaignTarget.new(account).targets(campaigns.map { |c| 
 c[0] })
 OK

I've already got backup code in-case this workaround stops functioning. 
Group the campaign IDs into batches of 60 (examples figure, as this will 
vary depending on the number of targets on campaigns) then request the 
campaign targets, then inject them back together.

targets = campaigns.map { |c| c[0] }.each_slice(60).inject([]) do 
 |result,grouped_campaigns|
   result  
 AdwordsService::CampaignTarget.new(account).targets(grouped_campaigns)
 end.inject({}) {|hash,target_list| hash.update(target_list) } 

 
I was doing something similar with AdExtensions until we upgraded to the 
latest API version and could pull extension reports.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 targets for the
campaigns (I verified that by performing a get Campaign Targets on
each individual campaign). I don't get the SizeLimitError if I get
targets for up to 85 campaigns from this account in a single request.

Does anyone have idea what the issue is here? It does not make sense
that there is a response size limit error when no targets are being
returned. Additionally, I am able to get targets for other accounts in
my MCC account that have more campaigns and campaign targets than this
one.

Thanks in advance for any help.

Regards,

Akil

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 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 ojakub...@gmail.com 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, 1)?  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 adwordsapiadvi...@google.com
   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 pitambaripar...@gmail.com 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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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.

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 ojakub...@gmail.com 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, 1)?  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 adwordsapiadvi...@google.com
 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 pitambaripar...@gmail.com 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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 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, 1)?  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 adwordsapiadvi...@google.com
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 pitambaripar...@gmail.com 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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2010-08-26 Thread AdWords API Advisor
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.

See 
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.CampaignSelector.html#paging
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 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 ...

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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://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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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/AdGroupCriterionService.AdGroupCriterionSelector.html#paging
for more details.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Jul 28, 12:34 am, axum axumch...@gmail.com wrote:
 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
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


AdWords API Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED with filter specified

2010-03-04 Thread AdWords API Advisor
Hi,

There should be no AdGroupAdSelector element in the request.  If you
remove this element the request should work correctly.

Best,
- Eric Koleda, AdWords API Team

On Mar 3, 6:00 pm, dsanborn ef...@techforless.com wrote:
 I'm getting a RESPONSE_SIZE_LIMIT_EXCEEDED error eventhough I am only
 requesting a Get on a single Ad Group.

 SOAP::Transport::HTTP::Client::send_receive: 
 POSThttps://adwords.google.com/api/adwords/cm/v200909/AdGroupAdService
 HTTP/1.1
 Accept: text/xml
 Accept: multipart/*
 Accept: application/soap
 Content-Length: 1224
 Content-Type: text/xml; charset=utf-8
 SOAPAction:https://adwords.google.com/api/adwords/cm/v200909/get

 ?xml version=1.0 encoding=UTF-8?
 soap:Envelope
     xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
     xmlns:soapenc=http://schemas.xmlsoap.org/soap/encoding/;
     xmlns:xsd=http://www.w3.org/2001/XMLSchema;
     soap:encodingStyle=http://schemas.xmlsoap.org/soap/encoding/;
     xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
   soap:Header
     RequestHeader xmlns=https://adwords.google.com/api/adwords/cm/
 v200909
       authTokenXXX/authToken

       clientEmailm...@abc.com/clientEmail

       useragentTechforless: AdWords API Perl Sample Code/useragent

       developerTokenXX/developerToken

       applicationTokenXXX/applicationToken
     /RequestHeader
   /soap:Header

   soap:Body
     get xmlns=https://adwords.google.com/api/adwords/cm/v200909;
       selector
         AdGroupAdSelector
           adGroupIds482566509/adGroupIds
         /AdGroupAdSelector
       /selector
     /get
   /soap:Body
 /soap:Envelope
 SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 500 Internal
 Server Error
 Cache-Control: private, max-age=0
 Connection: close
 Date: Wed, 03 Mar 2010 22:55:08 GMT
 Server: GFE/2.0
 Content-Type: text/xml; charset=UTF-8
 Expires: Wed, 03 Mar 2010 22:55:08 GMT
 Client-Date: Wed, 03 Mar 2010 22:55:09 GMT
 Client-Peer: 74.125.45.112:443
 Client-Response-Num: 1
 Client-SSL-Cert-Issuer: /C=US/O=Google Inc/CN=Google Internet
 Authority
 Client-SSL-Cert-Subject: /C=US/ST=California/L=Mountain View/O=Google
 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

 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/
 envelope/soap:HeaderResponseHeader xmlns=https://
 adwords.google.com/api/adwords/cm/
 v200909requestId83ecf3747ca3f331d95b86fa29a42532/
 requestIdoperations1/operationsresponseTime8730/
 responseTimeunits1/units/ResponseHeader/
 soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/
 faultcodefaultstringSizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ /
 faultstringdetailApiExceptionFault xmlns=https://
 adwords.google.com/api/adwords/cm/
 v200909messageSizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ /
 messageApplicationException.TypeApiException/
 ApplicationException.Typeerrors xmlns:xsi=http://www.w3.org/2001/
 XMLSchema-instance xsi:type=SizeLimitErrorfieldPath/
 fieldPathtrigger/triggerApiError.TypeSizeLimitError/
 ApiError.TypereasonRESPONSE_SIZE_LIMIT_EXCEEDED/reason/errors/
 ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope
 The following SOAP fault occurred:
   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 this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.



AdWords API SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED with filter specified

2010-03-03 Thread dsanborn
I'm getting a RESPONSE_SIZE_LIMIT_EXCEEDED error eventhough I am only
requesting a Get on a single Ad Group.

SOAP::Transport::HTTP::Client::send_receive: POST
https://adwords.google.com/api/adwords/cm/v200909/AdGroupAdService
HTTP/1.1
Accept: text/xml
Accept: multipart/*
Accept: application/soap
Content-Length: 1224
Content-Type: text/xml; charset=utf-8
SOAPAction: https://adwords.google.com/api/adwords/cm/v200909/get

?xml version=1.0 encoding=UTF-8?
soap:Envelope
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:soapenc=http://schemas.xmlsoap.org/soap/encoding/;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
soap:encodingStyle=http://schemas.xmlsoap.org/soap/encoding/;
xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
  soap:Header
RequestHeader xmlns=https://adwords.google.com/api/adwords/cm/
v200909
  authTokenXXX/authToken

  clientEmailm...@abc.com/clientEmail

  useragentTechforless: AdWords API Perl Sample Code/useragent

  developerTokenXX/developerToken

  applicationTokenXXX/applicationToken
/RequestHeader
  /soap:Header

  soap:Body
get xmlns=https://adwords.google.com/api/adwords/cm/v200909;
  selector
AdGroupAdSelector
  adGroupIds482566509/adGroupIds
/AdGroupAdSelector
  /selector
/get
  /soap:Body
/soap:Envelope
SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 500 Internal
Server Error
Cache-Control: private, max-age=0
Connection: close
Date: Wed, 03 Mar 2010 22:55:08 GMT
Server: GFE/2.0
Content-Type: text/xml; charset=UTF-8
Expires: Wed, 03 Mar 2010 22:55:08 GMT
Client-Date: Wed, 03 Mar 2010 22:55:09 GMT
Client-Peer: 74.125.45.112:443
Client-Response-Num: 1
Client-SSL-Cert-Issuer: /C=US/O=Google Inc/CN=Google Internet
Authority
Client-SSL-Cert-Subject: /C=US/ST=California/L=Mountain View/O=Google
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

soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/
envelope/soap:HeaderResponseHeader xmlns=https://
adwords.google.com/api/adwords/cm/
v200909requestId83ecf3747ca3f331d95b86fa29a42532/
requestIdoperations1/operationsresponseTime8730/
responseTimeunits1/units/ResponseHeader/
soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/
faultcodefaultstringSizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ /
faultstringdetailApiExceptionFault xmlns=https://
adwords.google.com/api/adwords/cm/
v200909messageSizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ /
messageApplicationException.TypeApiException/
ApplicationException.Typeerrors xmlns:xsi=http://www.w3.org/2001/
XMLSchema-instance xsi:type=SizeLimitErrorfieldPath/
fieldPathtrigger/triggerApiError.TypeSizeLimitError/
ApiError.TypereasonRESPONSE_SIZE_LIMIT_EXCEEDED/reason/errors/
ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope
The following SOAP fault occurred:
  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 this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.



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

 Best,
 - Eric

 On Jan 8, 5:50 am, phpoo phpoo...@hotmail.com wrote:



  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:

   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 phpoo...@hotmail.com wrote:

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

-- 
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 this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.



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 hongyu...@gmail.com wrote:
 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...

  Best,
  - Eric

  On Jan 8, 5:50 am, phpoo phpoo...@hotmail.com wrote:

   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:

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 phpoo...@hotmail.com wrote:

 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

-- 
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 this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.



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 phpoo...@hotmail.com wrote:
 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:



  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 phpoo...@hotmail.com wrote:

   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
-- 
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 this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




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
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:
 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 phpoo...@hotmail.com wrote:

  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
-- 
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 this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




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] = 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

--

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 this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




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 phpoo...@hotmail.com wrote:
 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

--

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 this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.