Re: Consolidating Sitelink FeedItems to one Feed

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, The feedId of a FeedItem is immutable, so the only option is to fetch the feed items you want to move, set each one's feedId to the consolidated feedId, and pass them back into a FeedItemOperation with operator *ADD*. This does mean that reports will return different feedItemIds and feedId

Consolidating Sitelink FeedItems to one Feed

2014-03-31 Thread Michael Dugan
*We are on the .Net 201309 api version* Due to some prior api integration issues, we now have several Feeds all with PlaceholderType Sitelink, all containing many Sitelink FeedItems. There is now a lot of guess-work involved and it is very difficult to determine under which Feed to Create/Upda