Campaign reports
Campaign results report
Share a campaign photo, headline result, and next step in one PDF.
Use this A4 page for a client update or campaign review. Each photo and text region stays editable.

TypeDocuments
File typesPDF
SourceMade by thirds.ai with original graphic marks, fictional sample names, and original AI-generated example photos.
LicenceFree to copy and use in your own templates
Your data
See the fields before you copy.
Your copy starts with these sample values. Change any of them.
{
"period": "SEPTEMBER 2026",
"title": "GOOD WORK,\nMEASURABLE RESULTS.",
"summary": "A clear view of this month's progress, the work that matters, and what comes next.",
"metric_label": "CAMPAIGN CONVERSIONS",
"metric": "+24%",
"metric_note": "A stronger response\nfrom the same budget.",
"next_step": "Build on the strongest creative. Test five new headlines with the team.",
"footer": "Prepared for your team",
"primary_colour": "#0046ff"
}Use it your way
Render the same template on the web, by API, or through MCP.
curl https://thirds.ai/v1/pdf \
-H "Authorization: Bearer $THIRDS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"template_id":"tpl_your_copy","version":1,"data":{"period":"SEPTEMBER 2026","title":"GOOD WORK,\nMEASURABLE RESULTS.","summary":"A clear view of this month's progress, the work that matters, and what comes next.","metric_label":"CAMPAIGN CONVERSIONS","metric":"+24%","metric_note":"A stronger response\nfrom the same budget.","next_step":"Build on the strongest creative. Test five new headlines with the team.","footer":"Prepared for your team","primary_colour":"#0046ff"}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "pdf",
"idempotency_key": "campaign-report-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"period": "SEPTEMBER 2026",
"title": "GOOD WORK,\nMEASURABLE RESULTS.",
"summary": "A clear view of this month's progress, the work that matters, and what comes next.",
"metric_label": "CAMPAIGN CONVERSIONS",
"metric": "+24%",
"metric_note": "A stronger response\nfrom the same budget.",
"next_step": "Build on the strongest creative. Test five new headlines with the team.",
"footer": "Prepared for your team",
"primary_colour": "#0046ff"
}
}
}
}
}