get_performance_report
Retrieve total performance metrics for a Reddit Ads account over a specified date range. Accepts friendly metric names like impressions, clicks, spend, and returns aggregated data in USD.
Instructions
Performance totals for an ad account over a date window. Accepts friendly lowercase metric names (e.g. impressions, clicks, spend, ctr, cpc, conversion_page_visit_clicks) validated locally before the call. Money metrics come back in USD. Defaults to the last 7 days. Use get_daily_performance for a per-day breakdown, compare_periods for change against the prior window, or compare_ads to rank the ads inside one ad group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metrics | No | Friendly metric names. Default: a useful spend+conversions set. | |
| end_date | No | YYYY-MM-DD, inclusive. Default: today. | |
| account_id | No | Ad account id. Falls back to REDDIT_ADS_ACCOUNT_ID. | |
| breakdowns | No | Dimensions to break down by, e.g. date, campaign_id, country, community. | |
| start_date | No | YYYY-MM-DD, inclusive. Default: 7 days ago. |