Meta Pages Usage Examples
Practical recipes for analyzing Facebook Page data.
Recipe 1: Follower Dynamics
Goal: track audience growth and churn over a month.
Parameters:
- Period:
days_28 - Metrics:
page_fans, page_fan_adds, page_fan_removes
What to analyze:
- Net growth (
page_fan_adds - page_fan_removes) — audience growth - The adds/removes ratio — audience health (>3:1 is good)
- Sharp spikes in unfollows — possible negative content or bots
Recommendation: compare with the previous 28-day period to spot trends.
Recipe 2: Content Engagement
Goal: assess how much the audience interacts with the Page's content.
Parameters:
- Period:
day(over the last 7 days) - Metrics:
page_post_engagements, page_impressions, page_reach, page_consumptions
What to analyze:
page_post_engagements / page_reach— engagement rate (typical range: 1-5%)page_consumptions / page_impressions— content consumption depth- Engagement peaks by day — correlation with publications
Recommendation: match engagement peaks to specific posts to identify the most effective content formats.
Recipe 3: Weekly Digest
Goal: prepare a summary of key metrics for the week.
Parameters:
- Period:
week - Metrics:
page_impressions, page_reach, page_engaged_users, page_fan_adds, page_post_engagements
What to include in the digest:
- Reach: total and unique (reach vs impressions)
- Engagement: total number of interactions
- Growth: new followers and net growth
- Trend: comparison with the previous week (growth/decline in %)
Recommendation: add trend visualization — a line chart for reach and a bar chart for engagement.
Recipe 4: Comparing Pages (for Multiple Connections)
Goal: compare the performance of several Facebook Pages.
Parameters:
- Period:
days_28 - Metrics:
page_impressions, page_reach, page_engaged_users, page_fans
What to analyze:
- Engagement rate by Page (
engaged_users / reach) - Audience growth in absolute and relative terms
- Reach per post (if the number of publications is known)
Recommendation: normalize metrics per 1,000 followers for a fair comparison across Pages of different sizes.