30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

MailerPress Get Campaign Stats

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

Abilitymailerpress/get-campaign-stats
ToolsetMailerPress — toolset/mailerpress
GroupMailerPress › Campaigns & Sending
RequiresAcrossAI Pro, plus MailerPress active on the site
Capabilitymanage_options
SafetyRead-only — changes nothing
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI 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

NameTypeRequiredWhat it is
idsarrayYesCampaign IDs.

What comes back

NameTypeWhat it is
statsarrayPer campaign: opens, clicks, unsubscribes and delivery status.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent 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


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading