Home / Insights / Found in the Machine

How to Set Up Conversion Tracking in Google Ads and GA4 (2026 UK Guide)

The Second FloorAugust 202610 min read

Key takeaways

  • Set up conversion tracking in Google Ads and GA4 the right way: key events, Enhanced Conversions and Consent Mode v2 for UK and EEA users. A clear 2026 UK guide.
  • Use the native Google Ads conversion tag for your primary money actions and import GA4 key events only for secondary signals, assigning one source per action so you never double-count.
  • Turn on Enhanced Conversions to recover attribution through hashed first-party data, and wire in Consent Mode v2 so you still measure the UK and EEA users who decline cookies.
  • Test every conversion with Google Tag Assistant before you trust the numbers, because a mis-fired tag quietly wastes budget for months.

Native Google Ads tag or GA4 import: which to choose

Use the native Google Ads conversion tag for your primary money actions, and import GA4 key events only for secondary signals. The one rule that matters: never count the same action through both, or you will double your numbers.

The native tag fires directly from your site into Google Ads. It records in near real time, it supports Enhanced Conversions cleanly, and it is the most accurate way to measure the exact action you are bidding towards (a purchase, a booked call, a submitted enquiry).

Importing GA4 key events means you flag an action in GA4, then pull it into Google Ads as a conversion. This keeps one source of truth across analytics and ads, and it is handy when your attribution model lives in GA4. The trade-off is a short delay and a reliance on GA4’s data model.

For most Leicester and East Midlands businesses we work with, the answer is simple. Track your main conversion with the native Google Ads tag plus Enhanced Conversions, and use GA4 imports for softer signals you want to watch but not bid hard on. Assign one source per action and you will never chase a phantom double-count again.

Set up your GA4 property and key events

Create a GA4 property with a web data stream, confirm the Google tag is firing on every page, then mark the actions that matter as key events. A key event is simply an event you have told GA4 is important.

Work through it in this order:

  1. In GA4 Admin, create a property, add a web data stream, and copy the Measurement ID (it starts with G-).
  2. Confirm the Google tag loads sitewide. If you already run GA4 through Google Tag Manager, check the config tag fires on all pages.
  3. Define the events you care about. Some come free through Enhanced Measurement (outbound clicks, form starts), others you send as custom events from GTM (for example a generate_lead event on a submitted contact form).
  4. In Admin, open Events, find the event, and toggle Mark as key event.

One thing trips people up constantly. Marking an event as a key event does nothing to your Google Ads campaigns on its own. It only becomes a conversion Google can bid towards once you import it into Ads, which we cover below. Until then it is a reporting label, nothing more.

Deploy the tracking through Google Tag Manager

Deploy your tags through Google Tag Manager rather than pasting code across your site, because GTM gives you one place to manage tags, triggers and consent. If you only take one structural decision from this guide, make it this one.

Here is the working setup:

  1. Install the GTM container on your site (or through your CMS integration), and place the Google tag inside it.
  2. Create a Google Ads Conversion Tracking tag. Paste the Conversion ID and Conversion Label from the conversion action you made in Google Ads.
  3. Give it a reliable trigger. A thank-you page view works for simple sites, but a dataLayer event (fired on the actual form submission or button click) is far more dependable than guessing at URLs.
  4. Add conversion values where you can. Even estimated lead values help Google’s bidding aim at revenue rather than raw volume.
  5. Preview the container, fire the action yourself, and only publish once the tag shows as firing correctly.

Modern Google tags handle cross-domain linking and the old conversion linker job automatically, so you rarely need a separate linker tag now. Keep your container tidy: one tag per job, clear names, and triggers based on real events. A clean container is easy to debug at 5pm on a Friday. A messy one is not.

Turn on Enhanced Conversions

Turn on Enhanced Conversions to recover attribution you would otherwise lose. It supplements your conversion tags with hashed first-party data (an email or phone number the customer already gave you), matched securely against signed-in Google accounts. Google reports advertisers typically see 15 to 30 per cent more conversions attributed once it is on.

To set it up through Google Tag Manager:

  1. In Google Ads, open Goals, then Settings, and expand the Enhanced Conversions panel. Tick Turn on enhanced conversions and accept the compliance terms.
  2. Choose Google Tag Manager as your setup method and confirm your domain.
  3. In your Google tag settings, allow user-provided data capabilities. Automatic detection suits most sites; use manual configuration (CSS selectors or JavaScript variables reading from the dataLayer) when you need precision.
  4. Publish and confirm the user-provided data is being read on the conversion.

The data is hashed with SHA256 in the browser before it ever reaches Google, so you are not sending raw personal details. Worth noting for 2026: Google is merging enhanced conversions for web and for leads into a single unified setting, so you may see one toggle where there used to be two. The principle is unchanged.

Enhanced Conversions and the consent work below are the backbone of good measurement. If you would rather hand the whole build over, that is exactly the analytics and measurement setup we do for clients.

Consent Mode v2 is legally required for any UK or EEA business running Google Ads or GA4 with personalisation or remarketing, and it has been mandatory since 6 March 2024. It is also the single biggest reason UK conversion data looks broken: without it, the users who decline cookies simply vanish from your reports.

Here is the part global guides get wrong for a UK audience. Under the Privacy and Electronic Communications Regulations (PECR) and UK GDPR, you must get consent before setting non-essential cookies. The Data (Use and Access) Act 2025, whose data protection provisions came into force on 5 February 2026, relaxed this for some low-risk first-party analytics used purely for statistics, as long as you give clear information and an always-visible way to opt out. But advertising and conversion cookies (behavioural targeting, remarketing, anything feeding Google Ads) still require prior opt-in consent. That is precisely what conversion tracking is. So for the tags in this guide, consent first is not optional.

Consent Mode v2 is how you respect that choice and still measure. It sends Google four signals: ad_storage, analytics_storage, ad_user_data and ad_personalization. When a user consents, tags behave normally. When they decline, Google uses cookieless pings to model the conversions you would otherwise lose, recovering (by Google’s own figures) an average of more than 70 per cent of the ad-click-to-conversion journeys that declines would otherwise erase.

How to wire it up

  1. Choose a Google-certified consent management platform (CMP). Cookiebot, CookieYes and Usercentrics are common choices; the “certified” part matters because it integrates cleanly with Consent Mode.
  2. Set the default consent state to denied for UK and EEA visitors before any tag fires. Nothing non-essential should run until the user acts.
  3. Build the banner properly. The ICO requires Accept all and Reject all to sit with equal visual prominence, no pre-ticked boxes, and no treating continued scrolling as consent. A reject option buried two clicks deep is not compliant.
  4. Wire the CMP to update the four consent signals the moment the user chooses. Certified CMPs do this through their GTM template.
  5. Choose Advanced consent mode over Basic. Basic blocks tags entirely until consent, so it models nothing. Advanced loads tags in a cookieless state and enables the conversion modelling that recovers your lost data.
  6. Publish, then test with consent denied as well as granted (more on testing below).

Get this wrong and the failure is silent. Google tightened enforcement on UK and EEA traffic through 2025, and accounts with broken consent wiring watched their conversion data quietly collapse with no warning email. If your reported conversions dropped off a cliff and nobody can explain why, check your consent setup first.

When server-side tracking is worth it

Server-side tracking is worth it once data loss from browser restrictions and ad blockers becomes material to your decisions, and rarely before that. It moves your tags to a server you control, giving you more durable first-party cookies and a chance to clean or enrich data before it reaches Google.

Reach for it when a 10 to 20 per cent measurement gap costs real money, when Safari and ad-blocker data loss is skewing your numbers, or when data governance matters to your sector. It adds cost and complexity: a tagging server (usually on Google Cloud), ongoing maintenance, and someone who knows what they are doing.

For most small and mid-sized UK accounts starting out, a clean client-side setup with Enhanced Conversions and Consent Mode v2 does the job. Add server-side when the numbers justify it, not because it sounds advanced.

Offline and CRM conversions for lead generation

If you run on leads rather than online sales, import offline conversions so Google optimises towards qualified enquiries and closed deals, not just form fills. This is the step that separates lead-gen accounts that scale from ones that drown in junk.

The flow works like this. Capture the Google Click ID (GCLID) when someone submits a form, or use Enhanced Conversions for Leads to match on hashed email. Store it in your CRM against that lead. When the lead becomes qualified, or turns into a customer, upload that outcome back to Google Ads (by scheduled file, a CRM integration, or the API). Now Google can bid towards the leads that actually turn into revenue.

The payoff is direct. Feed real sales values back and Smart Bidding stops chasing cheap, low-quality form fills and starts finding people who buy. That is also the raw material for everything downstream, from Performance Max needs this tracking to the work you do afterwards to improve those conversions.

Seven common tracking mistakes we find

Most conversion tracking problems come down to the same handful of faults. Here are the ones we find on audit after audit.

  1. Double-counting from a tag that fires twice. This is the single most common fault we find. A conversion tag that loads twice on a thank-you page, or a GA4 import running alongside a native tag for the same action, can inflate recorded conversions by 30 to 40 per cent. We have seen exactly that on live accounts more than once, and the whole account was bidding on fiction.
  2. Counting one action through two sources. Pick native tag or GA4 import per action. Never both.
  3. No Consent Mode v2. UK and EEA declines drop out silently and your data looks worse than reality.
  4. Bidding towards micro-actions. Page views and every button click are not conversions. Treat them as secondary signals, not primary goals.
  5. The wrong count setting. Use Every for e-commerce sales (each purchase counts) and One for leads (one person, one enquiry). Getting this backwards distorts everything.
  6. Set once, never checked. A site redesign or CMS update breaks tags constantly. If you have not tested since your last relaunch, assume something is broken.
  7. No conversion values. Without values, Smart Bidding optimises for volume, not revenue, and treats a £50 job the same as a £5,000 one.

Verify it works: a real-time checklist

Never trust a conversion setup you have not tested with your own hands. Run this checklist the day you launch, and again after any site change.

Ready to trust your numbers?

Conversion tracking is not glamorous, but it is the foundation every paid pound and every optimisation decision rests on. Set it up properly once, test it honestly, and keep it honest, and everything you build on top gets easier.

If you would rather have a UK team wire it up and stress-test it for you, book a free growth review. We will check your tracking end to end, find the leaks, and tell you plainly what is working and what is quietly costing you money.

Asked & answered

How do I know my conversion tracking is working?+
Test it with Google Tag Assistant. Connect to your site, complete the conversion yourself, and confirm the tag fires exactly once. Then check that the conversion action in Google Ads shows Recording conversions (allow up to 24 hours after the first real conversion) and that the event appears in GA4's DebugView or Realtime report. If it fires zero times or more than once, fix it before you spend another pound.
Do I need Consent Mode v2 in the UK?+
Yes, if you run Google Ads or GA4 with personalisation or remarketing. It has been mandatory for UK and EEA advertisers since March 2024. Under PECR and UK GDPR, advertising and conversion cookies need prior opt-in consent, and the 2026 Data (Use and Access) Act relaxations for low-risk analytics do not extend to ad tracking. Consent Mode v2 lets you honour that choice and still recover much of the data from users who decline, through Google's conversion modelling.
What is the difference between a GA4 key event and a Google Ads conversion?+
A key event is an action you have flagged as important inside GA4, and it only affects your GA4 reports. A Google Ads conversion is an action Google can bid towards. A key event does nothing for your campaigns until you import it into Google Ads, at which point it becomes a conversion that Smart Bidding can optimise for. Flagging alone changes nothing in Ads.
Should I import GA4 conversions or use the native Google Ads tag?+
Use the native Google Ads tag for your primary money actions, because it records in near real time and supports Enhanced Conversions cleanly. Import GA4 key events for secondary signals you want to watch but not bid hard on. The rule that keeps you out of trouble: assign one source per action so you never count the same conversion twice.

Up next

Want to be
the answer?

See what AI currently says about you. Free, in 48 hours.

Get your free growth review →