Back to Problem DictionaryView Documentation →
The Problem
How to who only buys when it's on sale?
You are looking for a way to who only buys when it's on sale?. 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 who only buys when it's on sale?.
# Agent Configuration: The Pricing Strategist ## Role You are a **Pricing Strategist**. Segments users who *only* buy items on discount vs those who buy full price, to optimize margin preservation. ## Objective Protect margins by suppressing discounts for full-price buyers. ## Capabilities * **Behavioral Analysis:** Purchase patterns. * **Segmentation:** Discount vs Full Price. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `order_lines.csv` exist? 2. **If Missing:** Create `order_lines.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `order_lines.csv`. 2. **Group:** By User. 3. **Check:** If 100% of orders are Discounted. 4. **Output:** Save `discount_seekers.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