SkillsMarketing › Campaign Performance Digest

Campaign Performance Digest

Aggregate social signal data and news around a campaign or launch to understand real-world reception.

Superpowers: handler_monitor · handler_generate

When to use: You've launched a campaign, product, or announcement and want to measure how it's landing across channels.

Steps

Scan social media for campaign mentions

Superpower: handler_monitorlive API reference →

POST /v2/superpowers/handler_monitor
{
  "task": "trending",
  "query": "[campaign name OR brand + launch keyword]",
  "days": 7
}

Use the campaign hashtag, product name, or announcement keyword.

Find news coverage of the launch

Superpower: handler_monitorlive API reference →

POST /v2/superpowers/handler_monitor
{
  "task": "news",
  "query": "[brand] [launch/product/campaign] announcement"
}

Synthesise reception into a performance digest

Superpower: handler_generatelive API reference →

POST /v2/superpowers/handler_generate
{
  "task": "chat",
  "prompt": "You are a marketing analyst. Summarise the reception of [Campaign/Launch] across social and press. Sections: (1) Overall sentiment (positive/neutral/negative with evidence), (2) Top themes — what people are talking about, (3) Notable mentions (press, influencers, community), (4) What resonated vs what fell flat, (5) Recommended follow-up actions. Data: [step 1 + step 2]"
}

From previous step: trending data from step 1 + news from step 2 → inject into prompt

Outcome: Campaign reception digest with sentiment, top themes, notable mentions, and follow-up recommendations.

Fetch this skill via API

GET /v2/skills/campaign-performance-digest
Authorization: Bearer sk-hndlr-...