No active conversion tracking means Smart Bidding is flying blind, audits cannot prove ROAS, and every dollar of spend is uncredited. Fix it first.
Why this matters
"No active conversions found" means the account is operationally broken. Smart Bidding has no signal — tROAS and Maximize Conversions silently behave like Maximize Clicks. The Whitead rule fires CRITICAL because every downstream optimization (bidding, audience signals, attribution) depends on a working conversion stream. Untracked-conversion CPA inflates 40-60% above tracked baseline within 30 days. Fix the tag and every other recommendation becomes actionable.
How to verify the issue
- Open Goals → Conversions → Summary. Confirm zero Status: Active Primary actions, or "Last recorded" >7 days.
- Open the live site in Chrome with Tag Assistant, walk a conversion path. No
google_ads_conversionevent = tag missing. - Check Tools → Setup → Google tag. "No tag detected" confirms the base tag is absent.
- For GTM, open container preview and confirm the
Google Ads Conversion Trackingtag triggers.
Steps 1-3 fail = finding confirmed. Only step 1 fails = re-enable the inactive action.
How to fix it
Shortest path uses GTM. Total time: 30-60 min including verification.
- Install the base Google Tag. Open Tools → Setup → Google tag → Install the tag yourself. Paste the snippet into
<head>, or deploy via GTM with a Google Tag tag (IDAW-XXXXXXXXX) firing on All Pages. - Create a Primary conversion action. Navigate Goals → Conversions → Summary → + New conversion action. Choose Website, pick the matching category (Purchase, Submit lead form, Sign-up). Set Goal: Primary, Count: One for leads / Every for purchases, assign a value.
- Wire the conversion event. Add the generated
gtag('event', 'conversion', {...})to the success page, or fire via a GTM Google Ads Conversion Tracking tag on a custom event. - Submit a test conversion end-to-end while Tag Assistant records.
- Layer Enhanced Conversions once the base fires cleanly. EC has nothing to enhance without a working base tag.
"Set up conversion tracking before you launch your campaigns. If you wait, your bid strategies have no data to learn from."
— Google Ads Help, Set up conversion tracking (accessed 2026-04-30)
How to confirm the fix worked
Diagnostic checklist — run all five within 48h of deploy
- Tag Assistant records a
google_ads_conversionhit during a live test (not preview mode). - The new action shows Status: Recording in Goals → Conversions → Summary within 3h.
- Conversion column populates in Campaigns view within 24h (reporting can lag 3-24h).
- Primary action count = 1 per macro-conversion. More than one Primary pollutes Smart Bidding.
- No
Tag inactivewarning in Tools → Setup → Google tag.
If all five pass, re-run the audit — the rule moves from failed → passed.
In Whitead onboarding audits this is the most-fired CRITICAL finding and rarely appears alone — it co-occurs with Consent Mode v2 gaps and missing Enhanced Conversions, but those layers are meaningless until the base tag fires. We sequence remediation tag-first because fixing this single rule reduces audit blast radius by 40-70%: dependent rules (Smart Bidding misconfig, attribution mismatch, audience-signal absence) auto-resolve once a Primary action records. Skip ahead and you tune a system with no input.
Related rules + concepts
- Conversion Tracking — the full 2026 measurement stack this finding gates.
- Enhanced Conversions — next layer to deploy once the base tag passes.
- EEA conversion drop — Consent Mode v2 — related EEA/UK/CH finding.
Sources
- Google Ads Help — Set up conversion tracking. https://support.google.com/google-ads/answer/1722022 (accessed 2026-04-30)
- Google Ads Help — Verify your Google tag. https://support.google.com/google-ads/answer/12785474 (accessed 2026-04-30)
- Google — Tag Assistant. https://tagassistant.google.com/ (accessed 2026-04-30)
- Conversios — Enhanced Conversions complete guide 2025. https://conversios.io/blog/enhanced-conversions-google-ads/ (2025-10)
- Search Engine Land — Google Ads enhanced conversions diagnostics. https://searchengineland.com/google-ads-enhanced-conversions-diagnostics-444231 (2025-08)