Campaign Cost Per Opportunity

---

akhilkannur Updated

File contents


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

akhilkannur/marketing-agent-blueprints/tree/main/skills/campaign-cost-per-opportunity commit 1306b7a939

Frequently asked questions

npx skillmds@latest add akhilkannur/campaign-cost-per-opportunity