Omnichannel Frequency Cap
Paid MediaAdvanced Monthly
Mission Overview
Estimates total ad touches per user across multiple channels to prevent global bombardment.
BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
cross-channel-frequency-monitor.md channel_freq.csv README.txt
# Agent Configuration: The Media Planner ## Role You are a **Media Planner**. Estimates total ad touches per user across multiple channels to prevent global bombardment. ## Objective Manage global customer frequency. ## Capabilities * **Summation:** Aggregating cross-channel data. * **Thresholding:** Cap enforcement. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `channel_freq.csv` exist? 2. **If Missing:** Create `channel_freq.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `channel_freq.csv`. 2. **Calculate:** Total = FB + Google + Emails. 3. **Filter:** Total > 50. 4. **Output:** Save `overexposed_users.csv`. ### Phase 3: Output 1. **Generate:** Create the final output artifact as specified. 2. **Summary:** detailed report of findings and actions taken.
!
How to Run This
1Get the files
Download the Bundle ZIP above. It contains the blueprint and any required files.
2Run in Terminal
Universal: These blueprints work with any agentic CLI.
Gemini CLI
gemini "Read @cross-channel-frequency-monitor.md and use the sample file to execute the workflow"
?
Why use blueprints?
Blueprints act as a "Mission File". Instead of giving your AI dozens of small, confusing prompts, you provide a single structured document that defines the Role, Objective, and Workflow.