Skip to content

Commit

Permalink
Merge branch 'master' into qa/table-reset
Browse files Browse the repository at this point in the history
  • Loading branch information
JYOTHINARAYANSETTY authored Aug 17, 2023
2 parents e42a78d + 9761160 commit 91cdcbe
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.19.0
* Add conversions to insights streams [#204](https://github.com/singer-io/tap-facebook/pull/204)

## 1.18.6
* Bump facebook_business SDK to v17.0.2 for token param bug fix [#219](https://github.com/singer-io/tap-facebook/pull/219)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='tap-facebook',
version='1.18.6',
version='1.19.0',
description='Singer.io tap for extracting data from the Facebook Ads API',
author='Stitch',
url='https://singer.io',
Expand Down
6 changes: 6 additions & 0 deletions tap_facebook/insights_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"canvas_avg_view_time",
"clicks",
"conversion_rate_ranking",
"conversion_values",
"conversions",
"cost_per_action_type",
"cost_per_inline_link_click",
"cost_per_inline_post_engagement",
Expand Down Expand Up @@ -94,6 +96,8 @@
"canvas_avg_view_time",
"clicks",
"conversion_rate_ranking",
"conversion_values",
"conversions",
"cost_per_inline_link_click",
"cost_per_inline_post_engagement",
"cost_per_total_action",
Expand Down Expand Up @@ -190,6 +194,8 @@
"campaign_name",
"clicks",
"conversion_rate_ranking",
"conversion_values",
"conversions",
"date_start",
"date_stop",
"deeplink_clicks",
Expand Down
8 changes: 2 additions & 6 deletions tap_facebook/schemas/ads_insights.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"unique_actions": {"$ref": "ads_action_stats.json"},
"actions": {"$ref": "ads_action_stats.json"},
"action_values": {"$ref": "ads_action_stats.json"},
"conversion_values": {"$ref": "ads_action_stats.json"},
"conversions": {"$ref": "ads_action_stats.json"},
"outbound_clicks": {"$ref": "ads_action_stats.json"},
"unique_outbound_clicks": {"$ref": "ads_action_stats.json"},
"video_30_sec_watched_actions": {"$ref": "ads_action_stats.json"},
Expand Down Expand Up @@ -262,12 +264,6 @@
"number"
]
},
"reach": {
"type": [
"null",
"integer"
]
},
"canvas_avg_view_percent": {
"type": [
"null",
Expand Down
2 changes: 2 additions & 0 deletions tap_facebook/schemas/ads_insights_age_and_gender.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"actions": {"$ref": "ads_action_stats.json"},
"action_values": {"$ref": "ads_action_stats.json"},
"outbound_clicks": {"$ref": "ads_action_stats.json"},
"conversion_values": {"$ref": "ads_action_stats.json"},
"conversions": {"$ref": "ads_action_stats.json"},
"unique_outbound_clicks": {"$ref": "ads_action_stats.json"},
"video_30_sec_watched_actions": {"$ref": "ads_action_stats.json"},
"video_p25_watched_actions": {"$ref": "ads_action_stats.json"},
Expand Down
2 changes: 2 additions & 0 deletions tap_facebook/schemas/ads_insights_country.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"actions": {"$ref": "ads_action_stats.json"},
"action_values": {"$ref": "ads_action_stats.json"},
"outbound_clicks": {"$ref": "ads_action_stats.json"},
"conversion_values": {"$ref": "ads_action_stats.json"},
"conversions": {"$ref": "ads_action_stats.json"},
"unique_outbound_clicks": {"$ref": "ads_action_stats.json"},
"video_30_sec_watched_actions": {"$ref": "ads_action_stats.json"},
"video_p25_watched_actions": {"$ref": "ads_action_stats.json"},
Expand Down
2 changes: 2 additions & 0 deletions tap_facebook/schemas/ads_insights_dma.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"actions": { "$ref": "ads_action_stats.json" },
"action_values": { "$ref": "ads_action_stats.json" },
"outbound_clicks": { "$ref": "ads_action_stats.json" },
"conversion_values": {"$ref": "ads_action_stats.json"},
"conversions": {"$ref": "ads_action_stats.json"},
"unique_outbound_clicks": {"$ref": "ads_action_stats.json"},
"video_30_sec_watched_actions": { "$ref": "ads_action_stats.json" },
"video_p25_watched_actions": { "$ref": "ads_action_stats.json" },
Expand Down
2 changes: 2 additions & 0 deletions tap_facebook/schemas/ads_insights_platform_and_device.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"actions": {"$ref": "ads_action_stats.json"},
"action_values": {"$ref": "ads_action_stats.json"},
"outbound_clicks": {"$ref": "ads_action_stats.json"},
"conversion_values": {"$ref": "ads_action_stats.json"},
"conversions": {"$ref": "ads_action_stats.json"},
"unique_outbound_clicks": {"$ref": "ads_action_stats.json"},
"video_30_sec_watched_actions": {"$ref": "ads_action_stats.json"},
"video_p25_watched_actions": {"$ref": "ads_action_stats.json"},
Expand Down
2 changes: 2 additions & 0 deletions tap_facebook/schemas/ads_insights_region.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"actions": {"$ref": "ads_action_stats.json"},
"action_values": {"$ref": "ads_action_stats.json"},
"outbound_clicks": {"$ref": "ads_action_stats.json"},
"conversion_values": {"$ref": "ads_action_stats.json"},
"conversions": {"$ref": "ads_action_stats.json"},
"unique_outbound_clicks": {"$ref": "ads_action_stats.json"},
"video_30_sec_watched_actions": {"$ref": "ads_action_stats.json"},
"video_p25_watched_actions": {"$ref": "ads_action_stats.json"},
Expand Down

0 comments on commit 91cdcbe

Please sign in to comment.