Hi, You can indeed add multiple *FeedItem*s in a single *mutate* call. Simply submit multiple FeedItemOperation <https://developers.google.com/adwords/api/docs/reference/v201409/FeedItemService.FeedItemOperation>s to FeedItemService.mutate <https://developers.google.com/adwords/api/docs/reference/v201409/FeedItemService#mutate>. That *mutate* method (like all AdWords API *mutate* methods) accepts a collection of operations.
Cheers, Josh, AdWords API Team On Friday, January 16, 2015 at 11:18:20 AM UTC-5, Miguel Menchu wrote: > > Is there a way to add multiple FeedItems to a feed in a single call? > Docs for FeedItemService.FeedItemOperation show only FeedItem as operand, > not FeedItems[]. > > https://developers.google.com/adwords/api/docs/reference/v201409/FeedItemService.FeedItemOperation > > Thanks > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/167dcd31-c0ff-4e00-badd-c3853935d3a9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
