Hi, The CampaignChangeData.changedFeeds <https://developers.google.com/adwords/api/docs/reference/v201409/CustomerSyncService.CampaignChangeData#changedFeeds> collection does not reflect changes to attributes of *Feed**Items*. Instead, it reflects changes to the *association* between a Campaign and a Feed -- that's why *changedFeeds* is a collection of *Feed* IDs instead of a collection of *FeedItem* IDs. This association can change due to a change in CampaignFeed <https://developers.google.com/adwords/api/docs/reference/v201409/CampaignFeedService.CampaignFeed> objects or a change in FeedItem.campaignTargeting <https://developers.google.com/adwords/api/docs/reference/v201409/FeedItemService.FeedItem#campaignTargeting> .
For changes to individual *FeedItem*s, you should look at the CustomerChangeData.changedFeeds <https://developers.google.com/adwords/api/docs/reference/v201409/CustomerSyncService.CustomerChangeData#changedFeeds> returned by the sync service. Thanks, Josh, AdWords API Team On Tuesday, February 10, 2015 at 4:35:57 AM UTC-5, Tomas Rimkus wrote: > > Ok, another thing. Can you please confirm it or deny? > changedCampaigns->changedFeeds will indicate changes to feed items only if > feed items are associated with some campaign using > feedItem->campaignTargeting association. > > Or maybe changedCampaigns->changedFeeds only shows changes to feed fields > and changes to feed items are disregarded? Can you explain how it works and > why I get changes under changedFeeds->changedFeedItems but > changedCampaigns->changedFeeds reports that there were no changes when same > date interval is used and feeds are associated with campaign using > CampaignFeedService? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/84217b26-d563-4908-b9ff-aac7906fa5d5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
