ads-attribution
GitHub用于审计跨平台广告归因、转化定义及报告窗口,审查GA4、MMP等数据源差异。确保指标可比性,拒绝不兼容数据的直接聚合,输出矛盾点与改进计划。
Trigger Scenarios
Install
npx skills add AgriciDaniel/claude-ads --skill ads-attribution -g -y
SKILL.md
Frontmatter
{
"name": "ads-attribution",
"description": "Audit 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 or total Meta and Google conversions, incompatible reporting-window aggregation, GA4 attribution, MMP review, AppsFlyer, Adjust, Branch, Singular, or cross-platform discrepancies."
}
Attribution Audit
- Read the main
adscontract and normalized account snapshots. - Declare the business conversion, value, data window, timezone, currency, and decision the attribution analysis must support.
- Inventory every browser, server, platform, analytics, MMP, offline, and app attribution source with its identity, counting, deduplication, and privacy rules.
- Reconcile comparable events and explain differences caused by eligibility, view-through rules, consent, modeled data, conversion lag, thresholds, or scope.
- Separate measurement quality from platform-reported performance.
- Return findings, contradictions, confidence, missing evidence, and a measurement improvement plan through the common JSON contract.
Do not assume one platform is ground truth, add incompatible reports together, or recommend an attribution model without the operator's decision context.
Comparability gate
Reject aggregation until the sources share, or are explicitly normalized to, the same conversion event and value definition, attribution window, click/view scope, counting method, deduplication identity, timezone, currency, attribution model, and modeled-data treatment. Until then, report the values side by side with their definitions; do not compute a total.
Example: Meta seven-day conversions and Google thirty-day conversions are incompatible. Refuse to add them, reconcile windows and definitions first, and only aggregate a newly comparable dataset.
Version History
- 669c760 Current 2026-07-25 07:45


