nevent_get_paid_ad_group_insights
Get daily performance metrics for a specific ad group (ad set). Use after nevent_list_paid_ad_groups to get a valid adGroupId. Date range defaults to the last 7 days when from/to are omitted. Returns daily rows with: spend, impressions, reach, frequency, clicks, CTR, CPM, CPC, ROAS, engagement rate, video metrics. Each row.date is an ISO 8601 UTC timestamp (e.g. "2026-05-10T00:00:00Z"). A 404 may mean this tenant is not enrolled in the insights pilot — call nevent_paid_ads_health to confirm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date for insights window (yyyy-MM-dd). Defaults to today when omitted. | |
| from | No | Start date for insights window (yyyy-MM-dd). Defaults to 7 days ago when omitted. | |
| provider | Yes | Ad provider: meta | google | tiktok | |
| adGroupId | Yes | Ad group (ad set) ID from the provider. Use nevent_list_paid_ad_groups to get valid adGroupId values. |