Hello Simon,
Thank you for reaching out. You could use FeedItemService to mutate the feed
items via Google Ads API Beta. The MutateFeedItems method will help you perform
the remove operation by specifying the resource name of the feed item which is
expected to be removed in the below format. Le
Hey.
I'm trying to remove items from feed with new google ads api beta, but i
don't know how to do that.
I have something like that:
feed_item_operation = clinet.get_type('FeedItemOperation', version='v2')
feed_item = feed_item_operation.remove
# What should i write here?
feed_item_service = c