Get Ad Set Insights
meta_get_adset_insightsRetrieve performance insights for ad sets by account, campaign, or specific ad set, with date ranges and breakdowns for segmented analysis.
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 |
|---|---|---|---|
| since | No | ||
| until | No | ||
| adset_id | No | ||
| breakdowns | No | Breakdown dimensions for segmented data | |
| campaign_id | No | ||
| date_preset | No | Date range preset | last_30d |
| ad_account_id | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |