mailerpress/get-campaign-stats bulk-fetches engagement statistics for one or more campaigns in a single call: opens, clicks, unsubscribes and delivery status.
Bulk is the point — one round trip rather than one per campaign.
At a glance
| Ability | mailerpress/get-campaign-stats |
| Toolset | MailerPress — toolset/mailerpress |
| Group | MailerPress › Campaigns & Sending |
| Requires | AcrossAI Pro, plus MailerPress active on the site |
| Capability | manage_options |
| Safety | Read-only — changes nothing |
| Repeatable | Idempotent — running it twice leaves the same result |
| Ships in | AcrossAI Pro 0.9.16 and later |
How it works
Opens are the least reliable of the three and the most quoted. An open is recorded when a tracking pixel loads, which means clients blocking images under-report and clients pre-fetching images over-report.
Clicks are solid by comparison: a click is a real navigation through a tracked link.
Unsubscribes are the number worth watching on a campaign that was targeted more broadly than usual, because they are the measurable cost of reaching people who did not want it.
A campaign with tracking disabled at send time has no statistics at all, and that is unrecoverable — the data was never collected. mailerpress/update-campaign-settings is where tracking is configured, before the send.
For engagement broken down by batch, mailerpress/get-campaign-batches is the per-audience view.
Input
| Name | Type | Required | What it is |
|---|---|---|---|
ids | array | Yes | Campaign IDs. |
What comes back
| Name | Type | What it is |
|---|---|---|
stats | array | Per campaign: opens, clicks, unsubscribes and delivery status. |
success | boolean | Whether the call completed. |
message | string | A one-line summary of what happened, suitable for showing a human. |
error_code | string | Present only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation. |
Example
Ask your assistant:
How did these campaigns perform?
It resolves to one call:
{
"ability": "mailerpress/get-campaign-stats",
"parameters": {
"ids": [44, 45]
}
}Worth knowing
- Opens are unreliable in both directions. Clicks are not.
- Unsubscribes measure the cost of over-broad targeting.
- Tracking off at send time means no statistics, ever.
- Read-only.
Related abilities
- MailerPress Get Campaign Status Summary — status and batch state too
- MailerPress Get Campaign Batches — per-audience breakdown
Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager
Browse the rest: Every ability, by category