Google Ads Conversion Tracking Setup Guide 2026

Serdar D
Serdar D

You log into your Google Ads account. The dashboard shows 3,200 clicks last month. The budget is spent. But how many of those clicks turned into a phone call, a form submission, or a sale? If you cannot answer that question with a specific number, you have a measurement problem that is costing you real money every single day your campaigns run.

Running Google Ads without conversion tracking is like driving with your instrument panel switched off. You know the engine is running because you can hear it. But you have no idea whether you are heading in the right direction, how much fuel you have left, or how fast you are actually going. You are spending, but you are not measuring. And spending without measuring is just guessing with a credit card.

The consequences go beyond poor reporting. Google’s algorithm relies on conversion data to learn which clicks are valuable. Without that signal, Smart Bidding strategies like Target CPA and Target ROAS have nothing to optimise toward. The algorithm cannot distinguish between a click that led to a 5,000 USD contract and a click that bounced after two seconds. Every click looks the same, so the budget spreads across all of them equally, which means a lot of it lands on the wrong people.

According to a 2025 study by WordStream, advertisers using conversion-based bidding strategies see an average 20% lower cost per acquisition compared to manual CPC. That gap only widens over time as the algorithm collects more data. The sooner you start feeding it conversion signals, the faster it learns who your actual customers are.

This guide walks through every step of setting up Google Ads conversion tracking in 2026. From choosing the right conversion types, to configuring Google Tag Manager, to implementing enhanced conversions and offline tracking. Whether you are a UK service business tracking form submissions or a US e-commerce store measuring purchase revenue, the principles and the setup steps are the same.

Key takeaways

  • Conversion tracking is not optional. Smart Bidding strategies cannot function without it.
  • Google Tag Manager is the cleanest way to deploy tags without touching your site code repeatedly.
  • Enhanced conversions recover 5-15% of conversions lost to cookie restrictions and cross-device journeys.
  • Offline conversion imports let you feed CRM data back into Google Ads for true ROI measurement.
  • Test every tag in GTM Preview mode before publishing. Broken tracking is worse than no tracking.

What Should You Track? Choosing the Right Conversion Types

Before you touch a single tag or open Google Tag Manager, you need to define what a “conversion” actually means for your business. The word gets thrown around loosely in marketing. For an e-commerce store, it is a completed purchase. For a law firm, it is a consultation request form. For a SaaS company, it might be a free trial signup. Getting this definition wrong at the start creates a cascade of problems that affect your bidding, your reporting, and ultimately your budget allocation.

Form submissions

For most service-based businesses in the UK and US, form submissions are the primary conversion. Quote requests, contact forms, demo bookings, consultation requests. These are the moments when a website visitor raises their hand and says “I am interested.” There are two reliable methods for tracking form submissions:

The first is the thank-you page method. When someone fills out a form and clicks submit, they are redirected to a dedicated page, something like /thank-you/ or /confirmation/. You define this page load as a conversion event. It is simple, reliable, and hard to break. If the thank-you page loaded, the form was submitted. End of story.

The second is event-based tracking. Some forms submit via AJAX without any page redirect. The user fills in the fields, clicks submit, and a confirmation message appears on the same page. No new URL is generated. For these forms, you need to capture the form submission event through Google Tag Manager using a Form Submission trigger or a custom event that fires when the form is successfully sent.

If you have the choice, use the thank-you page method. It is more straightforward to set up, easier to verify, and less prone to false positives.

Phone calls

For local service businesses, plumbers, solicitors, dentists, estate agents, a phone call is often the most valuable conversion. Someone who picks up the phone and dials your number is typically further along in the buying process than someone who fills out a form. Google Ads provides three ways to track phone conversions:

  • Call extension clicks: When your ad includes a phone number and a mobile user taps it. Google tracks this automatically if you use call extensions.
  • Website phone number clicks: When a visitor lands on your site and taps a clickable phone number (a “tel:” link). You track this through GTM by capturing clicks on links that start with “tel:”.
  • Google forwarding numbers: Google replaces the phone number on your website with a tracking number. This lets you measure actual call duration, not just clicks. In the UK and US, forwarding numbers are fully supported. Some businesses find that displaying a different number affects trust, particularly in industries like legal or financial services where clients expect to see a direct number.

E-commerce purchases

For online retailers, the purchase event is the primary conversion, but tracking “purchase happened” without the order value is leaving money on the table. You need to send the transaction amount dynamically so Google Ads can calculate your ROAS. Did you spend 2,000 GBP on ads and generate 12,000 GBP in revenue? Or did you spend 2,000 GBP and generate 1,800 GBP? Without dynamic values, you cannot answer this question.

A typical e-commerce conversion hierarchy looks like this:

  • Primary conversion: Purchase (with dynamic order value and transaction ID)
  • Secondary (observation): Add to cart, begin checkout

Secondary conversions are set to “observation” mode. Google reports them but does not use them for bid optimisation. They help you understand where in the funnel people are dropping off. If thousands of users add to cart but very few complete checkout, you have a checkout page problem, not an advertising problem.

Micro-conversions and page views

Some actions are not full conversions but still signal intent. Visiting a pricing page. Watching a product video to completion. Downloading a brochure. Spending more than three minutes on a service page. These are micro-conversions, and they are useful for building remarketing audiences and understanding user behaviour.

A word of caution: do not define micro-conversions as primary conversions. If you tell Google Ads to count every pricing page visit as a conversion, the algorithm will optimise for pricing page visits rather than actual sales. Your conversion numbers will look impressive in the dashboard, but they will not reflect genuine business results.

Setting Up Google Tag Manager

Google Tag Manager is the industry standard for deploying tracking tags. It sits between your website and all your marketing platforms. Instead of hardcoding a Google Ads tag, a Meta Pixel, a LinkedIn Insight Tag, and whatever else you need directly into your site code, you install GTM once and manage everything from its interface. When you need to add or modify a tag, you do it in GTM and publish. No developer needed for routine changes.

Step 1: Create a GTM account and container

Navigate to tagmanager. google.com. Sign in with your Google account. Click “Create Account.” Enter your company name as the account name and your website URL as the container name. Select “Web” as the target platform.

Once the account is created, GTM gives you two code snippets:

  • The first snippet goes immediately after the opening <head> tag
  • The second snippet goes immediately after the opening <body> tag

These snippets need to appear on every page of your website. If you run WordPress, the GTM4WP plugin handles this automatically. Just install the plugin, enter your GTM Container ID (it looks like GTM-XXXXXXX), and you are done. For Shopify stores, you can paste the head snippet into Settings > Custom Code > Head, and use the theme. liquid file for the body snippet. Most modern CMS platforms have a designated area for header and body scripts.

Step 2: Verify GTM is loading

After adding the code snippets, go back to the GTM panel and click “Preview.” Enter your website URL. Your site opens in a new tab with a debug panel at the bottom. You will not see any fired tags yet because you have not created any. But if you see the “Container Loaded” message, GTM is installed correctly.

While you are at it, install the Google Tag Assistant Chrome extension. This tool shows every Google tag running on a page and highlights errors. It will save you hours of debugging in later steps.

Step 3: Add the Google Ads remarketing tag

Your first tag in GTM should be the Google Ads remarketing tag. This tag fires on all pages and adds every visitor to your Google Ads audience lists. It is not required for conversion tracking, but having it in place from the start means your remarketing audiences are building while you set up everything else. By the time you want to run a remarketing campaign, you will already have a sizeable audience ready to go.

In GTM, go to Tags > New. Choose “Google Ads Remarketing” as the tag type. Enter your Google Ads Conversion ID (you find this in Google Ads under Tools > Shared Library > Audience Manager). Set the trigger to “All Pages.” Save.

Creating Conversion Actions in Google Ads

With GTM installed and verified, you now need to tell Google Ads what counts as a conversion. Each conversion type requires its own conversion action.

Setting up a form submission conversion (step by step)

  1. Log into Google Ads
  2. Manage to Goals > Conversions > Summary
  3. Click “New conversion action”
  4. Select “Website” as the source
  5. Enter your website URL and click “Scan”
  6. Skip Google’s automatic suggestions and click “Add a conversion action manually”
  7. Conversion category: “Submit lead form” or “Contact”
  8. Conversion name: something clear like “Form – Contact Page” or “Form – Quote Request”
  9. Value: assign an estimated value. If you are a UK consultancy and one in every five leads becomes a client worth 3,000 GBP on average, each lead is worth approximately 600 GBP. Enter that figure. For US businesses, apply the same logic using USD.
  10. Count: select “One” (if the same person submits the form three times, count it as one conversion)
  11. Click-through conversion window: 30 days is the default and works for most businesses
  12. Attribution model: “Data-driven”
  13. Click “Create and continue”
  14. Select “Use Google Tag Manager”
  15. Note down the Conversion ID and Conversion Label values shown on screen

You will need those two values for the next step in GTM.

Building the conversion tag in GTM

  1. In GTM, go to Tags > New
  2. Tag configuration: “Google Ads Conversion Tracking”
  3. Paste the Conversion ID and Conversion Label from the previous step
  4. For the Conversion Value field, enter a fixed value or create a dynamic variable (more on this for e-commerce below)

Now you need a trigger. The trigger determines when this tag fires, and it depends on your conversion type:

Thank-you page method: Go to Triggers > New > Trigger type: “Page View” > Select “Some Page Views” > Condition: Page URL “contains” /thank-you/ (or whatever your confirmation page URL is).

Form submission method (for AJAX forms): Triggers > New > Trigger type: “Form Submission” > Select “Some Forms” > Identify the target form using Form ID or Form Class. Enable “Wait for Tags” and “Check Validation” for AJAX forms.

Button click method: Some forms do not produce a standard submit event. In those cases, you capture the click on the submit button itself. Triggers > New > “Click – All Elements” > Use Click ID or Click Classes to identify the specific button.

Phone call conversion setup

If your website uses clickable phone numbers with “tel:” links:

  1. Create a new conversion action in Google Ads with the category “Phone call leads”
  2. In GTM, create a trigger: “Click – Just Links” > Click URL “starts with” tel:
  3. Attach your conversion tag to this trigger

If you want to use Google forwarding numbers for call duration tracking, select “Calls from your website” when setting up the phone call conversion in Google Ads. Google will provide a code snippet. You can deploy this through GTM or add it directly to your site. The snippet automatically swaps your displayed phone number with a Google tracking number for visitors who arrived via a Google ad.

E-commerce purchase conversion

E-commerce tracking is more involved because you need to pass dynamic values: the order total, the transaction ID, and the currency. Most platforms handle this through the dataLayer, a JavaScript object that GTM reads.

For Shopify stores, the purchase event data is available on the order confirmation page. You can use Shopify’s built-in Google & YouTube channel app or configure a custom dataLayer push. For WooCommerce, the GTM4WP plugin pushes purchase data to the dataLayer automatically when you enable its WooCommerce integration.

The dataLayer push for a purchase typically includes:

  • Event name: purchase
  • Transaction ID: ecommerce. transaction_id
  • Order value: ecommerce. value
  • Currency: ecommerce. currency (GBP, USD, etc.)
  • Items array: product names, IDs, categories, prices

In GTM, you create Data Layer Variables for each value, a Custom Event trigger for the “purchase” event, and a Google Ads Conversion Tracking tag that references those variables in the Conversion Value and Transaction ID fields.

Conversion Tracking Setup Done Right

We handle GTM implementation, Google Ads conversion tags, and enhanced conversions from start to finish. If your existing setup has gaps, we find and fix them.

Get in Touch →

Enhanced Conversions: Recovering Lost Data

Third-party cookies are going away. Safari already blocks them by default. Chrome has been phasing them out progressively. iOS privacy updates through App Tracking Transparency have made cross-device attribution harder than ever. In this environment, standard conversion tracking misses a meaningful portion of conversions. People click an ad on their phone during lunch, then complete the purchase on their laptop that evening. Standard tracking often fails to connect those two sessions.

Enhanced conversions are Google’s answer to this problem.

How it works

When a user submits a form or completes a purchase on your website, enhanced conversions capture the first-party data they entered, their email address, phone number, or name, and hash it using the SHA-256 algorithm before sending it to Google. Hashing is a one-way encryption process. The email address “john@example.com” becomes something like “a3f2b8c9d1e..” and it is technically impossible to reverse-engineer the original value from the hash.

Google matches this hashed data against its own user database. If the hashed email from your form matches a hashed email in Google’s system, the conversion is attributed to the correct ad click, even if it happened on a different device or after cookies were cleared.

No personal data is sent to Google in plain text. The hashing happens in the browser before the data leaves the user’s device.

Why it matters for your campaigns

Google’s own data shows that advertisers using enhanced conversions see an average 5-15% increase in reported conversions. That does not mean more people are converting. It means conversions that were previously invisible are now being captured. And those recovered conversions feed directly into Smart Bidding. More data means better algorithmic decisions. Better decisions mean lower CPAs and higher ROAS.

For a UK business spending 5,000 GBP per month on Google Ads, recovering even 8% more conversions could mean the difference between a Target CPA strategy that works and one that is stuck in a learning phase because it does not have enough data points.

Setting up enhanced conversions via GTM

  1. In Google Ads, go to Goals > Conversions > Settings
  2. Find the “Enhanced conversions” section and click “Turn on enhanced conversions”
  3. Select “Google Tag Manager” as the implementation method
  4. Switch to the GTM panel
  5. Open your existing Google Ads Conversion Tracking tag
  6. Enable “Include user-provided data from your website”
  7. For the data source, select “New Variable”
  8. Variable type: “User-Provided Data”
  9. Map the email, phone, and name fields using CSS selectors that match your form inputs

CSS selector example: if your form has an email field with input[name="email"], you enter that selector in the “Email” field within GTM. When the form is submitted, GTM reads the value from that input, hashes it, and sends the hash to Google.

Privacy compliance: GDPR and data protection

In the UK, the Data Protection Act 2018 and UK GDPR require informed consent before processing personal data for marketing purposes. In the US, while there is no single federal privacy law equivalent to GDPR, states like California (CCPA/CPRA), Virginia (VCDPA), and Colorado (CPA) have enacted privacy regulations that apply to data collection and tracking.

Enhanced conversions hash user data before transmission, but hashed data is still considered personal data under GDPR. You need a compliant cookie consent mechanism on your website. When a user accepts marketing or analytics cookies, your tags fire. When they decline, tags stay suppressed.

Google’s Consent Mode v2 handles this at the tag level. Before consent is given, tags run in “denied” mode and collect no data. Once consent is granted, they switch to “granted” mode and begin tracking. If you serve UK or EU visitors, Consent Mode is not optional. Google requires it for remarketing list building and certain conversion tracking features.

Offline Conversion Tracking

Not every conversion happens on your website. A potential client fills out a contact form on Monday. Your sales team calls them on Wednesday. They sign a contract the following week. The form submission is a lead, but the real conversion, the signed contract, happened offline. Standard conversion tracking only sees the form submission. It has no visibility into what happened after that.

Offline conversion imports solve this problem by letting you upload CRM data back into Google Ads.

How offline imports work

When someone clicks your Google ad and lands on your website, a unique identifier called a GCLID (Google Click ID) is appended to the URL. If your form captures this GCLID and stores it alongside the lead record in your CRM , you can later upload that data to Google Ads with the conversion outcome.

The upload tells Google: “This click from 14 days ago resulted in a 8,500 GBP contract.” Google then attributes that conversion back to the original keyword, ad, and campaign. Over time, this data teaches Smart Bidding which types of clicks lead to actual revenue, not just form fills.

Setting up GCLID capture

You need to pass the GCLID from the landing page URL into a hidden form field so it gets stored with the lead submission. There are two approaches:

JavaScript approach: A small script reads the GCLID from the URL parameter and populates a hidden field in your form. Most CRM-integrated forms support hidden fields natively.

GTM approach: Create a URL Variable in GTM that extracts the “gclid” query parameter. Pass it into a hidden form field via a Custom HTML tag or use your form platform’s built-in UTM/GCLID capture feature.

Once the GCLID is stored in your CRM alongside each lead, you can upload conversions manually via CSV in Google Ads (Goals > Conversions > Uploads) or automate the process through the Google Ads API or Zapier integrations.

Why offline tracking changes everything for B2B

A B2B company running Google Ads might get 50 form submissions per month. Of those, maybe 8 become qualified leads and 2 close as clients. If you only track form submissions, Google Ads sees 50 conversions and optimises for more form submissions. But what if most of those 50 forms are tyre kickers, students, or people who just wanted a price and had no intention of buying?

With offline conversion imports, you tell Google which of those 50 forms actually mattered. Over time, the algorithm learns the patterns. It notices that qualified leads tend to search different keywords, live in different postcodes, browse at different times of day. And it starts prioritising those profiles. The result is fewer but better leads, which is exactly what most B2B businesses need.

Attribution Models: Giving Credit Where It Is Due

A customer rarely converts after a single interaction. They might see your display ad on Monday, search for your brand on Wednesday, click a Shopping ad on Friday, and finally convert through a branded search on Saturday. Which ad gets credit for the conversion? The answer depends on your attribution model.

Available models in Google Ads (2026)

Model How it works Best for
Last click 100% credit to the final ad click before conversion Short sales cycles, single-touchpoint journeys
First click 100% credit to the first ad click in the journey Understanding which campaigns drive initial awareness
Linear Equal credit distributed across all touchpoints Businesses wanting a balanced view of the full funnel
Time decay More credit to touchpoints closer to the conversion Longer sales cycles where later interactions matter more
Data-driven Machine learning assigns credit based on actual conversion patterns Most businesses

Google has been pushing data-driven attribution as the default since 2022, and for good reason. It uses your actual conversion data to figure out which touchpoints contributed most. Instead of applying a rigid rule, it analyses thousands of conversion paths and assigns proportional credit based on real patterns in your account.

If your account has enough conversion volume , data-driven attribution is the right choice. For newer accounts or those with very low conversion volume, last click remains a reasonable starting point until you accumulate enough data.

Why attribution matters for budget decisions

Under last-click attribution, your branded search campaign looks like a hero. It gets credit for most conversions because people tend to search your brand name right before they convert. Your display campaigns and top-of-funnel search campaigns look like they are wasting money because they rarely get last-click credit.

Switch to data-driven attribution and the picture changes. Those display ads that seemed worthless? They were the first touchpoint for 30% of your eventual converters. The broad-match keywords you were about to pause? They introduced your brand to people who later searched your name and converted. Attribution modelling does not change your actual results. It changes your understanding of what is driving those results, which in turn changes how you allocate budget.

Testing and Validation

You have built the tags, created the triggers, and everything looks right in the GTM workspace. But does it actually work? Deploying untested conversion tracking is one of the most common and most costly mistakes in PPC management. Tags fire on the wrong pages. Values pass as “undefined.” Triggers never activate because of a typo in a CSS selector. These issues can go undetected for months if you do not test thoroughly before publishing.

GTM Preview mode testing

  1. In GTM, click the “Preview” button in the top right
  2. Enter your website URL
  3. Your site opens in a new tab with the Tag Assistant debug panel at the bottom
  4. Perform the conversion action (fill out the form, complete a test purchase)
  5. In the debug panel, check the “Tags Fired” section. Your conversion tag should appear there.
  6. Click on the tag to inspect the data being sent. Verify the Conversion ID, Conversion Label, and Conversion Value are all correct.

If the tag did not fire, check your trigger conditions. Is the thank-you page URL matching exactly? Is the form ID correct? Did you enable “Wait for Tags” for an AJAX form? The debug panel shows you exactly which conditions were evaluated and which ones failed.

Checking conversion status in Google Ads

In Google Ads, go to Goals > Conversions. Each conversion action has a status indicator:

Status Meaning What to do
Unverified The tag has never fired Perform a test conversion
No recent conversions No conversions recorded in the past 7 days Check the tag in GTM Preview mode
Recording conversions Everything is working Nothing needed
Inactive The tag is not loading or is broken Review the tag configuration in GTM

After your first test conversion, it can take 24-48 hours for the data to appear in Google Ads reports. Do not panic if you do not see it immediately. If the status still shows “Unverified” after 48 hours, something is wrong with the tag setup.

Google Tag Assistant validation

The Tag Assistant Chrome extension provides a quick health check. Visit your website with the extension active. It lists every Google tag on the page. A blue icon means the tag is working correctly. A yellow warning means there is a minor issue but the tag is still functional. A red error means the tag is broken.

Tag Assistant also has a “Record” feature that lets you capture an entire user journey. Start recording, go through the conversion flow, and then review the recording to see exactly which tags fired at each step and what data they sent.

Real-world testing checklist

GTM Preview confirms that tags fire in a controlled environment. But you should also test under real conditions:

  • Submit the form from a mobile device. Does the conversion register?
  • Test on Chrome, Safari, Firefox, and Edge. Cross-browser compatibility matters.
  • Decline cookies in the consent banner, then submit the form. The conversion should NOT fire.
  • Submit the same form twice. If the count is set to “One,” the second submission should not create a duplicate conversion.
  • If you are tracking phone calls, tap the phone number on mobile. Check whether the click registers as a conversion event in GTM.

Stronger Campaigns Start With Better Data

From conversion tracking to full campaign management, we handle the technical side so you can focus on running your business. See how we work with our Google Ads management service.

Get in Touch →

Common Mistakes and How to Fix Them

Conversion tracking mistakes are insidious. Tags appear to be working. Numbers show up in reports. But the data underneath is wrong, and wrong data leads to wrong decisions. Here are the problems we see most often when auditing Google Ads accounts.

Double counting conversions

This happens when the same conversion is tracked through both a Google Ads tag and a GA4 import simultaneously, with both set as primary conversions. Every form submission gets counted twice. Your reports show 100 conversions when you actually had 50. Your CPA looks half of what it really is. Your Smart Bidding strategy operates on inflated data and makes poor decisions as a result.

The fix: Pick one method. If you use the Google Ads conversion tag as your primary source, set any GA4-imported conversions to “secondary” (observation) mode. Never run both as primary for the same action.

Conversion tag firing on the wrong page

A conversion tag set to fire on “All Pages” instead of just the thank-you page will record a conversion every time anyone visits any page on your site. Your data becomes meaningless. Google Ads sees thousands of “conversions” and cannot distinguish real ones from page views.

The fix: Review the trigger in GTM. Replace “All Pages” with a condition that matches only your thank-you or confirmation page URL.

Missing conversion values

Without a value assigned to each conversion, Google cannot calculate ROAS. You cannot use Target ROAS bidding. For e-commerce, dynamic order values are essential. But even for lead generation businesses, assigning an estimated value is far better than leaving it blank.

Calculate your lead value using this formula: (conversion rate from lead to customer) multiplied by (average customer value). If 15% of your leads become clients and the average client is worth 4,000 GBP, each lead is worth 600 GBP. Enter that as your conversion value. For US-based businesses, apply the same calculation in USD.

Wrong conversion window

The default click-through conversion window is 30 days. If a user clicks your ad and converts on day 25, it is counted. If they convert on day 31, it is not. For B2B businesses with longer sales cycles, this window can cause significant under-reporting. A solicitor whose clients typically take 6-8 weeks to sign an engagement letter should extend the window to 60 or 90 days. Otherwise, real conversions will not appear in reports, and the campaign will look like it is underperforming.

No Consent Mode implementation

Since 2024, Google requires Consent Mode for advertisers targeting users in the European Economic Area and the UK. Without it, remarketing lists cannot build, and conversion data will have significant gaps. Even for US-focused advertisers, states with privacy regulations (California, Virginia, Colorado, Connecticut) increasingly require consent mechanisms. Implementing Consent Mode is not just about compliance. It is about data quality.

Forgetting to publish the GTM container

This one is embarrassingly common. You create all your tags and triggers in GTM. Everything looks perfect in the workspace. But you forget to click the blue “Submit” button to publish a new version. The tags exist only in your draft workspace and never reach the live site. Every time you make changes in GTM, you must publish a new container version. Check for unpublished changes before you close the tab.

Not cleaning up test conversions

During setup, you will perform test conversions to verify your tags work. Those test conversions show up in your Google Ads reports and can pollute your data, especially if your campaigns are actively running. Whenever possible, pause campaigns before testing. If that is not an option, filter your reports by date range to exclude the testing period, or use Google Ads’ data exclusion feature to remove those days from Smart Bidding calculations.

Ignoring cross-domain tracking

If your ad sends users to your main website but the checkout or form submission happens on a different domain (a separate payment gateway, a third-party booking system), standard tracking will break. The user’s session is lost when they move between domains. GTM and GA4 both support cross-domain tracking configuration, but it requires explicit setup. If your conversion path spans multiple domains, you need to configure this or you will miss conversions entirely.

Frequently Asked Questions

Can I run Google Ads campaigns without conversion tracking?

Technically, yes. Practically, you are throwing money away. Without conversion data, Smart Bidding strategies cannot function. You are limited to Manual CPC, Maximise Clicks, or Target Impression Share, all of which are far less efficient. Google’s algorithm needs conversion signals to learn which clicks are valuable. Without those signals, it treats every click the same and your budget spreads evenly across high-value and low-value audiences alike. Set up conversion tracking before you launch your first campaign.

Should I use the Google Ads tag or import conversions from GA4?

Both are valid, but do not use both as primary conversions for the same action. That causes double counting. The Google Ads conversion tag is more direct and simpler to set up. If GA4 is already configured and tracking events properly, importing from GA4 is also a solid option. Our recommendation: use the Google Ads tag as your primary conversion source. Keep GA4 for analytics and reporting, and if you import GA4 conversions into Google Ads, set them to “secondary” (observation) mode so they appear in reports without affecting bid optimisation.

How long does it take for conversions to show up in Google Ads?

You can verify tag firing instantly using GTM Preview mode. However, conversion data typically takes 24-48 hours to appear in Google Ads reports. Occasionally it can take up to 72 hours. If you still see zero conversions after 48 hours, use the GTM debug panel to confirm the tag is actually firing. If the tag fires correctly but Google Ads still shows nothing, double-check that the Conversion ID and Conversion Label values match exactly between Google Ads and your GTM tag.

Is enhanced conversions compliant with UK GDPR?

Enhanced conversions hash user data using SHA-256 before sending it to Google, so no personal information is transmitted in plain text. However, under UK GDPR, hashed data can still be classified as personal data because it relates to an identifiable individual. You must have a lawful basis for processing, typically informed consent via a cookie consent mechanism. When a user accepts marketing cookies, the enhanced conversion tag fires. When they decline, it does not. Google’s Consent Mode v2 supports this workflow and is required for advertisers targeting UK and EU users.

Can I track multiple conversion types at the same time?

Absolutely, and you should. An e-commerce site might track purchases, add-to-cart events, and newsletter signups simultaneously. A service business might track form submissions, phone calls, and live chat engagements. The key is not to set all of them as primary conversions. Choose one or two primary conversions that represent genuine business outcomes and set the rest as secondary (observation). Primary conversions drive Smart Bidding decisions. Secondary conversions provide reporting visibility without influencing the algorithm’s bid calculations.

What bidding strategies can I use without conversion tracking?

Without conversion data, you cannot use Target CPA, Target ROAS, or Maximise Conversions. You are limited to Manual CPC, Maximise Clicks, and Target Impression Share. These strategies optimise for traffic volume or visibility rather than business outcomes. Once you have enough conversion data , switch to a conversion-based strategy. The performance improvement is typically significant and immediate.

How do offline conversion imports affect Smart Bidding?

Offline conversion imports give Smart Bidding visibility into what happens after the online conversion. Instead of optimising for form submissions (which may or may not become clients), the algorithm can optimise for qualified leads or closed deals. This is transformative for B2B businesses where the gap between a lead and a sale can be weeks or months. The more downstream data you provide, the better Smart Bidding understands which clicks drive real revenue. Upload schedules should be consistent, ideally daily or weekly, so the algorithm has a steady stream of learning data.

If you are just getting started with Google Ads, our complete Google Ads setup guide covers campaign structure, keyword research, and budgeting. For understanding how paid search fits alongside social advertising, read our Meta Ads vs Google Ads comparison. And if you want to understand how your click-through rate, landing page experience, and ad relevance combine to affect your costs, our digital marketing strategy resources cover the fundamentals.

Get More From Every Pound and Dollar You Spend on Ads

Conversion tracking, campaign optimisation, and transparent reporting. Explore our Google Ads management service to see how we work.

Get in Touch →

Sources

  • Google Ads Help Centre, Set up conversion tracking for your website (2026)
  • Google Tag Manager Documentation, Conversion tracking setup guide
  • Google Ads Help Centre, Enhanced conversions for web
  • Google Developers, Consent Mode v2 implementation guide
  • WordStream, Google Ads Benchmarks Report (2025)
  • Google Ads Help Centre, About attribution models
  • ICO (UK Information Commissioner’s Office), Guide to UK GDPR