tap-facebook
tap-facebook copied to clipboard
Singer.io tap for Facebook Marketing API
For example, I want to get activities data of an ad set as described at https://developers.facebook.com/docs/marketing-api/reference/ad-campaign/activities/#Reading Does currently tap-facebook support this?
Hi, im getting the following error when try to run tap-facebook. I followed each step of the Quick start guide `../site-packages/singer/transform.py", line 95, in transform raise SchemaMismatch(self.errors)` `singer.transform.SchemaMismatch: Errors during...
Hi, I already left a message in the Singer Slack space, but I am reposting here in case it's a better way to reach out. I've been exploring ways to...
Hi - I have pulled data from FB ads, to my bigquery, I have removed the multiple batches issue, so the numbers are fairly accurate. My spend/ impressions counts are...
The ability to query the `me/adaccounts` endpoint is missing.
The tap makes requests at the ad-level, which to my knowledge is not configurable, though [this block](https://github.com/singer-io/tap-facebook/blob/master/tap_facebook/__init__.py#L390) suggests that it could be. Pulling insights reports for an Account would provide...
We are getting an error when running this tap: ``` File "/Users/XXX/Documents/bigquery/venv/lib/python3.6/site-packages/singer/catalog.py", line 87, in from_dict for stream in data['streams']: TypeError: list indices must be integers or slices, not str...
According to [this bug report](https://developers.facebook.com/support/bugs/2080587978826563/?comment_id=2082806611938033) Facebook devs suggest that "
According to [this page](https://developers.facebook.com/docs/marketing-api/insights/parameters) of Facebook's documentation, the top-level `outbound_clicks` parameter will return an `action_stats` list containing, "The number of clicks on links that take people off Facebook-owned properties." The...
I think this might be possible, so I'm leaving this here to check back at some point for an improvement. The current logic retrieves all Ads/Campaigns and checks their updated_time...