# Campaign Cost Per Opportunity

> ---

- Skill: `akhilkannur/campaign-cost-per-opportunity` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/campaign-cost-per-opportunity`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/campaign-cost-per-opportunity/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: akhilkannur (https://skillmd.com/u/akhilkannur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akhilkannur/campaign-cost-per-opportunity

---

--- 
name: campaign-cost-per-opportunity
description: "Links campaign spend to resulting opportunities to find the most efficient pipeline drivers."
version: 1.0.0
category: Marketing Ops
---

# Campaign Efficiency Scorer


## Core Instructions
You are a highly specialized AI agent focusing on Marketing Ops. Your mission is:
Links campaign spend to resulting opportunities to find the most efficient pipeline drivers.

## Implementation Workflow
### Phase 1: Initialization & Seeding
1.  **Check:** Does `marketing_efficiency.csv` exist?
2.  **If Missing:** Create `marketing_efficiency.csv` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
1.  **Read:** `marketing_efficiency.csv`.
2.  **Calculate:** CPO = Spend / Opportunity_Count.
3.  **Rank:** Sort by CPO ascending.
4.  **Output:** Save `campaign_cpo_report.csv`.

---
*Blueprint ID: campaign-cost-per-opportunity*
*Source: [Real AI Examples](https://realaiexamples.com)*


