Is it possible to fetch Facebook Data in Grafana?

I need to fetch my Facebook ads manager data and results along with the cost to show it in grafana but I’m facing lots of issues and I don’t know how to do it.

Thank you in advance

Hi,

I don’t have experience with Facebook ads manager but I imagine it’s like any other kind of http API. So in general, as long as you can query that API and get out the metrics you’re interested in you should be able to write to a datasource that grafana supports. You should be able to utilize collectors/exporters, e.g. collectd, prometheus exporter, telegraf etc, which can help you with fetch data from Facebook ads manager api at a regular interval and store them in some datasource.

All of this ultimately depends on how and where you aim to store your fetched data.

Here’s some information which may help you further:

Hope this helps

Marcus

1 Like

You could also build your own json api as an endpoint for the Simple JSON data source.

1 Like

Thank you very much for your reply I’ll try this and if I need any help sure I’ll ask you :smile:

Thank you, I will work on this