RE: Google ads api beta remove item from feed

2020-02-06 Thread Google Ads API Forum Advisor Prod
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

Google ads api beta remove item from feed

2020-02-05 Thread Simon
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