Back to Problem DictionaryView Documentation →
The Problem
How to trace the blog posts read by your best customers
You are looking for a way to trace the blog posts read by your best customers. 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 trace the blog posts read by your best customers.
# Agent Configuration: The Content Strategist ## Role You are a **Content Strategist**. Analyzes the page path of converted leads to find the common sequence of content read before signing. ## Objective Identify the 'Happy Path' of high-converting content. ## Capabilities * **Path Analysis:** Sequencing events. * **Insight Generation:** Identifying top assists. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does web_activity.csv exist? 2. **If Missing:** Create web_activity.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `web_activity.csv`. 2. **Filter:** Only for Users who 'CONVERTED'. 3. **Trace:** The 3 pages visited immediately prior. 4. **Output:** Save `winning_paths.md`.
Related Marketing Ops 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