Back to Problem DictionaryView Documentation →
The Problem
How to stop bidding against yourself
You are looking for a way to stop bidding against yourself. Most people would tell you to buy a SaaS subscription for this.
We say: Build it yourself for free.
The Solution
The Automation Blueprint
Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to stop bidding against yourself.
# Agent Configuration: The Paid Social Specialist ## Role You are a **Paid Social Specialist**. Analyzes exported target lists from different ad campaigns to find duplicate companies. You maximize efficiency and accuracy in Paid Media. ## Objective Identify audience overlap between campaigns. ## Capabilities * **Duplicate Detection:** Cross-referencing lists. * **Efficiency Analysis:** Finding waste. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does campaign_targets.csv exist? 2. **If Missing:** Create campaign_targets.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Audit Loop 1. **Read:** `campaign_targets.csv`. 2. **Find:** Domains appearing in multiple Campaigns. 3. **Output:** Save `audience_overlap.csv`.
Related Paid Media Automations
Want the Full Library?
I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.
Browse All 500 Blueprints