Optimization Signals & Testing Rules

Use this skill when reading optimization signals — which metrics justify action, testing rules, and when a result is real versus noise.

How to use it

Claude Code
  1. Run the line below. It pulls the whole folder into ~/.claude/skills/ads-optimization-signals.
  2. Describe your job in plain words. Claude Code follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit swan-gtm/gtm-skills/skills/ivan-falco/ads-optimization-signals#main ~/.claude/skills/ads-optimization-signals

For one project only, change the path to .claude/skills/ads-optimization-signals.

Claude (web or desktop app)
  1. On this page open ⋯ → Download .md.
  2. Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
  3. Pick the file and Save. Claude shows the name and description and runs a security scan.
  4. Check the skill is switched on.
  5. Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
  1. ChatGPT: make a Project and paste it into Instructions.
  2. Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Source of Optimization Signals & Testing Rules

Show the full text123 lines
nametitledescriptioncategory
ads-optimization-signalsOptimization signalsUse this skill when reading optimization signals — which metrics justify action, testing rules, and when a result is real versus noise.Ads

Optimization Signals & Testing Rules

Why Optimization Matters

  • After campaigns launch, the real work begins
  • Take time for planning new experiments and writing down learnings
  • Building on your learnings while others repeat the same mistakes

Optimization Signal Types

  • Leading = events that happen quickly (< month) - use for quick optimization
  • Lagging = events that happen slowly (> month) - use for directional truth

Signals by Stage

Stage Leading Lagging
Create CTR, Engagement Rate Blended Inbound Leads
Capture CPL, CPMQL Pipe-to-Spend, CPOPP
Accelerate/Activate Accounts Reached, CTR Avg time to close, Influenced Revenue
Revive CPL, CPMQL Pipe-to-Spend, ROI
Expand Accounts Reached, CTR Expansion Revenue

Key Insight

The key is choosing the right leading signals that actually influence your lagging events. Experimentation is key, and you'll likely change over time.

The average B2B sales cycle can range from 2-24 months - you can't afford to wait even 2 weeks without being able to optimize your campaigns.

Testing Rules

Find Your Breakeven Costs

Breakeven CPL Formula:

Breakeven CPL = Average deal size x lead to close won rate

Example: $3,000 x 10% = $300 breakeven CPL

Breakeven CPC Formula:

Breakeven CPC = CPL target x landing page conversion rate

Example: $300 x 5% = $15 breakeven CPC

Two Essential Rules
1. Non-Performer Rule

When to apply: All time

Pause ad if it's spent 2-3x your target CPL with 0 conversions.

Example: Target CPL = $300, ad spends $600-$900 = PAUSE

This helps with pausing new ads you're testing.

2. Maintenance Rule

When to apply: Past 7 to 14 days (depending on volume)

Pause ad if the CPL is 1.5-2x over your target CPL.

Example: Target CPL = $300, current ad CPL = $450-$600 = PAUSE

This helps with pausing old ads that start to underperform.

Important Notes

These aren't statistically significant but they're repeatable, easy to follow, and prevent emotional decision-making.

Proxy Metrics Concept

Product teams have used this methodology for decades (called proxy metrics in the product world). The goal is to choose leading signals that actually influence lagging events. First prove correlation, then work toward proving causation.

A good proxy metric formula: "Percentage of [customers/users] who do at least [minimum threshold for action] by [X period in time]."

A good proxy metric should be:

  • Measurable - you can find, collect, and measure the data
  • Moveable - you can affect it through changes
  • Not an average - averages can be gamed by a small subset doing more
  • Correlated to your high-level engagement metric
  • Specifies new vs. existing customers
  • Not gameable - if someone can artificially inflate it, revise the metric

Experimentation Library

Track all experiments systematically. Use a tool like Airtable with two views:

  • Backlog: All experiment ideas, crowdsourced from the team
  • Sprint: Approved experiments currently running or queued

Hypothesis framework for each experiment: "If we do [X], then I believe [Y], as measured by [Z]."

Prioritize experiments using the RICE framework:

  • Reach: How many people will this experiment affect? (1-5)
  • Impact: If successful, how impactful will this be? (1-5)
  • Confidence: How confident are you in reach and impact estimates? (1-5)
  • Effort: How much effort to execute? (1-5, where 1 = low effort, 5 = high effort)

For each completed experiment, document:

  • What was tested and the hypothesis
  • The result (success, failure, inconclusive)
  • Detailed learnings and notes
  • Budget spent
  • Channel and creative used

Avoid the "activity trap" - testing for the sake of testing, not testing to learn. Stack on your success by building on documented learnings.

Set up automation: When an experiment is marked as completed, automatically notify the team via Slack with the result and key learnings.


By Ivan Falco - Frontal

1---
2name: "ads-optimization-signals"
3title: "Optimization signals"
4description: "Use this skill when reading optimization signals — which metrics justify action, testing rules, and when a result is real versus noise."
5category: Ads
6---
7 
8# Optimization Signals & Testing Rules
9 
10## Why Optimization Matters
11 
12- After campaigns launch, the real work begins
13- Take time for planning new experiments and writing down learnings
14- Building on your learnings while others repeat the same mistakes
15 
16## Optimization Signal Types
17 
18- **Leading** = events that happen quickly (< month) - use for quick optimization
19- **Lagging** = events that happen slowly (> month) - use for directional truth
20 
21## Signals by Stage
22 
23| Stage | Leading | Lagging |
24|-------|---------|---------|
25| Create | CTR, Engagement Rate | Blended Inbound Leads |
26| Capture | CPL, CPMQL | Pipe-to-Spend, CPOPP |
27| Accelerate/Activate | Accounts Reached, CTR | Avg time to close, Influenced Revenue |
28| Revive | CPL, CPMQL | Pipe-to-Spend, ROI |
29| Expand | Accounts Reached, CTR | Expansion Revenue |
30 
31## Key Insight
32 
33The key is choosing the right leading signals that actually influence your lagging events. Experimentation is key, and you'll likely change over time.
34 
35The average B2B sales cycle can range from 2-24 months - you can't afford to wait even 2 weeks without being able to optimize your campaigns.
36 
37## Testing Rules
38 
39### Find Your Breakeven Costs
40 
41**Breakeven CPL Formula:**
42```
43Breakeven CPL = Average deal size x lead to close won rate
44```
45 
46Example: $3,000 x 10% = $300 breakeven CPL
47 
48**Breakeven CPC Formula:**
49```
50Breakeven CPC = CPL target x landing page conversion rate
51```
52 
53Example: $300 x 5% = $15 breakeven CPC
54 
55### Two Essential Rules
56 
57#### 1. Non-Performer Rule
58 
59**When to apply:** All time
60 
61Pause ad if it's spent 2-3x your target CPL with 0 conversions.
62 
63**Example:** Target CPL = $300, ad spends $600-$900 = PAUSE
64 
65This helps with pausing new ads you're testing.
66 
67#### 2. Maintenance Rule
68 
69**When to apply:** Past 7 to 14 days (depending on volume)
70 
71Pause ad if the CPL is 1.5-2x over your target CPL.
72 
73**Example:** Target CPL = $300, current ad CPL = $450-$600 = PAUSE
74 
75This helps with pausing old ads that start to underperform.
76 
77## Important Notes
78 
79These aren't statistically significant but they're repeatable, easy to follow, and prevent emotional decision-making.
80 
81## Proxy Metrics Concept
82 
83Product teams have used this methodology for decades (called proxy metrics in the product world). The goal is to choose leading signals that actually influence lagging events. First prove correlation, then work toward proving causation.
84 
85A good proxy metric formula: "Percentage of [customers/users] who do at least [minimum threshold for action] by [X period in time]."
86 
87A good proxy metric should be:
88- Measurable - you can find, collect, and measure the data
89- Moveable - you can affect it through changes
90- Not an average - averages can be gamed by a small subset doing more
91- Correlated to your high-level engagement metric
92- Specifies new vs. existing customers
93- Not gameable - if someone can artificially inflate it, revise the metric
94 
95## Experimentation Library
96 
97Track all experiments systematically. Use a tool like Airtable with two views:
98- Backlog: All experiment ideas, crowdsourced from the team
99- Sprint: Approved experiments currently running or queued
100 
101Hypothesis framework for each experiment: "If we do [X], then I believe [Y], as measured by [Z]."
102 
103Prioritize experiments using the RICE framework:
104- **R**each: How many people will this experiment affect? (1-5)
105- **I**mpact: If successful, how impactful will this be? (1-5)
106- **C**onfidence: How confident are you in reach and impact estimates? (1-5)
107- **E**ffort: How much effort to execute? (1-5, where 1 = low effort, 5 = high effort)
108 
109For each completed experiment, document:
110- What was tested and the hypothesis
111- The result (success, failure, inconclusive)
112- Detailed learnings and notes
113- Budget spent
114- Channel and creative used
115 
116Avoid the "activity trap" - testing for the sake of testing, not testing to learn. Stack on your success by building on documented learnings.
117 
118Set up automation: When an experiment is marked as completed, automatically notify the team via Slack with the result and key learnings.
119 
120---
121 
122> By Ivan Falco - Frontal
123 

Discussion

Alternatives

Also in TestingSee all 533 in Development →