paid-measurement-loop

Featured

Use when the user asks to "read back" a paid campaign change, "did this ad change work", or "compare ROAS/CPA before and after"; reads ROAS/CPA against a control over a fixed readback window and returns a Promote / Keep-testing / Rollback / Unproven readback decision with the math delegated to roi-calculator. Not for RQS scoring or veto adjudication — use ad-account-auditor; not for the ROI ratio math — use roi-calculator; not for cross-channel rollups — use performance-analyzer. 付费广告复盘/ROAS回看/投放效果归因

AI & Automation 2,635 stars 347 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Paid Measurement Loop Reads a paid-ads change back against a control over a fixed readback window and returns Promote / Keep-testing / Rollback / Unproven. This is the paid readback loop — distinct from `roi-calculator` (the ROI/CPA math, which this delegates to), `ad-account-auditor` (RQS score/veto adjudication), and `performance-analyzer` (cross-channel rollup); it owns only the readback decision, window, and control. ## Quick Start ```text Read back the budget increase I made on Campaign X two weeks ago — did ROAS hold vs the control? I rotated in new creative on the prospecting set on the 10th — promote, keep testing, or roll back? Compare ROAS on my Meta vs Google search campaigns (I have both CSV exports) ``` ## Skill Contract **Expected output**: a per-change `readback_decision` (Promote / Keep-testing / Rollback / Unproven) with delta-vs-control on a primary metric (ROAS or CPA), the readback window used, normalization notes (attribution window + currency), and a handoff summary ready for `memory/ad/paid-measurement-loop/`. `readback_decision` is not an RQS auditor verdict. - **Reads**: the change under test (what/when/owner), baseline vs candidate window exports (campaign report, GA4/ecommerce conversions), the control (unchanged campaign, sibling ad set, or holdout), target ROAS/CPA, attribution window per platform, and currency. - **Writes**: a user-facing readback table plus a reusable readback summary storable under `memory/ad/paid-measurement-loop/`. - ...

Details

Author
aaron-he-zhu
Repository
aaron-he-zhu/aaron-marketing-skills
Created
8 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category