Hello Hovick,
updateCriteria() takes an array of Criterion objects as its
parameter. You are charged 3 API units for per item being updated. So
if you pass in an array of 10 Criterion objects, for instance, you'd
be charged 10 x 3 = 30 API units. There are no discounts for passing
in larger arra
Hi Jeff,
Thanks for your response.
I have a follow up question, that I would appreciate your or anybody
elses input on.
According to this quota/price table on this page:
http://www.google.com/apis/adwords/quota.html
updateCriteria method is listed as having 3 API units and it is "per
item" I a
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