Re: Adding new feed item to existing campaigns from feed

2014-09-23 Thread Josh Radcliff (AdWords API Team)
Hi Anil, No, they will not be assigned to existing campaigns automatically. You'll have to update your *CampaignFeed*'s matchingFunction to include the new feed item IDs. Cheer

Re: Adding new feed item to existing campaigns from feed

2014-09-22 Thread techpoint . 2015
> > Hi, > Will new feeds items created using FeedItemService also get assigned to existing campaigns to which Feed is already assigned? Thanks, Anil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://p

Re: Adding new feed item to existing campaigns from feed

2014-09-18 Thread Tomas Rimkus
Just use FeedItemService to add new items. You can use FeedService to retrieve attribute IDs. There is no need to do anything with CampaignFeedService after the feed has been created. On Thursday, September 18, 2014 8:03:10 AM UTC+2, techpoi...@gmail.com wrote: > > Hi, > > We have created sitel

Re: Adding new feed item to existing campaigns from feed

2014-09-18 Thread Mariusz
Hi, Assuming you already create new feed items, you need to remove existing matching function and create new one. Cheers, Mariusz On Thursday, 18 September 2014 07:03:10 UTC+1, techpoi...@gmail.com wrote: > > Hi, > > We have created sitelink feed and feed items and assigned to some > camp

Adding new feed item to existing campaigns from feed

2014-09-17 Thread techpoint . 2015
Hi, We have created sitelink feed and feed items and assigned to some campaigns. Now we want to add more feed items in feed. We are getting error when trying to assign new feed items to existing campaigns from Feed using CampaignFeed service. "Already has this feed assigned" Can't we only assi