Hi Jam, There is no practical limit but as recommendation I would not put more than 1000 ids in it. The response time will be linearly affected just because the amount of data we need to serialize back but in terms of querying in our side it will negligible.
Regarding the java docs please file an issue here<http://code.google.com/p/google-api-adwords-java/issues/list> and our library maintainer will make sure javadocs get updated. Best, - David Torres - AdWords API Team On Thursday, November 8, 2012 9:54:29 AM UTC-5, Jam wrote: > > Hi, > > I use AWQL for AdHoc report download requests. > If I ask something like > "SELECT KeywordText, KeywordMatchType FROM KEYWORDS_PERFORMANCE_REPORT > WHERE Id IN [1,2,3,...] DURING TODAY" > > How many Ids can I put into the ValueLiteralList an how does it affects > responsetime? > > > Another item: I can find no newer javaAPI-doc than v201109 (I use the > "old"-API) > > Regards > Jam > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
