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: Can I get all AdGroupCriteria Infomation by one API request?

2010-01-26 Thread hongyu...@gmail.com
that's helpful.

I have tried, and I get the RESPONSE_SIZE_LIMIT_EXCEEDED as you said.

Do we have the exact limit number, or suggest size for the response
size in one batch.

Thanks
Warren

On Jan 26, 2:32 am, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi,

 In the v200909 version of the API, if you use an empty selector you
 can get all of the ad group criteria in the account.  Because this may
 be a large amount of data you should probably use paging to get the
 results in smaller chunks.

 Best,
 - Eric Koleda, AdWords API Team

 On Jan 25, 10:40 am, ewan e...@ppcbullet.com wrote:



  You could try the Account Structure Report

-- 
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 use user.getService(XXX) frequently, and can't release the memory!

2010-01-12 Thread hongyu...@gmail.com
user.getService(XXX) has been called frequently, and memory is high,
any others meet the same problem?

I'm using Java client library v6.3.0, Is anywhere need to be paid
attention for release memory.

I just have one AdwordUser instance.

Any one can help ?
-- 
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 Can not find ImageAd related Object when use axis2

2009-11-25 Thread hongyu...@gmail.com
I was use axis2 WSDL2Java to generate AdService java code,
https://adwords.google.com/api/adwords/v13/AdService?wsdl
The WSDL2Java has passed, but I can't find relate class about ImageAd,
TextAd ... Only have one Ad class,
I want upload a ImageAd, Is there a way to do this by axix2 ??

--

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.