Validate this before reading anything else: what the algorithm counts as success determines everything it buys.
PMax buys whatever signal you feed it. The single most important finding in this account is that the live campaign and the locals count completely different things as a “conversion”.
| Live · Standard | 8 paused Locals | |
|---|---|---|
| Bidding | Max Conversion Value | Max Conversions (volume) |
| Biddable conversion goals (what it optimizes for) | 1 GOAL PURCHASE [website] only | 4 GOALS PURCHASE + CONTACT ×3 origins (website, Google-hosted, call-from-ads) — the 3 CONTACT goals are $0-value |
| What its conversions were | REVENUE Won 351 ($236K) · Won Calls 159 ($115K) · Consult 46 | $0 TAPS “Ad Extension” 1,013 · CCoM Calls 199 · Clicks-to-Calls 47 — all $0 |
| Apparent $/conv | $325 — high, but real | ~$39 — cheap, but buying phone-icon taps |
The locals’ CONTACT goal is biddable on call-tap actions like “Counseling Center Ad Extension.” Its exact configuration: type=AD_CALL (“Calls from ads”), counting=MANY_PER_CLICK, value=$0, and it sits in the bidding Conversions column. It fires every time someone taps the phone-number / call button shown on the ad — a click-to-call, not a connected call, not a minimum-duration call, not a verified or qualified lead, not a booking. Because it is MANY_PER_CLICK, repeat and accidental taps by the same person each count again, every one worth $0. So “1,013 Ad Extension conversions” = 1,013 phone-button taps, not 1,013 patients.
| Action | Type | Counting | Value | What triggers it |
|---|---|---|---|---|
| Counseling Center Ad Extension | AD_CALL | MANY_PER_CLICK | $0 | Tap on the phone/call button shown on the ad (click-to-call) |
| CCoM Calls From Ad Extensions | AD_CALL | MANY_PER_CLICK | $0 | Tap on the call asset in the ad |
| Clicks to Calls [Google Hosted] | GOOGLE_HOSTED | MANY_PER_CLICK | $0 | Click-to-call on the Google-hosted listing/landing surface |
| Counseling Center Calls To Number On Website | WEBSITE_CALL | MANY_PER_CLICK | $0 | Tap a forwarding phone number on the website |
type=PHONE_CALL_LEAD, ONE_PER_CLICK, value $60 — that count a call once and assign value. The locals bid on the $0 MANY_PER_CLICK version instead.Proof — verbatim from the read-only Google Ads API (account 6356233337, 2026-06-30): each is MANY_PER_CLICK, value 0, yet includeInConversionsMetric=true (counts in bidding):
SELECT conversion_action.name, conversion_action.type, conversion_action.category, conversion_action.counting_type, conversion_action.value_settings.default_value, conversion_action.include_in_conversions_metric FROM conversion_action
[
{
"name": "CCoM Calls From Ad Extensions",
"type": "AD_CALL",
"category": "CONTACT",
"countingType": "MANY_PER_CLICK",
"defaultValue": 0,
"includeInConversionsMetric": true
},
{
"name": "Counseling Center Calls To Number On Website",
"type": "WEBSITE_CALL",
"category": "CONTACT",
"countingType": "MANY_PER_CLICK",
"defaultValue": 0,
"includeInConversionsMetric": true
},
{
"name": "Clicks to Calls [Google Hosted]",
"type": "GOOGLE_HOSTED",
"category": "CONTACT",
"countingType": "MANY_PER_CLICK",
"defaultValue": 0,
"includeInConversionsMetric": false
},
{
"name": "Counseling Center Ad Extension",
"type": "AD_CALL",
"category": "CONTACT",
"countingType": "MANY_PER_CLICK",
"defaultValue": 0,
"includeInConversionsMetric": true
}
]| Check | Finding | Status |
|---|---|---|
| Window | Jan 1 – Jun 30 2026 (6 mo) + H2-2025 prior period (Account Audit page) | set |
| Attribution model | Data-driven (all key actions) | DDA |
| Offline / qualified-lead feedback | Yes — Won & Consult are offline UPLOAD_CLICKS imports from the CRM | flowing |
| Enhanced conversions / consent mode | Not exposed via Google Ads API v24 — verify in UI | UI check |
| Action | Category | Assigned value | Read |
|---|---|---|---|
| Won | PURCHASE | $720 | revenue |
| Won Calls | PURCHASE | $720 | revenue |
| Stage: Consult Scheduled | BOOK_APPOINTMENT | $250 | consult |
| Stage: Consult Scheduled Calls | BOOK_APPOINTMENT | $250 | consult |
| Stage: Hot Leads | QUALIFIED_LEAD | $150 | lead |
| Counseling Center Ad Extension | CONTACT | $0 | $0 tap |
| CCoM Calls From Ad Extensions | CONTACT | $0 | $0 tap |
| Clicks to Calls [Google Hosted] | CONTACT | $0 | $0 tap |
| Form Capture | SUBMIT_LEAD_FORM | $0 | lead |
65 conversion actions exist in the account; the ones above are the ones materially driving (or polluting) PMax bidding.