I am using the tap-facebook <https://github.com/Me...
# singer-taps
m
I am using the tap-facebook https://github.com/MeltanoLabs/tap-facebook but it is very unclear exactly what needs to go into the Insight Reports List (insight_reports_list). In fact this is not really mentioned in the github reporT at all, only on the main documentation. Anyone got any ideas on how this should be configured. So far I have attempted calling specific reports like this:
Copy code
- name: tap-facebook
    variant: meltanolabs
    pip_url: git+<https://github.com/MeltanoLabs/tap-facebook.git>

    config:
      start_date: '2024-09-01T00:00:00Z'
      insight_reports_list:
      - adcreatives
a
Don't use the tap myself, but from the tap repo, the code gives an idea https://github.com/MeltanoLabs/tap-facebook/blob/d90df05e0c00f72552ce4997415ad9568b3f01a2/tap_facebook/tap.py#L78 And it also gives a link to the API docs: https://developers.facebook.com/docs/marketing-api/insights/breakdowns Is that helpful? Agree an example would be great in the docs
Perhaps add to this issue if you get it working? https://github.com/MeltanoLabs/tap-facebook/issues/153