Get Ad Set Insights
meta_get_adset_insightsRetrieve performance metrics for Facebook ad sets by account, campaign, or specific ad set. Filter by date range and breakdowns like age, gender, or country.
Instructions
Gets performance insights for ad sets.
Args:
ad_account_id (string): Ad account ID (use for all ad sets)
adset_id (string, optional): Specific ad set ID
campaign_id (string, optional): All ad sets in a campaign
date_preset (string): Date range preset (default: last_30d)
since / until (string, optional): Custom date range YYYY-MM-DD
breakdowns (string[], optional): age, gender, country, device_platform, etc.
Provide ad_account_id or campaign_id or adset_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_account_id | No | ||
| adset_id | No | ||
| campaign_id | No | ||
| date_preset | No | Date range preset | last_30d |
| since | No | ||
| until | No | ||
| breakdowns | No | Breakdown dimensions for segmented data | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |