Hello Hovik, There are no hard limits that I know of, but the SOAP server might dynamically decide to reject your request if it determines it can't be completed in a reasonable amount of time. I don't think for normal use cases you'd come close to that, though.
Perhaps some others on the board could chime in with their own real- world numbers, but I'd think that keeping things limited to a couple of hundred would be a good rule of thumb. If you want to really optimize your calls as much as possible, you could arrange your updates or gets to only operate on criteria in the same ad group in each call. It probably won't save you more than a few milliseconds, but if you're looking for a logical way to batch your calls anyway, it'll end up being a little more efficient. Cheers, -Jeff Posnick, AdWords API Team On Sep 23, 6:27 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > I would greatly appreciate if someone could answer to the following > question regarding CriterionInterface: > > 1) Is there a limit to the number of Criterions that can be updated in > a single API call using updateCriterion method? (i.e. > is there a limit to length of the array that can be passed to this > method?) > > 2) Is there a limit to the number of Criterions that can be retrieved > by a single getCriteria method? (i.e. is there a limit to the length > of Criterion IDs that can be passed to this method?) > > Any help will be greatly appreciated, > > Thanks, > Hovik --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
