With the Messaging Insights API (provided via the Pages Insights API), you can programatically retrieve the same information that appears in the Page Insights tab of your Facebook Page.
To retrieve one or more metrics, send a GET
request to the /insights
endpoint, and include a comma-separated list of metric names to retrieve:
curl -X GET "https://graph.facebook.com/v2.8/me/insights/?metric=<LIST_OF_METRICS>&access_token=<PAGE_ACCESS_TOKEN>"
The following Messenger-specific metrics are available. For more information, see the Messaging Insights API Reference.
Metric Name | Description |
---|---|
| The number of people your business can send messages to. This metric shows the number of people who have ever sent a message to your business on Messenger, not including people who have blocked or reported your business on Messenger. There may be some constraints on your ability to send messages to connections, such as limitations on how many messages you can send during certain timeframes. This metric also only includes connections made since October 2016, when data became available. This metrics replaces the |
| The number of messaging conversations on Facebook Messenger that began with people who had never messaged with your business before. |
| Daily unique active conversations count. |
| The number of conversations with the Page that have been blocked. |
| The number of conversations from your Page that have been reported by people for reasons such as spam, or containing inappropriate content. |
| The number of conversations from your Page that have been reported by people for reasons such as spam, or containing inappropriate content. broken down by report type:
|
| Deprecated
This metric will be removed in Graph API v2.12. Please migrate your code to use our other Messaging Insights metrics, which provide comparable information. Daily unique conversation counts broken down by user feedback actions, including
|