Hi , Try to set the page size to 100 entries. I don't know what language library you are using, but we used python's with ZSI to process the soap response. It was extremely slow when we had page size of let's say 1000 . I don't know what happens inside but the code is not that optimized and the processing time rises exponentially.... actually even 100 entires was a bit slow and we just changed to the older SOAPPY because it's MUCH faster.
Hope it helps. Alexander Parij -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
