How I'll track whether this is actually working — and what to improve next.
That's the whole point of this project. Before, campaigns took anywhere from 45 to 120 days with no way to predict which end of that range you'd land on. If the PoC works, I should see cycle times come down and become more consistent.
I'm not setting hard targets before the pilot — I want to baseline first with real data, then set goals based on what I actually observe. But I do know what questions to ask.
These are the things I can measure once the pilot is running:
| What I'm Measuring | Why It Matters |
|---|---|
| Campaign cycle time | The big one. Are campaigns getting from brief to live faster than before? |
| Time ops spends on admin | Are they spending less time copying data and chasing updates? |
| SLA accuracy | Are the auto-calculated SLAs realistic? Are we getting false breaches? |
| Auto-assignment accuracy | Is the routing Flow putting campaigns with the right builders? |
| Workload balance | Are builders getting a fair share of work, weighted by complexity? |
| System adoption | Are people actually using Salesforce, or are they still going to email and Excel? |
| QA checklist usage | Are teams using the Salesforce QA checklist instead of the old Excel one? |
Metrics on their own don't tell me much — I need to talk to the people using the system to understand what the numbers mean.
This sounds basic, but most process improvements fail because nobody checks whether they actually worked. I want to build the habit of measuring before and after every change.
The three Flows are the backbone of the system. If they stop working properly, everything breaks. Here's what I'll watch:
| Flow | What Could Go Wrong | How I'd Catch It |
|---|---|---|
| Briefing – Readiness & SLA | Accepting incomplete briefs, or calculating wrong SLA dates | Spot-check new campaigns weekly. Compare calculated SLA vs what feels right. |
| Assignment Routing | Overloading one builder, or assigning complex campaigns to the wrong person | Review workload distribution weekly. Ask builders if assignments feel fair. |
| SLA Pause/Resume | Not pausing when it should (making ops look slow for BU-caused delays) | Check paused campaigns. Verify the pause reason matches what actually happened. |
If something's off, I'll adjust the Flow logic, test the fix, and deploy in the following week. The whole point of using Flows (not code) is that these adjustments are quick and don't need a developer.
The measurement approach is defined. The metrics are clear. The feedback loops are planned. What's missing is real data — and that comes from running the pilot.