$npx -y skills add AgriciDaniel/claude-ads --skill ads-attributionAudit cross-platform attribution, conversion definitions, reporting windows, GA4, AdServices and AdAttributionKit, MMPs, browser and server events, offline conversions, and platform reconciliation. Use for attribution audit, attribution models, conversion windows, requests to add
| 1 | # Attribution Audit |
| 2 | |
| 3 | 1. Read the main `ads` contract and normalized account snapshots. |
| 4 | 2. Declare the business conversion, value, data window, timezone, currency, and |
| 5 | decision the attribution analysis must support. |
| 6 | 3. Inventory every browser, server, platform, analytics, MMP, offline, and app |
| 7 | attribution source with its identity, counting, deduplication, and privacy rules. |
| 8 | 4. Reconcile comparable events and explain differences caused by eligibility, |
| 9 | view-through rules, consent, modeled data, conversion lag, thresholds, or scope. |
| 10 | 5. Separate measurement quality from platform-reported performance. |
| 11 | 6. Return findings, contradictions, confidence, missing evidence, and a measurement |
| 12 | improvement plan through the common JSON contract. |
| 13 | |
| 14 | Do not assume one platform is ground truth, add incompatible reports together, or |
| 15 | recommend an attribution model without the operator's decision context. |
| 16 | |
| 17 | ## Comparability gate |
| 18 | |
| 19 | Reject aggregation until the sources share, or are explicitly normalized to, the |
| 20 | same conversion event and value definition, attribution window, click/view scope, |
| 21 | counting method, deduplication identity, timezone, currency, attribution model, |
| 22 | and modeled-data treatment. Until then, report the values side by side with their |
| 23 | definitions; do not compute a total. |
| 24 | |
| 25 | Example: Meta seven-day conversions and Google thirty-day conversions are |
| 26 | incompatible. Refuse to add them, reconcile windows and definitions first, and |
| 27 | only aggregate a newly comparable dataset. |