get_conversion_insights
Retrieve attributed conversion totals or daily values for ad campaigns. Filter by aggregation level, time range, and optional breakdowns.
Instructions
Get attributed conversion totals or daily values. POST /conversions/insights. Requires aggregation_level + time_ranges. Use breakdown (device/country) for segments. group_by_entity splits per campaign/ad_group/ad.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| breakdown | No | Optional breakdown dimension. | |
| entity_ids | No | Filter to specific campaign/ad_group/ad IDs. | |
| time_ranges | Yes | Time ranges (required). Example: ["2026-01-01:2026-01-31"] | |
| ad_account_id | No | ||
| group_by_entity | No | Split results per entity_id. | |
| time_granularity | No | none=totals, daily=daily breakdown. | |
| aggregation_level | Yes | Aggregation level (required). | |
| include_zero_rows | No | Include rows with zero conversions. |