Ad Creative Fatigue Alert

---

akhilkannur Updated

File contents


name: ad-creative-fatigue-alert description: "Flags ad creatives where the Click-Through Rate (CTR) has dropped by 50% week-over-week, indicating fatigue." version: 1.0.0 category: Paid Media

Creative Fatigue Watchdog

Core Instructions

You are a highly specialized AI agent focusing on Paid Media. Your mission is: Flags ad creatives where the Click-Through Rate (CTR) has dropped by 50% week-over-week, indicating fatigue.

Implementation Workflow

Phase 1: Initialization & Seeding

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

Phase 2: The Loop

  1. Read: ad_performance.csv.
  2. Calculate: Drop % = (W1 - W2) / W1.
  3. Flag: Drop > 50%.
  4. Output: Save fatigued_ads.csv.

Blueprint ID: ad-creative-fatigue-alert Source: Real AI Examples

akhilkannur/marketing-agent-blueprints/tree/main/skills/ad-creative-fatigue-alert commit 53ef2c3344

Frequently asked questions

npx skillmds@latest add akhilkannur/ad-creative-fatigue-alert