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 
> <https://developers.google.com/adwords/api/docs/reference/v201509/FeedService.Feed#status>
>  retrieved 
> via the FeedService 
> <https://developers.google.com/adwords/api/docs/reference/v201509/FeedService>
> .
>
> It looks to me like everything is working as intended. Could you clarify 
> what the issue is now?
>
> Thanks,
> Josh, AdWords API Team
>
> On Wednesday, November 25, 2015 at 9:00:01 PM UTC-5, Petter wrote:
>>
>> Hi Josh,
>>
>> This is screenshot on website & service response:
>>
>>
>> <https://lh3.googleusercontent.com/-Po7HQ3r4noo/VlZnBgitr7I/AAAAAAAAADA/X4aAEGoUkHk/s1600/Web.png>
>>
>>
>>
>> <https://lh3.googleusercontent.com/-qPikQbiTz7Q/VlZnGzqZm3I/AAAAAAAAADI/frIBDPYAIOQ/s1600/Debug.png>
>>
>>
>>
>>
>> On Wednesday, November 25, 2015 at 10:00:36 PM UTC+7, Josh Radcliff 
>> (AdWords API Team) wrote:
>>>
>>> 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 
>>> <https://developers.google.com/adwords/api/docs/reference/v201509/FeedMappingService.FeedMapping#placeholdertype>
>>>  simply 
>>> means that when you go to the *Ad extensions* tab and choose that 
>>> extension type, you'll be able to select that *Feed*'s *FeedItems*. In 
>>> other words, a *FeedMapping* tells AdWords that the feed is eligible 
>>> for use in the context of the placeholder type.
>>>
>>> Are you perhaps looking at the *Account Extensions, Campaign Extension, 
>>> *or *Ad Extension* sub tabs on the *Ad extensions* tab? If so, those 
>>> correspond to *CustomerFeed, CampaignFeed, *and* AdGroupFeed* objects 
>>> rather than *FeedMappings*. Looking at that feed, I see that it has a 
>>> *REMOVED* *CustomerFeed* for placeholder type 3.
>>>
>>> CustomerFeedService.query 
>>> <https://developers.google.com/adwords/api/docs/reference/v201509/CustomerFeedService#query>
>>> :
>>> SELECT FeedId, MatchingFunction, PlaceholderTypes, Status WHERE FeedId = 
>>> 31616776
>>>
>>> *Result:*
>>> <entries>
>>>   <feedId>31616776</feedId>
>>>   <matchingFunction>
>>>   ...
>>>   </matchingFunction>
>>>   <placeholderTypes>3</placeholderTypes>
>>>   <status>REMOVED</status>
>>> </entries>
>>>
>>> Cheers,
>>> Josh, AdWords API Team
>>>
>>> On Tuesday, November 24, 2015 at 8:42:23 PM UTC-5, Petter wrote:
>>>>
>>>> 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 actually *ENABLED*.
>>>>>
>>>>>         <entries>
>>>>>           <feedMappingId>34553692</feedMappingId>
>>>>>           <feedId>31616776</feedId>
>>>>>           <placeholderType>3</placeholderType>
>>>>>           <status>ENABLED</status>
>>>>>         </entries>
>>>>>
>>>>> So your predicate on *Status EQUALS REMOVED* is excluding that object.
>>>>>
>>>>> Cheers,
>>>>> Josh, AdWords API Team
>>>>>
>>>>> On Monday, November 23, 2015 at 9:52:55 PM UTC-5, Petter wrote:
>>>>>>
>>>>>> 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 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
>>>>>>>>             {
>>>>>>>>                 fields = new[] { "AttributeFieldMappings", 
>>>>>>>> "FeedId", "FeedMappingId", "PlaceholderType", "Status" },
>>>>>>>>                 predicates = new[]
>>>>>>>>                                  {
>>>>>>>>                                      new Predicate { field = 
>>>>>>>> "PlaceholderType", @operator = PredicateOperator.EQUALS, values = 
>>>>>>>> new[] { 
>>>>>>>> "3" } },
>>>>>>>>                                      new Predicate { field = 
>>>>>>>> "Status", @operator = PredicateOperator.EQUALS, values = new[] { 
>>>>>>>> "REMOVED" 
>>>>>>>> } }
>>>>>>>>                                  }
>>>>>>>>             };
>>>>>>>>
>>>>>>>> Thanks.
>>>>>>>>
>>>>>>>> On Friday, November 20, 2015 at 11:29:49 PM UTC+7, Umesh Dengale 
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Hello,
>>>>>>>>>
>>>>>>>>> Could you specify the list of fields to select from the 
>>>>>>>>> FeedMapping 
>>>>>>>>> <https://developers.google.com/adwords/api/docs/reference/v201509/FeedMappingService.FeedMapping>
>>>>>>>>>  in 
>>>>>>>>> your code?  Please see this link 
>>>>>>>>> <https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201509-FeedMappingService>
>>>>>>>>>  for 
>>>>>>>>> selector fields 
>>>>>>>>> <https://developers.google.com/adwords/api/docs/reference/v201509/FeedMappingService.Selector#fields>
>>>>>>>>>  available 
>>>>>>>>> to the FeedMappingService. Please check out Selector 
>>>>>>>>> <https://developers.google.com/adwords/api/docs/reference/v201509/FeedMappingService.Selector>
>>>>>>>>>  document 
>>>>>>>>> for more details. 
>>>>>>>>>
>>>>>>>>> Regards,
>>>>>>>>> Umesh, AdWords API Team.
>>>>>>>>>
>>>>>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/442e462a-8226-4f9a-8e95-32ecfa996480%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to