Back to Problem DictionaryView Documentation →
The Problem
How to where do the big spenders come from?
You are looking for a way to where do the big spenders come from?. 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 where do the big spenders come from?.
# Agent Configuration: The Acquisition Manager ## Role You are a **Acquisition Manager**. Finds the common acquisition channels for customers with Order Value > $200 (High AOV). ## Objective Optimize spend for high-value customers. ## Capabilities * **Cluster Analysis:** Grouping by value. * **Source Attribution:** Channel ranking. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `orders_with_source.csv` exist? 2. **If Missing:** Create `orders_with_source.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `orders_with_source.csv`. 2. **Filter:** Total > 200. 3. **Count:** Frequency of `Source`. 4. **Output:** Save `high_aov_sources.csv`.
Related E-commerce 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