Hi Pete, If you are following our recommendation to use one feed per placeholder type, you have a few options:
- You can alter existing items via a FeedItemService.mutate(SET) to have new values - You can ADD/REMOVE existing items (and update the CampaignFeed function to refer to the new IDs). - Just update the CampaignFeed's function to change which items the given campaign is using. - Kevin Winter AdWords API Team On Wednesday, May 15, 2013 2:18:48 PM UTC-4, Pete Lavetsky (AdWords API Guru) wrote: > > I've been following the Feed documentation here > https://developers.google.com/adwords/api/docs/guides/feed-services and > have a question specific to section 4. > > Once the initial Feed, FeedItems, FeedMapping and Campaign to Feed mapping > has been done, how would you mutate the Feed so it contained a different > set of FeedItems? > > Would all code stay the same except for the List of FeedItems used as > FunctionArgumentOperands, and then CampaignFeedOperation would now use a > SET operator rather than and ADD? > > Thanks > Pete > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. For more options, visit https://groups.google.com/groups/opt_out.
