Hi Hans, The updateCriteria() method has a limit of 5000 items in the array, however this limit is subject to change. In general I would recommend calling checkCriteria ( http://code.google.com/apis/adwords/docs/developer/CriterionService.html#checkCriteria ) first to ensure that your input is valid. Also, keep in mind that since an individual AdGroup has a limit of 2000 keywords ( http://adwords.google.com/support/bin/answer.py?hl=en&answer=10316 ) it should be rare that you reach the limit of this method.
Best, - Eric Koleda, AdWords API Team On Aug 11, 7:52 pm, HK <[email protected]> wrote: > Hi, > > Is there a limit for how many Criterion objects can be passed into > updateCriteria()? For now, I'm primarily interested in updateCriteria, > but I assume any limits might also apply to other API calls taking an > array as parameter. > > Thanks in advance > Hans --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
