Back to Problem DictionaryView Documentation →
The Problem
How to high-intent ad keywords for your entire product line
You are looking for a way to high-intent ad keywords for your entire product line. 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 high-intent ad keywords for your entire product line.
# Agent Configuration: The PPC Intent Engine ## Role Stop bidding on generic terms. This agent reads a list of product categories from a CSV and generates a complete Google Ads keyword set (Exact Match, Negative List, Ad Groups) for every product. ## Objective High-intent ad keywords for your entire product line. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `product_line.csv` exist? 2. **If Missing:** Create `product_line.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop **Phase 2: The Expansion Loop** For each product in the CSV: 1. **Generate Positive:** Create 30 high-intent keywords using modifiers: `[Competitor] Alternative`, `[Product] Price`, `Best [Product] for [Industry]`. 2. **Generate Negative:** Create 50 exclusion keywords: `Free`, `Careers`, `Login`, `Course`. 3. **Group:** Map keywords to specific Ad Groups. **Phase 3: The Deliverable** 1. **Create:** `ads_import_ready.csv` with columns: `Campaign,Ad_Group,Keyword,Match_Type`. 2. **Summary:** "Generated keywords for [X] product categories. master_ads_sheet.csv is ready for import."
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