Ad Account Auditor
Audit one paid-media account or portfolio for incremental contribution and operating quality under declared constraints. Platform-reported ROAS is one input, never the objective or truth set by itself.
When This Must Trigger
- Before launching, materially increasing spend, or changing a risky bid/targeting strategy.
- When tracking, attribution inflation, unsafe placements, claims, or wasted spend are in doubt.
- When the user requests a ROAS/RQS account audit from their exports.
Quick Start
Audit this USD account for direct response using 7-day click, 3-day lag, and $120 CAC ceiling.
Run the incremental-profit profile against the holdout and order-ID exports.
Skill Contract
Reads: one normalized account/portfolio evidence set. Writes: only a permissioned v3 artifact. Done when: required context and all 20 states are explicit, vetoes use verified evidence, and scorer output is reported without executing spend changes.
This skill judges. conversion-signal-qa, attribution-reconciler, campaign-architect, ad-creative-builder, and budget-pacing-monitor build/fix the inputs. Never enable campaigns, change bids, upload audiences, or scale budgets without separate explicit approval.
Data Sources
| Need |
Preferred evidence |
| Delivery/spend |
Campaign, query, placement, audience, and change-history exports |
| Outcome truth |
Deduplicated order/lead IDs from ecommerce, analytics, or CRM |
| Economics |
Currency, margin/contribution, CAC/payback constraint |
| Attribution |
Platform + own-data timestamps/IDs, normalized windows and lag |
| Safety/claims |
Placement report, rendered ad/landing, approved claim/disclosure state from offer-claims-registry (the paid claims SSOT) |
| Incrementality |
Holdout/geo split/causal test, otherwise explicitly labeled proxy |
Instructions
Runtime and Setup
Read ../../../references/auditor-runbook.md, scoring-semantics.md, roas-benchmark.md, and the ROAS catalog entry. Standalone installs use bundled immutable references/auditor-runtime.md; never fetch mutable main. Before deterministic calls, follow runtime-invocation.md, resolve AARON_SKILLS_ROOT="${CLAUDE_PLUGIN_ROOT:-$(git rev-parse --show-toplevel 2>/dev/null || true)}", and require the scorer, validator, and typed catalogs. If unavailable, return score_state: NOT_SCORED / score_confidence: not_scored with no gate verdict or persistent artifact.
Declare profile (direct-response|prospecting|incremental-profit), target, currency, attribution window, conversion lag, business constraint, goal, and observation date. If any required context is missing, return NEEDS_INPUT/UNDECIDED.
Evidence and Scoring
- Normalize currency, windows, IDs, lag, and portfolio scope before comparing metrics.
- Score all 20
R1..S5 criteria from the benchmark with source/date/type/confidence.
- Use Unknown for missing own-data truth, placement exports, or reconciliation. No data is not a veto and cannot be N/A merely because access is inconvenient.
- Verify vetoes:
ROAS-R1: instrumentation demonstrably fails the named own-data truth set.
ROAS-R2: material double-counting/inflation is demonstrated.
ROAS-O1: material claim/disclosure failure against the offer-claims-registry approved state.
ROAS-O2: applicable platform/restricted-category violation.
ROAS-A1: placement evidence demonstrates a material safety breach.
- Run the typed scorer. Report estimated/proxy incrementality as such; do not call platform attribution causal.
§2 ROAS Worked Examples
- Complete direct-response profile, raw 78, no veto/fail:
DONE/SHIP, final 78.
- Complete profile, raw 78, one verified R1 failure:
DONE_WITH_CONCERNS/FIX, final 59.
- Complete profile, verified R1 and R2 failures:
DONE/BLOCK, raw retained, no final score.
- Missing placement report: A1 Unknown,
NEEDS_INPUT/UNDECIDED, no overall score.
§3 ROAS Guardrails
- High reported ROAS can reflect under-spend, branded-demand capture, or attribution inflation.
- Learning-phase disruption is an S2 finding, not an automatic veto.
- ATT/modeled data may reduce confidence; it does not automatically fail R1.
- Frequency, creative fatigue, and audience saturation require separate evidence.
- Never compare cross-platform returns before normalizing currency/window/lag and deduplicating outcomes.
§5 ROAS Translation
Lead with business impact and evidence. On trace request, qualify ROAS-R1/R2/O1/O2/A1; do not expose bare IDs that collide with RAMP/ECHO/TALE.
Report and Verdict
Begin with the auditor-runbook's exact typed conversation header. Never replace status, verdict, or score_state with prose; list each explicitly missing qualified item as ``ID: `unknown``` before findings.
Show verdict, profile/context, score or coverage/interval, confidence, R/O/A/S detail, reconciliation table, verified critical controls, Unknown evidence, and prioritized fix/owner/rerun condition. The scorer owns status/verdict and the 59 ceiling.
Validation Checkpoints
- Scope/currency/window/lag/constraint/goal are explicit.
- Own-data outcome truth is separated from platform self-report.
- All 20 items have valid states and provenance; Unknown is not renormalized.
- Veto failures are positively verified.
- No spend/account mutation occurred without separate approval.
Persistence
Persist only after explicit authorization to memory/audits/ad/YYYY-MM-DD-<topic>.md. Assemble and validate the complete v3 draft with validate-audit-artifact.py against that intended --relative-path, persist only through one full-content Write, then revalidate the target as required by the auditor runbook. Edit/shell/MCP mutations of the reserved sink are unsupported. Do not autonomously write hot cache, claims, candidates, or account state.
Reference Materials
Next Best Skill
1---2name: ad-account-auditor3description: Use when auditing a paid ad account for incremental contribution, wasted spend, or measurement integrity before scaling; runs a typed 20-item ROAS profile with verified vetoes and a SHIP/FIX/BLOCK/UNDECIDED gate on own exported data. Not for campaign structure design — use campaign-architect; not for creative production — use ad-creative-builder. 付费广告账户审计/ROAS评分4license: Apache-2.05---6
7# Ad Account Auditor
8
9Audit one paid-media account or portfolio for incremental contribution and operating quality under declared constraints. Platform-reported ROAS is one input, never the objective or truth set by itself.
10
11## When This Must Trigger
12
13- Before launching, materially increasing spend, or changing a risky bid/targeting strategy.
14- When tracking, attribution inflation, unsafe placements, claims, or wasted spend are in doubt.
15- When the user requests a ROAS/RQS account audit from their exports.
16
17## Quick Start
18
19```text
20Audit this USD account for direct response using 7-day click, 3-day lag, and $120 CAC ceiling.
21Run the incremental-profit profile against the holdout and order-ID exports.
22```
23
24## Skill Contract
25
26**Reads:** one normalized account/portfolio evidence set. **Writes:** only a permissioned v3 artifact. **Done when:** required context and all 20 states are explicit, vetoes use verified evidence, and scorer output is reported without executing spend changes.
27
28This skill judges. `conversion-signal-qa`, `attribution-reconciler`, `campaign-architect`, `ad-creative-builder`, and `budget-pacing-monitor` build/fix the inputs. Never enable campaigns, change bids, upload audiences, or scale budgets without separate explicit approval.
29
30## Data Sources
31
32| Need | Preferred evidence |
33|---|---|
34| Delivery/spend | Campaign, query, placement, audience, and change-history exports |
35| Outcome truth | Deduplicated order/lead IDs from ecommerce, analytics, or CRM |
36| Economics | Currency, margin/contribution, CAC/payback constraint |
37| Attribution | Platform + own-data timestamps/IDs, normalized windows and lag |
38| Safety/claims | Placement report, rendered ad/landing, approved claim/disclosure state from [offer-claims-registry](../../../protocol/offer-claims-registry/SKILL.md) (the paid claims SSOT) |
39| Incrementality | Holdout/geo split/causal test, otherwise explicitly labeled proxy |
40
41## Instructions
42
43### Runtime and Setup
44
45Read `../../../references/auditor-runbook.md`, `scoring-semantics.md`, `roas-benchmark.md`, and the ROAS catalog entry. Standalone installs use bundled immutable `references/auditor-runtime.md`; never fetch mutable `main`. Before deterministic calls, follow [`runtime-invocation.md`](../../../references/runtime-invocation.md), resolve `AARON_SKILLS_ROOT="${CLAUDE_PLUGIN_ROOT:-$(git rev-parse --show-toplevel 2>/dev/null || true)}"`, and require the scorer, validator, and typed catalogs. If unavailable, return `score_state: NOT_SCORED` / `score_confidence: not_scored` with no gate verdict or persistent artifact.
46
47Declare profile (`direct-response|prospecting|incremental-profit`), target, currency, attribution window, conversion lag, business constraint, goal, and observation date. If any required context is missing, return `NEEDS_INPUT/UNDECIDED`.
48
49### Evidence and Scoring
50
511. Normalize currency, windows, IDs, lag, and portfolio scope before comparing metrics.
522. Score all 20 `R1..S5` criteria from the benchmark with source/date/type/confidence.
533. Use Unknown for missing own-data truth, placement exports, or reconciliation. No data is not a veto and cannot be N/A merely because access is inconvenient.
544. Verify vetoes:
55 - `ROAS-R1`: instrumentation demonstrably fails the named own-data truth set.
56 - `ROAS-R2`: material double-counting/inflation is demonstrated.
57 - `ROAS-O1`: material claim/disclosure failure against the `offer-claims-registry` approved state.
58 - `ROAS-O2`: applicable platform/restricted-category violation.
59 - `ROAS-A1`: placement evidence demonstrates a material safety breach.
605. Run the typed scorer. Report estimated/proxy incrementality as such; do not call platform attribution causal.
61
62## §2 ROAS Worked Examples
63
64- Complete direct-response profile, raw 78, no veto/fail: `DONE/SHIP`, final 78.
65- Complete profile, raw 78, one verified R1 failure: `DONE_WITH_CONCERNS/FIX`, final 59.
66- Complete profile, verified R1 and R2 failures: `DONE/BLOCK`, raw retained, no final score.
67- Missing placement report: A1 Unknown, `NEEDS_INPUT/UNDECIDED`, no overall score.
68
69## §3 ROAS Guardrails
70
71- High reported ROAS can reflect under-spend, branded-demand capture, or attribution inflation.
72- Learning-phase disruption is an S2 finding, not an automatic veto.
73- ATT/modeled data may reduce confidence; it does not automatically fail R1.
74- Frequency, creative fatigue, and audience saturation require separate evidence.
75- Never compare cross-platform returns before normalizing currency/window/lag and deduplicating outcomes.
76
77## §5 ROAS Translation
78
79Lead with business impact and evidence. On trace request, qualify `ROAS-R1/R2/O1/O2/A1`; do not expose bare IDs that collide with RAMP/ECHO/TALE.
80
81## Report and Verdict
82
83Begin with the auditor-runbook's exact typed conversation header. Never replace `status`, `verdict`, or `score_state` with prose; list each explicitly missing qualified item as ``ID: `unknown``` before findings.
84
85Show verdict, profile/context, score or coverage/interval, confidence, R/O/A/S detail, reconciliation table, verified critical controls, Unknown evidence, and prioritized fix/owner/rerun condition. The scorer owns status/verdict and the 59 ceiling.
86
87## Validation Checkpoints
88
89- Scope/currency/window/lag/constraint/goal are explicit.
90- Own-data outcome truth is separated from platform self-report.
91- All 20 items have valid states and provenance; Unknown is not renormalized.
92- Veto failures are positively verified.
93- No spend/account mutation occurred without separate approval.
94
95## Persistence
96
97Persist only after explicit authorization to `memory/audits/ad/YYYY-MM-DD-<topic>.md`. Assemble and validate the complete v3 draft with `validate-audit-artifact.py` against that intended `--relative-path`, persist only through one full-content Write, then revalidate the target as required by the auditor runbook. Edit/shell/MCP mutations of the reserved sink are unsupported. Do not autonomously write hot cache, claims, candidates, or account state.
98
99## Reference Materials
100
101- [ROAS benchmark](../../../references/roas-benchmark.md)
102- [Measurement protocol](../../../references/measurement-protocol.md)
103- [Auditor runbook](../../../references/auditor-runbook.md)
104- [Scoring semantics](../../../references/scoring-semantics.md)
105
106## Next Best Skill
107
108- **Tracking:** [conversion-signal-qa](../conversion-signal-qa/SKILL.md)
109- **Claims/disclosures:** [offer-claims-registry](../../../protocol/offer-claims-registry/SKILL.md) — the approved claim/disclosure state behind `ROAS-O1`
110- **Attribution:** [attribution-reconciler](../../scale/attribution-reconciler/SKILL.md)
111- **Structure/audience:** [campaign-architect](../../research/campaign-architect/SKILL.md)
112- **Pacing:** [budget-pacing-monitor](../../scale/budget-pacing-monitor/SKILL.md)