Re: Cannot get removed FeedMapping using FeedMappingService

2015-11-29 Thread AU
Thanks Josh. I had solve this issue. On Sunday, November 29, 2015 at 12:46:53 AM UTC+7, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > That screenshot shows that the status of the *Feed* is *ENABLED*. That > object's status will be reflected in the Feed.status >

Re: Cannot get removed FeedMapping using FeedMappingService

2015-11-28 Thread Josh Radcliff (AdWords API Team)
Hi, That screenshot shows that the status of the *Feed* is *ENABLED*. That object's status will be reflected in the Feed.status retrieved via the FeedService

Re: Cannot get removed FeedMapping using FeedMappingService

2015-11-25 Thread Petter
Hi Josh, This is screenshot on website & service response: On Wednesday, November 25, 2015

Re: Cannot get removed FeedMapping using FeedMappingService

2015-11-25 Thread Josh Radcliff (AdWords API Team)
Hi, Could you send the screenshot of where you are seeing the *FeedMapping* is removed? Generally speaking, *FeedMapping*s aren't directly visible in the user interface. The presence of a *FeedMapping* for a given placeholderType

Re: Cannot get removed FeedMapping using FeedMappingService

2015-11-24 Thread Petter
Hi Josh, I see service API response *FeedMapping *is *ENABLED*. But on the AdWords website it is *REMOVED.* On Tuesday, November 24, 2015 at 8:27:36 PM UTC+7, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Thanks for sending over the IDs. The issue here is that that *FeedMapping* is > act

Re: Cannot get removed FeedMapping using FeedMappingService

2015-11-24 Thread Josh Radcliff (AdWords API Team)
Hi, Aren't those the same IDs you sent earlier? If so, please see my response from this morning. Thanks, Josh, AdWords API Team On Tuesday, November 24, 2015 at 8:44:08 AM UTC-5, AU wrote: > > Hi Josh, > > Please check by information as following: > > FeedId = 31616776 > FeedMappingId = 3455369

Re: Cannot get removed FeedMapping using FeedMappingService

2015-11-24 Thread AU
Hi Josh, Please check by information as following: FeedId = 31616776 FeedMappingId = 34553692 Thanks. On Tuesday, November 24, 2015 at 12:19:14 AM UTC+7, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Could you send me the feed ID or feed mapping ID of the *FeedMapping* that > you are ex

Re: Cannot get removed FeedMapping using FeedMappingService

2015-11-24 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for sending over the IDs. The issue here is that that *FeedMapping* is actually *ENABLED*. 34553692 31616776 3 ENABLED So your predicate on *Status EQUALS REMOVED* is excluding that object. Cheers, Josh, AdWords API Team On

Re: Cannot get removed FeedMapping using FeedMappingService

2015-11-23 Thread Petter
Hi Josh, Please check information of Feed as following: FeedId = 31616776 FeedMappingId = 34553692 Thanks. On Tuesday, November 24, 2015 at 12:19:14 AM UTC+7, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Could you send me the feed ID or feed mapping ID of the *FeedMapping* that > you a

Re: Cannot get removed FeedMapping using FeedMappingService

2015-11-23 Thread Josh Radcliff (AdWords API Team)
Hi, Could you send me the feed ID or feed mapping ID of the *FeedMapping* that you are expecting to see in the result? Thanks, Josh, AdWords API Team On Sunday, November 22, 2015 at 8:17:17 PM UTC-5, Petter wrote: > > Hi Umesh, > > This is selector in my code: > > var selector = new Selector >

Re: Cannot get removed FeedMapping using FeedMappingService

2015-11-22 Thread Petter
Hi Umesh, This is selector in my code: var selector = new Selector { fields = new[] { "AttributeFieldMappings", "FeedId", "FeedMappingId", "PlaceholderType", "Status" }, predicates = new[] {

Re: Cannot get removed FeedMapping using FeedMappingService

2015-11-20 Thread Umesh Dengale
Hello, Could you specify the list of fields to select from the FeedMapping in your code? Please see this link