Filtering on the AdGroupFeed status filters on the status of the AdGroupFeed and not the underlying feed items in that ad group feed. For instance: 1) Account1 has a Sitelink feed F1 with feed items FI1, FI2, FI3 2) Out of these I associate FI1, FI2 to AdGroup1 using AdGroupFeedService 3) Now I unmap FI2 from AdGroup1 using AdGroupFeedService with delete operator and matching function FEED_ITEM_ID EQUALS [FI2]. 4) As it stands, AdGroupFeed of AdGroup1 has one feed item that is enabled and another that is removed. 5) When I retrieve the feed items associated to the AdGroup1 using AdGroupFeedService with STATUS EQUALS [ENABLED] (like you said) and matching function, it returns *just the ids* of [FI1, FI2] in the matching function, with no information about the status of FI1 and FI2 in the AdGroupFeed of AdGroup1. What I want is the feed items which are enabled for AdGroup1.
Let me know if it doesn't make sense or if you need any more information. Any help would be greatly appreciated. On Wednesday, December 11, 2019 at 11:56:28 AM UTC-5, adsapiforumadvisor wrote: > > Hi Pallav, > > Thank you for reaching out. You can filter on the AdGroupFeed status > <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupFeedService.AdGroupFeed#status_1> > by > specifying a Status EQUALS enabled predicate > <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupFeedService.Predicate.html> > > in your selector. > > Regards, > Mitchell > Google Ads API Team > > ref:_00D1U1174p._5001UOEGvG:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ef8d37ad-a07c-4abd-8a59-1801596eef4f%40googlegroups.com.