Systems Lab

Agent skill

google-ads-scaling-calculator

This skill should be used when the user asks to \"scale Google Ads budget\", \"calculate incremental ROAS\", \"analyze diminishing returns\", \"plan a scaling roadmap\", or mentions \"iROAS\", \"break-even calculation\", or \"profit maximization model\".

activeSelf-containedInstructions only834 words

Filed under ABM and paid.

From Ad-Superpowers/ad-superpowers-plugin · 120 skills · 5 · pushed 2026-09-10

What it does when it runs

This skill should be used when the user asks to \"scale Google Ads budget\", \"calculate incremental ROAS\", \"analyze diminishing returns\", \"plan a scaling roadmap\", or mentions \"iROAS\", \"break-even calculation\", or \"profit maximization model\". Do NOT use for: initial campaign setup (use search-campaign-builder), bid strategy selection (use learning-phase-tracker).

Read from the skill and the 1 file bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.

Keys and connectors you must supply
None found.
Hosts it reaches
No third-party host appears in the skill or its bundled files.
Tool permissions it declares
No allowed-tools in the frontmatter. It only issues instructions, so there is nothing to bound.
Actions present in the files
None. Instructions only.

Ask about google-ads-scaling-calculator

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
git clone --depth 1 --filter=blob:none --sparse https://github.com/Ad-Superpowers/ad-superpowers-plugin.git /tmp/ad-superpowers-plugin
git -C /tmp/ad-superpowers-plugin sparse-checkout set "plugin/skills/google-ads-scaling-calculator"
mkdir -p ~/.claude/skills/google-ads-scaling-calculator
cp -R "/tmp/ad-superpowers-plugin/plugin/skills/google-ads-scaling-calculator/." ~/.claude/skills/google-ads-scaling-calculator/

Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗

Or take the whole library

This repo ships a .claude-plugin manifest, so Claude Code can install all 120 skills at once. Plugin skills are invoked as /<plugin>:<skill>, so they never collide with your own.

/plugin marketplace add Ad-Superpowers/ad-superpowers-plugin
/plugin

The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.

Reproduced in full from Ad-Superpowers/ad-superpowers-plugin/blob/9b6385d2d2d228e4dac096a1d6bc5715c04fa736/plugin/skills/google-ads-scaling-calculator/SKILL.md, which is licensed MIT (repository). 834 words, 23 headings.

Scaling Calculator

Complete guide for calculating and implementing Google Ads budget scaling strategies with focus on profitability and incremental ROAS.

Pull Scaling Baseline Data via MCP

google_ads_run_gaql(query="
  SELECT campaign.name, campaign.bidding_strategy_type,
         metrics.search_impression_share,
         metrics.search_budget_lost_impression_share,
         metrics.search_rank_lost_impression_share,
         metrics.cost_micros, metrics.conversions,
         metrics.cost_per_conversion,
         metrics.conversions_value,
         campaign.target_roas.target_roas,
         campaign.target_cpa.target_cpa_micros
  FROM campaign
  WHERE segments.date DURING LAST_30_DAYS
    AND campaign.status = 'ENABLED'
  ORDER BY metrics.cost_micros DESC
  LIMIT 20
")

Interpret:

  • search_budget_lost_impression_share > 15% → budget is the scaling bottleneck
  • search_rank_lost_impression_share > 20% → bids/QS limit reach — fix first
  • Both low → market saturation; try horizontal scaling or Demand Gen / PMax

Scaling Fundamentals

More budget does not mean linearly more results. Diminishing returns occur because best audiences and search terms trigger first, more budget means broader (less relevant) reach, and competition forces higher bids.

Break-Even Calculations

ROAS Break-Even

Formula: Break-Even ROAS = 1 / Gross Margin %
Target ROAS = 1 / (Gross Margin - Desired Net Margin)

Quick reference:
├── 30% margin → Break-even 3.33x, Target (10% profit) 3.70x
├── 40% margin → Break-even 2.50x, Target (10% profit) 2.78x
├── 50% margin → Break-even 2.00x, Target (10% profit) 2.22x

CPA Break-Even

E-commerce: Break-Even CPA = AOV x Gross Margin %
Lead Gen:   Break-Even CPL = Customer Value x Close Rate x Margin

Examples:
├── AOV $100, Margin 40%: Break-even CPA = $40
├── Customer Value $2000, Close Rate 10%, Margin 30%: Break-even CPL = $60

Full ROAS and CPA break-even tables by margin level in references/detailed-reference.md.

Incremental ROAS (iROAS)

iROAS = Additional Revenue / Additional Ad Spend — measures the true value of additional spend, unlike blended ROAS which overstates value (some conversions would happen without ads).

Example: Budget $10k → $15k (+$5k). Revenue $50k → $65k (+$15k). Blended ROAS drops 5.0x → 4.3x, but iROAS = $15k/$5k = 3.0x. If break-even is 2.5x, scaling is profitable despite lower blended ROAS.

Typical incrementality: Brand 30-60%, Non-brand Search 60-80%, Shopping 50-70%, PMax 60-80%, Remarketing 20-50%.

Detailed iROAS calculation methods (geo experiment, budget step test, holdout) in references/detailed-reference.md.

Scaling Strategies

Conservative Scaling (Default)

Rule: Maximum 15-20% budget increase per week.

  • Week 0: Baseline ($1,000, ROAS 4.5x)
  • Week 1: +15% ($1,150), monitor iROAS and CPA trend
  • Week 2: +15% if stable ($1,322), monitor QS and auction insights
  • Week 3: +15% if stable ($1,520)
  • Week 4: Evaluate — compare to Week 0, calculate true iROAS

Stop scaling when: iROAS < break-even, ROAS drops >25% WoW, CPA increases >30% vs baseline, learning phase doesn't complete.

Aggressive Scaling (Proven Winners Only)

Only when campaign is profitable >3 months, Smart Bidding stable, iROAS proven, sufficient margin above break-even.

Method: +20% → +25% → +20% → +15% over 4 weeks = ~2x budget. Monitor daily (spend pacing), every 3 days (conversion-lag adjusted ROAS), weekly (full review).

Horizontal vs Vertical

Vertical (more budget, same campaigns): Easy, quick impact, but diminishing returns and limited by audience size.

Horizontal (new campaigns, audiences): New potential (YouTube, Demand Gen, new geos), but new learning phases and uncertain performance.

Optimal: Hybrid — 70% existing top performers, 20% expansion of proven concepts, 10% experimental.

Profit Maximization

MER (Marketing Efficiency Ratio)

MER = Total Revenue / Total Marketing Spend. Unlike ROAS (single channel), MER measures holistic efficiency including cross-channel and brand halo effects.

Benchmarks: Startup/Growth 3-5x, Mature E-commerce 5-8x, Market Leader 8-15x.

Profit Curve

Optimal spend is where Marginal Cost = Marginal Revenue (iCPA = Break-Even CPA, iROAS = Break-Even ROAS).

Practical approach: Start profitable → increase in steps → track iROAS per step → stop when iROAS < break-even → optimal = step before that point.

MER analysis example and Google Ads Script for automated scaling monitoring in references/detailed-reference.md.

Scaling Roadmap Template

# Scaling Roadmap

## Current State
- **Monthly Spend:** [X] | **ROAS:** [X.X]x | **Break-Even:** [X.X]x
- **Impression Share:** [X]% (room: [X]%)
- **Budget Limited Days:** [X]/month
- **Top Performers:** [Campaign names]

## Scaling Plan

### Phase 1: Preparation (Week 1-2)
- [ ] Calculate break-even ROAS for all campaigns
- [ ] Identify top 3 scalable campaigns
- [ ] Set up incrementality tracking
- [ ] Document baseline metrics

### Phase 2: Conservative Scaling (Week 3-6)
| Week | Campaign | Budget Change | Target ROAS |
|------|----------|---------------|-------------|
| 3 | [Top 1] | +15% | >[X]x |
| 4 | [Top 1] | +15% | >[X]x |
| 5 | [Top 2] | +15% | >[X]x |

### Phase 3: Evaluation (Week 7-8)
- [ ] Calculate true iROAS per campaign
- [ ] Compare MER before/after
- [ ] Identify diminishing returns point

## Budget Projection
| Month | Spend | Expected Revenue | Target ROAS |
|-------|-------|------------------|-------------|
| Current | $X | $X | X.Xx |
| +1 Month | $X (+X%) | $X | X.Xx |

## Rollback Triggers
- iROAS below [X.X]x for 2 consecutive weeks
- CPA increases >30% vs baseline
- Quality Score drops significantly

Files bundled with it

These load only when the skill asks for them, so they cost nothing until it runs.

Other skills for the same job

Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.

Need help setting it up?

This page tells you what google-ads-scaling-calculator does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.

Book a call →

The directory stays free. There is nothing gated behind this.