diff --git a/airbyte-integrations/connectors/source-facebook-marketing/setup.py b/airbyte-integrations/connectors/source-facebook-marketing/setup.py index f5ee54475344..45102391dbb5 100644 --- a/airbyte-integrations/connectors/source-facebook-marketing/setup.py +++ b/airbyte-integrations/connectors/source-facebook-marketing/setup.py @@ -8,7 +8,7 @@ MAIN_REQUIREMENTS = [ "airbyte-cdk==0.67", "cached_property==1.5.2", - "facebook_business==18.0.5", + "facebook_business==20.0.0", "pendulum>=2,<3", ] diff --git a/airbyte-integrations/connectors/source-facebook-marketing/source_facebook_marketing/schemas/ads_insights.json b/airbyte-integrations/connectors/source-facebook-marketing/source_facebook_marketing/schemas/ads_insights.json index 1428e2963307..2d4e40d41fd2 100644 --- a/airbyte-integrations/connectors/source-facebook-marketing/source_facebook_marketing/schemas/ads_insights.json +++ b/airbyte-integrations/connectors/source-facebook-marketing/source_facebook_marketing/schemas/ads_insights.json @@ -33,9 +33,6 @@ "adset_name": { "type": ["null", "string"] }, - "age_targeting": { - "type": ["null", "string"] - }, "attribution_setting": { "type": ["null", "string"] }, @@ -168,21 +165,9 @@ "estimated_ad_recall_rate": { "type": ["null", "number"] }, - "estimated_ad_recall_rate_lower_bound": { - "type": ["null", "number"] - }, - "estimated_ad_recall_rate_upper_bound": { - "type": ["null", "number"] - }, "estimated_ad_recallers": { "type": ["null", "number"] }, - "estimated_ad_recallers_lower_bound": { - "type": ["null", "number"] - }, - "estimated_ad_recallers_upper_bound": { - "type": ["null", "number"] - }, "frequency": { "type": ["null", "number"] }, @@ -192,9 +177,6 @@ "full_view_reach": { "type": ["null", "number"] }, - "gender_targeting": { - "type": ["null", "string"] - }, "impressions": { "type": ["null", "integer"] }, @@ -216,12 +198,6 @@ "instant_experience_outbound_clicks": { "$ref": "ads_action_stats.json" }, - "labels": { - "type": ["null", "string"] - }, - "location": { - "type": ["null", "string"] - }, "mobile_app_purchase_roas": { "$ref": "ads_action_stats.json" },