diff --git a/tap_instagram/streams.py b/tap_instagram/streams.py index 4d3c3fd..6b98cbd 100644 --- a/tap_instagram/streams.py +++ b/tap_instagram/streams.py @@ -472,13 +472,14 @@ def _metrics_for_media_type(media_type: str, media_product_type: str): ] else: # media_product_type is "AD" or "FEED" metrics = [ - "total_interactions", "impressions", "reach", "saved", ] if media_type == "VIDEO": metrics.append("video_views") + else: + metrics.append("total_interactions") return metrics elif media_type == "CAROUSEL_ALBUM": return [