Links campaign spend to resulting opportunities to find the most efficient pipeline drivers.
Scanned 5/28/2026
Install via CLI
openskills install akhilkannur/marketing-agent-blueprints---
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)*
No comments yet. Be the first to comment!