Attribution Window Comparator

---

akhilkannur b528797 986 B Updated

File contents


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

  1. Check: Does attr_windows.csv exist?
  2. If Missing: Create attr_windows.csv using the sampleData provided in this blueprint.
  3. If Present: Load the data for processing.

Phase 2: The Loop

  1. Read: attr_windows.csv.
  2. Calculate: Lift = (7Day - 1Day) / 1Day.
  3. Output: Save attribution_lift.csv.

Blueprint ID: attribution-window-comparator Source: Real AI Examples

akhilkannur/marketing-agent-blueprints/tree/main/skills/attribution-window-comparator commit b528797767

Frequently asked questions

npx skillmds@latest add akhilkannur/attribution-window-comparator