From e2765aec0003ce3c116cca3c04bb2219adabfe64 Mon Sep 17 00:00:00 2001 From: Gary James Date: Tue, 23 Jan 2024 17:21:23 +0000 Subject: [PATCH] Update streams.py --- tap_instagram/streams.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 [