Re: Review Extensions Feed not showing in CampaignFeedService.Get call

2014-08-11 Thread Josh Radcliff (AdWords API Team)
Hi Giles, At this time the CustomerSyncService does not return information about changed CustomerFeed, CampaignFeed or AdGroupFeed objects, so the only way to determine that this change occurr

Re: Review Extensions Feed not showing in CampaignFeedService.Get call

2014-08-06 Thread Giles Bodger
Hey Josh just coming back to this .. So if i removed a Review Feed at the account level from the API, effectively then removing the CustomerFeed - How would i be notified of that within the next sync ? If i was examining campaignFeeds - i would be looking at campaign changes and then i w

Re: Review Extensions Feed not showing in CampaignFeedService.Get call

2014-07-25 Thread Josh Radcliff (AdWords API Team)
Hi Giles, The mapping of Review feed items can occur at the Customer level (CustomerFeed), the Campaign level (CampaignFeed) or the AdGroup level (AdGroupFeed). If you only selected Review feed items at the Customer level, then you'd only have a CustomerFeed for placeholder type 8 (for REVIEW)

Re: Review Extensions Feed not showing in CampaignFeedService.Get call

2014-07-25 Thread Giles Bodger
So are Review Feeds ONLY ever detailed within CustomerFeed data and NEVER within CampaignFeed data ? ... example So if I have a Feed of type Review, that was created via the web dashboard, as an Account level Review, to be therefore applied to all campaigns therein. When i sync Campaign data an

Re: Review Extensions Feed not showing in CampaignFeedService.Get call

2014-07-24 Thread Josh Radcliff (AdWords API Team)
Hi Giles, You're almost there! :) The CustomerFeed is like a CampaignFeed, only at the customer level. In other words, a CustomerFeed tells AdWords which Feed (by feedId ) it should use f

Re: Review Extensions Feed not showing in CampaignFeedService.Get call

2014-07-24 Thread Giles Bodger
Hi Josh - ok, I coded that up and I get a Review Feed, placeholderType of 8, via the CustomerFeedService - but I get the same as part of the FeedService 'get' for the account - so I can get the Feed, and this time i can get the matchingFunction as its available to me as i am selecting CampaignF

Re: Review Extensions Feed not showing in CampaignFeedService.Get call

2014-07-24 Thread Josh Radcliff (AdWords API Team)
Hi Giles, Review, app, and location extensions are a bit different in that the mapping for those can be defined at the *customer* (account) level via a CustomerFeed . Could you do a CustomerFeed

Re: Review Extensions Feed not showing in CampaignFeedService.Get call

2014-07-24 Thread Giles Bodger
Thanks Josh - but getting the Feed is not the problem - i can see the review feed when i get the active feeds on that account - my issue is establishing whether the review FeedItem Is or Isn't associated with a Campaign. I can see the Reviews on our ads being served, but i cant seem to sync an

Re: Review Extensions Feed not showing in CampaignFeedService.Get call

2014-07-21 Thread Josh Radcliff (AdWords API Team)
Hi Giles, If the user created a Review extensions feed then it's probably been saved as a CustomerFeed . *CustomerFeed*s are available for App, Location, and Review extensions. Could you try the

Review Extensions Feed not showing in CampaignFeedService.Get call

2014-07-16 Thread Giles Bodger
I apologise if this question is posted twice . Hi all, So some of my team have added Review Extensions within an account on the web dashboard. They have no knowledge of what a Feed is, they simply added a new Review Extension - and this Review shows up on our ads It would appear that a ne