Why one Google Ads campaign paid $25 a click: the bid strategy with no CPC ceiling

Updated June 16, 2026

The short answer

Whether you can cap your cost per click depends on the bid strategy. Maximize clicks (TARGET_SPEND) and Manual CPC let you set a maximum CPC bid limit; auction-time Smart Bidding like Maximize conversion value sets every bid itself and exposes no max-CPC field on a standard campaign. A campaign on Maximize conversion value with one conversion all month chased low-value proxy conversions and paid a $25 average CPC for a day — nothing could stop it. The fix is to match the strategy to your conversion volume and, if you need a hard cap, use a strategy that supports one.

A $400 day on 16 clicks

On June 16, one of four search campaigns on a B2B account — the same account behind the Quality Score audit — posted a $25.00 average CPC: $399.94 spent on 16 clicks, zero conversions. The week before it had run $9–10. The three sibling campaigns didn't budge; one held at $9.84. The keywords hadn't changed. The bid strategy had.

The search terms report showed where it went. A single competitor brand name, redgate, billed $63.73 a click — $127.46 for two clicks — and liquibase took another $107.83 across five. Two terms, $235 of the day.

Google Ads search terms report: the term redgate at a $63.73 average CPC and liquibase at $21.57, against a $23.31 total across surfaced terms.
The June 16 search terms report: competitor brand names billing $63.73 and $21.57 a click, no maximum-CPC field anywhere in the campaign to stop them.

Whether you can cap CPC depends on the strategy

Three of the four campaigns ran Maximize clicks — TARGET_SPEND in the API — each with a maximum CPC bid limit of $10, $5, and $5. Google's Maximize clicks lets you set one: "setting a maximum CPC bid limit can help you to control costs if you find your CPCs are higher than desired." That limit is the fence.

The fourth campaign ran Maximize conversion value — an auction-time Smart Bidding strategy where "Google sets these bids" for each auction. A standard campaign on it has no maximum-CPC field at all; the system owns every bid. The bid strategy, not the budget, decides whether you can cap a click. When the algorithm wanted $25, nothing in the campaign could say no.

One thing did contain the day: the $200 daily budget, the one cap the bid strategy can't remove. Even that let spend reach $400 — Google delivers up to 2× your daily budget on a busy day — but without it, an uncapped CPC has no other ceiling at all. A budget bounds the day; only the bid strategy bounds the price of a click.

Value bidding with nothing to value

Maximize conversion value optimizes to conversion value — and needs conversions to learn from. This campaign had one primary conversion all month, a contact-form lead on June 2, against $3,263.85 in spend and a 0.31x ROAS. With no leads to chase, it optimized toward the proxy it could find: pricing-page views, counted as secondary conversions and valued $10–100. On June 15–16 those values landed — two $100 Redgate pricing-page views and a $50 release-automation view — and the bidder paid up to buy more of them. It was working exactly as designed, toward a $100 page view instead of a lead.

Two faults compounded: the wrong strategy for the data volume, and no ceiling because that strategy forbids one.

What to do about it

  1. Match the strategy to your conversion volume. Value-based Smart Bidding wants steady conversions; Google suggests tracking with values and roughly 3 conversion cycles before trusting it. One conversion a month isn't enough to bid on.
  2. If you need a hard CPC cap, use a strategy that has the field. Maximize clicks takes a maximum CPC bid limit; Manual CPC lets you set bids outright. Conversion- and value-based Smart Bidding hand that control to Google.
  3. Watch average CPC per campaign, not just spend. This campaign drifted from about $4 a click in early June to $25 by mid-month before anything flagged it; daily spend stayed inside budget the whole time.
  4. Keep bid strategy consistent across similar campaigns, so one outlier can't quietly run a different rulebook.

How the fix shipped

The account runs on Adjar: bid strategy is a config field, so the inconsistency read as one campaign's value differing from its three siblings. The repair was a three-line diff:

config/google/campaigns/db-change-mgmt.toml
-bid_strategy = "MAXIMIZE_CONVERSION_VALUE"
+bid_strategy = "TARGET_SPEND"
+max_cpc_ceiling_usd = 10

That puts DB Change Mgmt on the same Maximize clicks plus $10 ceiling as the other three. Clicks bill against a fence again, and "is every campaign capped?" is now a question the config answers on every run, not one someone has to remember to ask.

Frequently asked questions

Can I set a maximum CPC with Maximize Conversions or Maximize Conversion Value?

Not on a standard campaign. Those are auction-time Smart Bidding strategies — Google sets each bid to hit a conversion or value goal, and there's no maximum-CPC field to fill in. If you need to cap cost per click, use Maximize clicks, which takes a maximum CPC bid limit, or Manual CPC, where you set bids directly. Some portfolio Search strategies allow limited bid limits, but a normal campaign-level value strategy does not.

Why did my Google Ads cost per click suddenly spike?

A common cause is a conversion- or value-based Smart Bidding strategy running on too little conversion data. With few real conversions to learn from, it optimizes toward whatever secondary actions it can find, and because the strategy has no maximum-CPC field, nothing caps how high it bids to capture them.

How much conversion data does Smart Bidding need?

Google recommends setting up conversion tracking with values and waiting about 4 weeks or 3 conversion cycles before trusting a value strategy. A campaign with one conversion a month has nothing for the model to learn from, so it optimizes toward proxy actions instead of real outcomes.

Which bid strategy should I use when I have few conversions?

Maximize clicks with a maximum CPC bid limit, or Manual CPC. Both give you a hard cap on what you pay per click while you accumulate enough conversions to make Smart Bidding work. Switching to value-based bidding before you have steady conversions hands bid control to a model with nothing to optimize against.

What is a proxy or micro-conversion, and why is it a problem?

When real conversions are scarce, teams often count secondary actions — a pricing-page view, a doc visit — as conversions and assign them values. Value-based Smart Bidding then optimizes to those: it will pay to buy more page views, not more leads. The bids look irrational until you see what the strategy was told to value.

Put your ad account in config.

Adjar turns Google Ads into version-controlled config your AI agents can read and tune.