Google AdsPro· 40 min read

Setting Up Conversion Tracking in Google Ads

Until Google knows which clicks turned into customers, you are flying blind — conversion tracking is the wiring that makes everything else measurable.

What you will learn

  • Explain what a conversion and conversion tracking are
  • Describe the Google tag, Tag Manager and importing GA4 conversions
  • Plan the tracking for a real small business before spending

The most important setup step nobody sees

A conversion is the action you actually want — a purchase, a form submitted, a phone call, a booking. Conversion tracking is the system that tells Google which clicks led to those actions. Without it, Google can count clicks but has no idea which ones made you money, so it cannot help you get more of the good ones.

Think of it like a shop with no till receipts. People walk in (clicks), but you never record who buys (conversions). At month-end you know footfall but not sales — useless for deciding what works. Conversion tracking is the till.

Watch out: This is the single most skipped step by beginners, and the most expensive to skip. Smart bidding, ROAS, and almost every optimisation in this course depend on conversions being tracked. Set this up before you spend a single rupee.

The three pieces of the puzzle

Three terms come up constantly. Let us define each in plain words before we wire them together.

  • Conversion action — a thing you tell Google to count as a success (for example, Purchase or Lead form submitted). You create one per goal.
  • The Google tag — a small snippet of code you place once on every page of your site. It is the sensor that watches visitors and reports back to Google.
  • Google Tag Manager (GTM) — a free dashboard that lets you add and manage tags without editing your website code each time. You paste GTM in once, then manage every tag from its dashboard.

Note: The Google tag is the sensor; Google Tag Manager is the remote control that lets you add and change sensors without touching code. You can use the Google tag on its own, but GTM makes life far easier once you have more than one tag.

The setup, step by step

Here is the exact order a real advertiser follows to wire up tracking for an online store. Read it top to bottom — each step feeds the next.

  1. Decide what counts. Pick the action that means success. For a store it is a Purchase; for a clinic it is a Booking form submitted.
  2. Create the conversion action inside Google Ads (Tools, then Conversions, then New). Give it a name, a category (Purchase, Lead, etc.) and a value if you know one.
  3. Install the Google tag on every page — easiest by pasting your Google Tag Manager container code into the site once.
  4. Add the conversion tag in GTM that fires on the success page (for a purchase, the Thank you / Order confirmed page) or on a button click (for a phone call or a form).
  5. Test it. Use Tag Assistant or Google Ads preview to make a test purchase and confirm the conversion records.
  6. Wait for data. Conversions start appearing in your Google Ads reports within a day or two, next to each campaign, ad group and keyword.

What the tag looks like (you rarely write it)

You almost never type this by hand — Google generates it and GTM places it. But it helps to see it once so it is not a mystery. This is the kind of snippet that sits in your page head:

The Google tag snippet — Google generates this; you just place it once
<!-- Google tag (gtag.js) - generated for you by Google -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-123456789"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){ dataLayer.push(arguments); }
  gtag('js', new Date());
  gtag('config', 'AW-123456789');
</script>

Note: You do not write this — Google creates it with your own ID (the AW-... number is your account). You paste it (or the GTM container) into your site once, and from then on it reports visits and conversions back to Google automatically.

Where GA4 fits in

GA4 (Google Analytics 4) is Google’s free website-analytics tool. It already tracks lots of useful events on your site (sign-ups, purchases, add-to-cart). Instead of building those again in Google Ads, you can import them: link GA4 to Google Ads, then bring its conversions across so your campaigns can optimise toward them.

Way to trackWhat it isBest when
Google Ads tag directA conversion tag fires on your success pageSimple sites with one or two clear goals
Import from GA4Reuse events GA4 already tracksYou already use GA4 and have richer events
Both, carefullyMix the twoLarger sites — but avoid counting the same action twice

Watch out: The classic double-counting trap: tracking the same purchase with both a direct Google Ads tag and an imported GA4 conversion. Google then counts one sale as two, your ROAS looks twice as good as reality, and you over-spend. Track each action once.

A worked example

CoolFix AC, a Lucknow repair service, wants to track booking-form submissions. Here is its tidy tracking plan.

A complete conversion-tracking plan for a local service business
Business: CoolFix AC, Lucknow
Goal (conversion): a booking form submitted

1) Conversion action in Google Ads
   - Name: Booking Form
   - Category: Lead
   - Value: ₹150 (average value of one lead to us)

2) Tag setup
   - GTM container pasted on every page
   - Conversion tag fires on the "Thank you" page
     shown after the form is sent

3) Test
   - Submit a test booking, confirm 1 conversion records

Result: every booking that came from an ad now shows up
next to the exact keyword and ad that earned it.

Note: Now CoolFix can see that, say, the keyword [ac repair lucknow] brought 12 bookings while [cheap ac] brought 0 — so it shifts budget to the winner. That decision is only possible because tracking is in place. This is the foundation every later lesson stands on.

Tip: Give each conversion a sensible value, even an estimate. If a lead is worth about ₹150 to you on average, enter that. Values unlock value-based smart bidding (Target ROAS) later, which you will meet in the next lesson.

Q. Why must conversion tracking be set up before you start spending?

Answer: Conversion tracking connects clicks to real results. Without it you cannot see what works, and features like ROAS and smart bidding have no data to learn from.

✍️ Practice

  1. For a gym that wants free-trial sign-ups, name the conversion action, its category (Lead or Sales) and a sensible value.
  2. Explain in one or two sentences why tracking the same purchase with both a Google Ads tag and an imported GA4 conversion is a problem.

🏠 Homework

  1. Pick a real local business. Write its full tracking plan: the conversion action you would count, where the tag should fire (which page or button), and how you would test that it works.
Want to learn this with a mentor?

CodingClave runs guided, project-based training (28-day, 45-day & 6-month batches).

Explore Training →