Hello,
I have some feed items n that I associated to an ad group using the `AdGroupFeedService`.
Out of those n feed items, some are `enabled`, and a few are `removed` from the `AdGroupFeed` and not from the overall Feed in the account.
Now, I need to get the `enabled` feed items associated to the ad group. When I use the "AdGroupFeedService", I add a selector "MatchingFunction" to my query. This returns all the feed item ids in that account and not just the `enabled` ones.
The documentation suggests that there is no way I could filter on status of the feed item.
I tried using AdGroupExtensionSettingService but it doesn't return anything. I am assuming that is because the feed items were added using a different service (AdGroupFeedService)
How do I get just the "enabled" feed items associated to the ad group?