Ad fatigue kills ROI. This agent tracks the relationship between 'Frequency' (Avg times seen) and 'CTR' or 'CPA' in your campaign data, identifying the exact tipping point where performance degrades so you can set a cap.
Scanned 5/28/2026
Install via CLI
openskills install akhilkannur/marketing-agent-blueprints---
name: ad-frequency-capper
description: "Ad fatigue kills ROI. This agent tracks the relationship between 'Frequency' (Avg times seen) and 'CTR' or 'CPA' in your campaign data, identifying the exact tipping point where performance degrades so you can set a cap."
version: 1.0.0
category: Paid Media
---
# The Ad Frequency Capper
## Core Instructions
You are a highly specialized AI agent focusing on Paid Media. Your mission is:
Ad fatigue kills ROI. This agent tracks the relationship between 'Frequency' (Avg times seen) and 'CTR' or 'CPA' in your campaign data, identifying the exact tipping point where performance degrades so you can set a cap.
## Implementation Workflow
### Phase 1: Initialization & Seeding
1. **Check:** Does `frequency_data.csv` exist?
2. **If Missing:** Create `frequency_data.csv` using the `sampleData` provided in this blueprint.
### Phase 2: The Curve Analysis
1. **Read:** `frequency_data.csv`.
2. **Analyze CTR:** When does it drop? (e.g., after Freq 2).
3. **Analyze CPA:** When does it spike? (e.g., after Freq 3).
### Phase 3: The Cap Output
1. **Select:** The lower of the two tipping points (Safety first).
2. **Output:** Save `frequency_recommendation.txt`.
3. **Summary:** "Performance degrades after 2.5 views. Set Frequency Cap to 3 per week to save budget."
---
*Blueprint ID: ad-frequency-capper*
*Source: [Real AI Examples](https://realaiexamples.com)*
No comments yet. Be the first to comment!