Hi Navi, The idFilters field of the AdGroupCriterionSelector takes in an array of AdGroupCriterionFilters:
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.AdGroupCriterionSelector.html#idFilters This means that one selector can contain many filters. Simply create a filter for each ad group ID / criterion ID pair and make one get() request using that selector. Best, - Eric Koleda, AdWords API Team On Feb 18, 12:05 pm, Navi <[email protected]> wrote: > Hi, > > How in v2009 do I get the criterias for all the criterionIds that are > associated with the specified ad group? > In v13, we had getCriteria method which will accept an array of > criterionIds and an adgroupid. > but now in v2009,AdGroupCriterionFilter seem to accept only one > criterionId at a time. > Is there any way I can do this in v2009 or do I have to call the get > method for each criterionid? > > Thanks > Navi -- 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.
