diff --git a/tap_facebook/streams/ad_insights.py b/tap_facebook/streams/ad_insights.py index fd18cd47..62ab6074 100644 --- a/tap_facebook/streams/ad_insights.py +++ b/tap_facebook/streams/ad_insights.py @@ -45,6 +45,15 @@ "__module__", "__doc__", "__dict__", + # No longer available >= v19.0: https://developers.facebook.com/docs/marketing-api/marketing-api-changelog/version19.0/ + "age_targeting", + "gender_targeting", + "labels", + "location", + "estimated_ad_recall_rate_lower_bound", + "estimated_ad_recall_rate_upper_bound", + "estimated_ad_recallers_lower_bound", + "estimated_ad_recallers_upper_bound", ] SLEEP_TIME_INCREMENT = 5