Re: RESPONSE_SIZE_LIMIT_EXCEEDED for AdgroupService

2010-04-20 Thread Maxim Kurapatkin
Got it, thank you 

-Maxim 


Hi Maxim, 

Some of the elements in your request have xmlns=. This is removing 
the elements from the AdWords cm namespace, so they aren't being seen 
in the request, resulting in very large responses. Please ensure you 
namespaces are set correctly. 

Best, 
- Eric Koleda, AdWords API Team 

On Apr 16, 4:28 pm, Maxim Kurapatkin ma...@isotree.com wrote: 
 Hello, 
 I have RESPONSE_SIZE_LIMIT_EXCEEDED responses even for result range for 2 
 entries. 
 
 Here is an example: 
 
 Outgoing Request: 
 SOAP-ENV:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; 
 SOAP-ENV:HeaderRequestHeader 
 xmlns=https://adwords.google.com/api/adwords/cm/v200909;applicationToken*/applicationTokenauthTokenREDACTED
  /authTokendeveloperToken***/developerTokenuserAgentPerl 
 Google::AdWords::Client 1.3.2: 
 adgroups_keywords.pl/userAgentvalidateOnlyfalse/validateOnly/Request 
 Header/SOAP-ENV:HeaderSOAP-ENV:Bodyget 
 xmlns=https://adwords.google.com/api/adwords/cm/v200909;selectorcampaignId
  xmlns=5302728/campaignIdpaging 
 xmlns=startIndex0/startIndexnumberResults2/numberResults/paging 
 /selector/get/SOAP-ENV:Body/SOAP-ENV:Envelope 
 
 Incoming Response: 
 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v200909;requestId52ba819191ae63dbed153424beef9f34/requestIdoperations1/ope
  rationsresponseTime1647/responseTimeunits1/units/ResponseHeader 
 /soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaul 
 tstringSizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ 
 /faultstringdetailApiExceptionFault 
 xmlns=https://adwords.google.com/api/adwords/cm/v200909;messageSizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED
  @ 
 /messageApplicationException.TypeApiException/ApplicationException.Typ 
 eerrors xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=SizeLimitErrorfieldPath/fieldPathtrigger/triggerApiErr 
 or.TypeSizeLimitError/ApiError.TypereasonRESPONSE_SIZE_LIMIT_EXCEEDED 
 /reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/so 
 ap:Envelope 
 
 Please avdice 
 
 Thanks! 
 
 -Maxim 
 
 -- 
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
 Have you migrated to v200909 yet? 
 The v13 sunset is on April 22, 2010. 
 
 Also find us on our blog and discussion 
 group:http://adwordsapi.blogspot.comhttp://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 
 athttp://groups.google.com/group/adwords-api?hl=en 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
Have you migrated to v200909 yet? 
The v13 sunset is on April 22, 2010. 

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 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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: RESPONSE_SIZE_LIMIT_EXCEEDED for AdgroupService

2010-04-19 Thread AdWords API Advisor
Hi Maxim,

Some of the elements in your request have xmlns=.  This is removing
the elements from the AdWords cm namespace, so they aren't being seen
in the request, resulting in very large responses.  Please ensure you
namespaces are set correctly.

Best,
- Eric Koleda, AdWords API Team

On Apr 16, 4:28 pm, Maxim Kurapatkin ma...@isotree.com wrote:
 Hello,
 I have RESPONSE_SIZE_LIMIT_EXCEEDED responses even for result range for 2 
 entries.

 Here is an example:

 Outgoing Request:
 SOAP-ENV:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; 
 SOAP-ENV:HeaderRequestHeader 
 xmlns=https://adwords.google.com/api/adwords/cm/v200909;applicationToken*/applicationTokenauthTokenREDACTED
  /authTokendeveloperToken***/developerTokenuserAgentPerl 
 Google::AdWords::Client 1.3.2: 
 adgroups_keywords.pl/userAgentvalidateOnlyfalse/validateOnly/Request 
 Header/SOAP-ENV:HeaderSOAP-ENV:Bodyget 
 xmlns=https://adwords.google.com/api/adwords/cm/v200909;selectorcampaignId
  xmlns=5302728/campaignIdpaging 
 xmlns=startIndex0/startIndexnumberResults2/numberResults/paging 
 /selector/get/SOAP-ENV:Body/SOAP-ENV:Envelope

 Incoming Response:
 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v200909;requestId52ba819191ae63dbed153424beef9f34/requestIdoperations1/ope
  rationsresponseTime1647/responseTimeunits1/units/ResponseHeader 
 /soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaul 
 tstringSizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ 
 /faultstringdetailApiExceptionFault 
 xmlns=https://adwords.google.com/api/adwords/cm/v200909;messageSizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED
  @ 
 /messageApplicationException.TypeApiException/ApplicationException.Typ 
 eerrors xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=SizeLimitErrorfieldPath/fieldPathtrigger/triggerApiErr 
 or.TypeSizeLimitError/ApiError.TypereasonRESPONSE_SIZE_LIMIT_EXCEEDED 
 /reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/so 
 ap:Envelope

 Please avdice

 Thanks!

 -Maxim

 --
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Have you migrated to v200909 yet?
 The v13 sunset is on April 22, 2010.

 Also find us on our blog and discussion 
 group:http://adwordsapi.blogspot.comhttp://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 
 athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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