Setting Up Conversion Tracking in Google Ads Correctly

Redaktion ·

Garbage in, garbage out — hardly anywhere does that sentence bite as hard as with conversion tracking in Google Ads. Every optimisation, every algorithm, every budget decision hangs on the data you report back to Google. Measure wrong and Google diligently optimises toward the wrong goals. And ever since Smart Bidding steers bids automatically, clean tracking is no longer nice-to-have but the precondition for the automation to work sensibly at all.

The catch: conversion tracking is seductively easy to set up and at the same time full of silent traps. One tag fired too many, one consent signal forgotten, the wrong counting method chosen — and your numbers are systematically skewed without a single error message appearing. This article shows how to get the foundation right.

What a conversion action is

A conversion action is, in Google’s words, „a specific customer activity that is valuable to your business” — a purchase, a sign-up, a phone call, a lead form, an app download. You define one conversion action per valuable activity, telling Google what success is measured against. Details on the term itself are in the glossary under conversion action; the general mechanics under conversion tracking.

The tracking methods

Google offers several ways to record a conversion. Which one fits depends on your setup:

Google tag (gtag.js). You add the Google tag directly into your website’s source code. It recognises when someone completes a tracked action. The most direct route if you have code access and don’t need tag management.

Google Tag Manager (GTM). Instead of embedding code directly, you manage all tags centrally via Google Tag Manager. This is the clean standard for grown-up setups: one container where the conversion linker and triggers are maintained centrally — without needing a developer for every change.

Import from GA4. You define a key event in Google Analytics 4 and import it into Google Ads as a conversion. Handy if tracking is already clean in GA4 — but beware: imported conversions use GA4 logic and can differ from native Ads conversions.

Automatic tracking. Google records some conversions without a tag of your own — app downloads from Google Play, in-app purchases, local actions. Phone calls from ads are measured via a Google forwarding number.

Important: don’t mix the methods uncontrolled. If the same event is captured both by gtag and by GA4 import, you double-count — one of the most common errors of all.

Primary vs. secondary conversions

Not every conversion should steer the bids. Google therefore separates two roles:

Primary conversion actions feed into Smart Bidding optimisation and appear in the main „Conversions” column. The algorithm actively bids toward these goals.

Secondary conversion actions serve observation only. They appear in the „All conversions” column but do not influence how Google adjusts bids. This is exactly what micro-conversions like a newsletter sign-up are for: you want to see them, but the AI shouldn’t optimise for them instead of the actual sale.

This separation is the most important conceptual decision in the setup. Make everything a primary conversion and Smart Bidding chases the cheap micro-actions instead of revenue. The distinction in detail is in the glossary under primary vs. secondary conversion.

Counting: every vs. one

For each conversion action you decide whether every conversion or only one is counted after a click:

  • Every suits sales where each individual close adds value. If someone books three hotels and two rental cars after one click, „every” counts five conversions.
  • One suits leads. Whether a user submits the sign-up form once or three times is irrelevant — the value is the one unique lead. So „one” counts exactly one conversion per click.

The wrong counting method skews directly: „every” on a lead form inflates the numbers, „one” on an e-commerce shop swallows repeat purchases.

The most common measurement errors

Here lie the silent data killers that no tool flags on its own:

Double counting. The tag fires multiple times per conversion — for example because the thank-you page is reloaded, or the same event is captured via two paths. Remedy: counting method „one” for leads, clean deduplication, and never capture the same conversion via gtag and GA4 import at once.

Page view instead of action. Counting every load of the thank-you page as a conversion measures traffic, not success. Better is an event that fires exactly on completion — not on every load of a URL.

Missing consent handling. Without a correctly set up Consent Mode, the EU typically loses 25–40% of conversion data because rejecting users stay invisible to Google. In so-called Advanced Mode, Google can model the missing conversions and use them for Smart Bidding. Since mid-2026, Google Ads relies solely on the ad_storage consent signal for data use — anyone who hasn’t set Consent Mode cleanly gives away optimisation data. (As of June 2026; consent rules and deadlines change frequently.)

Wrong or missing conversion values. Without a value per conversion, you can’t calculate ROAS or run a value-based bidding strategy. Counting all conversions the same (or with value 0) means you can’t tell Google that a 2,000-euro order counts more than a 20-euro purchase.

Why clean tracking is the basis for Smart Bidding

Smart Bidding is only as good as the conversion data it learns from. Industry analyses in 2026 estimate that standard tracking misses roughly 30–50% of actual conversions due to cookie and privacy restrictions; enhanced conversions and Consent Mode recover part of it via hashed first-party data and modelling (snapshot June 2026). If the algorithm optimises on a fraction of reality, it makes systematically worse bid decisions — and you steer your budget by skewed numbers. Clean, complete tracking is therefore not a preliminary step to optimisation but its foundation.

FAQ

What’s the difference between a primary and a secondary conversion? Primary conversions steer Smart Bidding and sit in the main „Conversions” column. Secondary conversions serve observation only in the „All conversions” column and don’t influence bids. Micro-actions like newsletter sign-ups typically belong on „secondary” so the AI optimises for real revenue.

Should I count „every” or „one” conversion? „Every” for sales where each close counts — for example in an online shop. „One” for leads where only one unique lead per click has value, such as a contact form. The wrong choice inflates the numbers or swallows repeat purchases.

Why am I losing conversions even though the tag fires correctly? Usually the consent handling: if users decline consent and Consent Mode isn’t set up cleanly, they stay invisible to Google. In the EU this often loses 25–40% of data. Advanced Mode can model the missing conversions and give Smart Bidding a more complete data basis again.

How do I prevent double counting? Capture each conversion via only one path — not simultaneously via gtag and GA4 import. Set the counting method to „one” for leads so a re-submit or reload of the thank-you page doesn’t count multiple times. And fire the event on actual completion, not on every page view.

Why does Smart Bidding need clean conversion tracking? Because the algorithm learns from exactly this data which clicks lead to value. If the data is incomplete or skewed, Google diligently optimises on the wrong signals. Clean tracking with correct values is the precondition for automated bids to make good decisions at all.