Ads Insights (sync only)
insightsRetrieve ad performance metrics for Facebook accounts, campaigns, ad sets, or ads. Specify object ID, level, and fields to get spend, impressions, clicks, and actions.
Instructions
GET /{object_id}/insights. Sync only — for huge date ranges Meta recommends async jobs (POST /insights → polling), which this read-only server does not support. object_id can be account (use 'act_{id}' or numeric and we'll prefix), campaign, adset or ad — level must match. Common fields: spend, impressions, clicks, ctr, cpc, cpm, reach, frequency, actions, action_values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | ||
| level | Yes | ||
| fields | No | ||
| date_preset | No | ||
| time_range | No | ||
| time_increment | No | ||
| breakdowns | No | ||
| action_breakdowns | No | ||
| filtering | No | ||
| limit | No | ||
| auto_paginate | No | ||
| max_pages | No |