Perfmon alert output table
perfmon_alert_output_tableGet the per-campaign metric rows behind a triggered perfmon alert as JSONL. The alert is identified by its PerfmonId and PerfmonDefinitionMetricId (both from a perfmon alert row) plus the accountId. Each row is one campaign for one date range; the DateRange column is 1 = current period, 2 = previous period (for fluctuation metrics). Use campaignIds to limit to specific campaigns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional maximum number of rows to return, applied after the campaign filter. Defaults to 10000 when omitted. | |
| accountId | Yes | Single TrueClicks account id the alert belongs to (the numeric Id field from the account listing, not the platform customer id). | |
| perfmonId | Yes | Perfmon definition id, from the PerfmonId field in a perfmon alert view | |
| campaignIds | No | Optional list of campaign IDs to filter rows. Omit or leave empty to return all campaigns. | |
| perfmonDefinitionMetricId | Yes | Perfmon definition metric id, from the PerfmonDefinitionMetricId field in a perfmon alert view |