Page Insights metrics
page_insightsRetrieve Facebook Page insights for selected metrics (e.g., page_impressions, page_fans) with customizable time period and date range.
Instructions
GET /{page_id}/insights. Requires a Page Access Token (resolved automatically). Pass an array of metric names (e.g. [page_impressions, page_fans, page_post_engagements]). Period default is day; pass since/until as YYYY-MM-DD or unix seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| metric | Yes | ||
| period | No | ||
| since | No | ||
| until | No |