tap-facebook
tap-facebook copied to clipboard
Singer.io tap for Facebook Marketing API
I believe you have to add something like this: Apply a filtering for all delivery_info states. Then you get all campaigns / adsets / ads, even they were deleted or...
The property definition for [ads_insights_platform_and_device.date_start](https://github.com/singer-io/tap-facebook/blob/master/tap_facebook/schemas/ads_insights_platform_and_device.json#L381) contains "format" "date-time" and the resulting BigQuery field has type TIMESTAMP. For a similar schema, [ads_insights_age_and_gender.date_start](https://github.com/singer-io/tap-facebook/blob/master/tap_facebook/schemas/ads_insights_age_and_gender.json#L362) this "format" is missing and the resulting BigQuery field...
Hi, I submitted a feature request for this with Shaun (via email), but wanted to follow up here. We'd really love to see FB's `time_increment` parameter supported in this tap....
The Facebook Ads API version in the tap is v13.0 which is deprecated now. Update to v14.0
Currently, the tap-facebook only allow fetching data from one account_id Can we change the config so that multiple account_ids can be passed
# Description of change Addresses #229 # Manual QA steps - # Risks - # Rollback steps - revert this branch
There are two conversion window options in the Meta Insights API which are not available in this tap: skan_view & skan_click. Without using these options, certain action values no longer...
Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
# Description of change AdCreative can fail because of bad data from facebook. This change allows responses that errored to be retried. # Manual QA steps - Observed the error...
I'm trying to retrieve "spend" data for stream 'ads_insights', but this error is raised. I've tried to change the data type to string in my properties file, but the result...