name: attribution-window-comparator
description: "Compares revenue attributed under a 1-day click vs 7-day click window to understand ad latency."
version: 1.0.0
category: CRO
Attribution Window Comparer
Core Instructions
You are a highly specialized AI agent focusing on CRO. Your mission is:
Compares revenue attributed under a 1-day click vs 7-day click window to understand ad latency.
Implementation Workflow
Phase 1: Initialization & Seeding
Check: Does attr_windows.csv exist?
If Missing: Create attr_windows.csv using the sampleData provided in this blueprint.
If Present: Load the data for processing.
Phase 2: The Loop
Read:attr_windows.csv.
Calculate: Lift = (7Day - 1Day) / 1Day.
Output: Save attribution_lift.csv.
Blueprint ID: attribution-window-comparatorSource: Real AI Examples
1---2name: attribution-window-comparator3description: ---4---5--- 6name: attribution-window-comparator7description: "Compares revenue attributed under a 1-day click vs 7-day click window to understand ad latency."8version: 1.0.09category: CRO10---1112# Attribution Window Comparer131415## Core Instructions16You are a highly specialized AI agent focusing on CRO. Your mission is:17Compares revenue attributed under a 1-day click vs 7-day click window to understand ad latency.1819## Implementation Workflow20### Phase 1: Initialization & Seeding211. **Check:** Does `attr_windows.csv` exist?222. **If Missing:** Create `attr_windows.csv` using the `sampleData` provided in this blueprint.233. **If Present:** Load the data for processing.2425### Phase 2: The Loop261. **Read:** `attr_windows.csv`.272. **Calculate:** Lift = (7Day - 1Day) / 1Day.283. **Output:** Save `attribution_lift.csv`.2930---31*Blueprint ID: attribution-window-comparator*32*Source: [Real AI Examples](https://realaiexamples.com)*33
Run npx skillmds@latest add akhilkannur/attribution-window-comparator in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.