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 am having a little difficulty understanding what it means when
lets say you call updateCriteria method with 1 item, verses 2, 3, 10,
100, 1000, etc items. I am not sure how this cost translates in real
life. Can somebody explain it to me?

Thanks


On Sep 24, 8:56 am, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to