Google Ads March 1, 2025• 9 min read•Updated April 23, 2026

Google Ads Conversion Tracking and Enhanced Conversions: The Correct Setup

Set up Google Ads conversion tracking and Enhanced Conversions correctly so Smart Bidding optimizes on real outcomes. Primary vs secondary, GTM, consent mode.

Editorial illustration for Google Ads Conversion Tracking and Enhanced Conversions: The Correct Setup.
Featured article illustration for Google Ads Conversion Tracking and Enhanced Conversions: The Correct Setup.
Share:
Published March 1, 2025•Reviewed April 23, 2026

Google Ads conversion tracking is the system that records what a user does after clicking your ad, such as submitting a form, calling your number, or buying a product, and reports each of those actions back to Google Ads so Smart Bidding can optimize toward real business outcomes. Without it, Google Ads optimizes toward clicks it can see, not sales you actually get. This guide covers how to set it up correctly for a UAE business, and how Enhanced Conversions recovers measurement lost to privacy changes.

What is a conversion action?

A conversion action is a single definition of one valuable outcome you want to measure. Each action has a name, a category (Purchase, Lead, Contact, Submit lead form, and so on), a value, a counting method (one per click or every conversion), and an attribution and conversion window. You create them inside Google Ads under Goals, then Conversions. The category matters because Google uses it to group actions into standard goals and apply value rules, so label each action with the category that describes what really happened.

The three ways to track conversions

There are three methods to feed conversions into Google Ads, and most UAE accounts use a combination.

GA4 import

You measure the event in Google Analytics 4, then import it as a Google Ads conversion. This is convenient when GA4 already tracks your key events, but it adds a modeling layer, a slight delay, and its own attribution. Import only the events that represent true outcomes, not every pageview.

You fire the Google Ads conversion tag directly, usually through Google Tag Manager. GTM listens for an event such as a form submission or a purchase and fires the conversion tag with the correct conversion ID, label, value, and transaction ID. This is the most direct and reliable method because the signal goes straight to Google Ads with no intermediary, and for most lead-generation and e-commerce sites we build it is the primary method. See our approach to e-commerce development for how the tag layer is wired into a store.

Offline and imported conversions

You capture a click identifier called the GCLID (Google Click Identifier) when a lead first arrives, store it in your CRM, and later upload the closed deal back to Google Ads. This tells Google which clicks became paying customers, not just leads, and it is the single biggest lever for service businesses where the sale happens days or weeks after the click. It is a core part of how we run performance marketing in Dubai.

Primary versus secondary conversions

Every conversion action is set to one of two goal types.

  • Primary conversions are used for bidding. Smart Bidding actively optimizes to get more of them.
  • Secondary conversions are recorded for observation only. They appear in a separate column and never influence bidding.

This is the most misused setting in Google Ads. Only true business outcomes belong in Primary: a purchase, or a qualified lead form submission. A newsletter signup, a PDF download, a "view directions" click, or an add-to-cart are secondary at best. Mark them primary and you tell the algorithm they are as valuable as a sale, which they are not.

The conversion linker

The conversion linker is a tag that reads and stores click information, including the GCLID, in a first-party cookie the moment a visitor lands on your site, so a later conversion can be attributed to the original ad click. In Google Tag Manager you add the Conversion Linker tag and set it to fire on All Pages. Without it, attribution breaks, especially when a payment or booking flow sends the user to a different domain and back. Set it up first, before any conversion tag.

Enhanced Conversions

Enhanced Conversions recovers conversions that would otherwise go unmeasured because of cookie loss, cross-device journeys, and browser privacy restrictions. It works by sending first-party data the user already gave you, such as email, phone, or name and address, in hashed form alongside the conversion.

The data is hashed using SHA-256 in the browser before it ever leaves the page, so Google never receives the raw email or phone number. Google matches that hash against signed-in Google accounts, and when a match is found, a conversion that lost its cookie can still be credited to the ad click. This typically recovers a meaningful share of conversions the standard tag alone would miss, and they feed back into Smart Bidding as better training data.

How to enable Enhanced Conversions

There are two supported paths.

  • Via the Google tag: turn on Enhanced Conversions in the conversion action settings, choose the Google tag method, and let Google detect the email and phone fields automatically or specify CSS selectors.
  • Via Google Tag Manager: turn it on for the conversion action, then in GTM supply user-provided data to the Google Ads Conversion Tracking tag, either through a user-provided data variable that reads the form fields or by pushing plain values into the data layer. GTM handles the hashing.

Either way, you must accept the customer data terms in Google Ads and only send data the user knowingly provided.

Consent Mode v2 is Google's framework for adjusting tag behavior based on a user's consent choices. It passes signals, ad_storage, ad_user_data, and ad_personalization, that tell Google whether the user allowed advertising cookies and data use.

When a user declines, tags do not write cookies. Instead Google uses conversion modeling to estimate the conversions it can no longer observe directly, which keeps reporting closer to reality than losing every unconsented conversion. Consent Mode is mandatory for showing ads in some regions and is good practice everywhere, including the UAE, as privacy expectations tighten. Implement it through your consent banner and GTM so the signals fire before your tags.

Call, form, and purchase conversions

Different outcomes need different setups.

  • Form conversions: fire the tag on a genuine success event, such as the thank-you page load or a validated AJAX submit response, never on button click. A button click fires even when the form errors out.
  • Call conversions: track calls from ads using a Google forwarding number, and calls from a website number using the phone snippet that swaps your number for a trackable one. Set a minimum call length, for example 60 seconds, so only real conversations count.
  • Purchase conversions: fire on the order confirmation page with a dynamic value and a unique transaction ID. The value lets bidding optimize for revenue; the transaction ID prevents double counting on refresh.

Deduplication

Deduplication stops the same outcome from being counted twice, which happens when both a browser tag and a server or offline upload report the same sale. You prevent it by sending a consistent, unique order or transaction ID with every conversion, because Google treats two conversions sharing the same ID for the same action as one. For e-commerce this is the order number; for leads it can be a CRM record ID carried through from the GCLID capture.

Why "10 primary conversions" mistrains Smart Bidding

A common failure is marking many actions as primary at once, for example page views, scroll depth, add-to-cart, chat opens, and purchases, ending up with ten primary conversion actions. Smart Bidding maximizes primary conversions, so if ten different actions are all primary, the algorithm chases whichever is cheapest and most frequent, which is almost always the low-value micro action, not the sale. The result is an account that reports hundreds of conversions and very little revenue, because bidding trained on taps instead of outcomes.

The fix is disciplined: keep Primary reserved for the one or two actions that represent money or a genuine qualified lead, and move everything else to Secondary. Fewer, truer primary conversions produce better bidding than many noisy ones. This is exactly the kind of structural fix our Google Ads management in Dubai work starts with.

Verifying in the Conversions and Diagnostics views

Setup is not done until you have confirmed the data is flowing.

  • Conversions view (Goals, then Conversions): check each action's status. "Recording conversions" means it is working. "No recent conversions" or "Unverified" means the tag has not fired or is misconfigured.
  • Diagnostics: open a conversion action and review its diagnostics tab for tag firing errors, Enhanced Conversions match rate, and data quality warnings. A healthy setup shows a match rate above zero and no critical alerts.
  • Google Tag Assistant: load your site and confirm the conversion linker, the Google tag, and the conversion tag all fire on the right pages with the right values.

Check these within a few days of launch and again after any site change, because a theme update or a moved thank-you page silently breaks tracking. Our Google Ads search campaigns in Dubai always begin with this verification before spend scales.

Frequently Asked Questions

What is the difference between a primary and a secondary conversion in Google Ads?

A primary conversion is used by Smart Bidding to optimize your campaigns, so the algorithm actively tries to get more of them. A secondary conversion is recorded for reporting only and never affects bidding. Mark only true outcomes such as purchases and qualified leads as primary, and keep micro actions like signups or downloads as secondary so bidding trains on real value.

Do I need Enhanced Conversions if I already have the standard tag?

Yes, if you want more complete measurement. The standard tag relies on cookies, which are increasingly lost to privacy settings and cross-device journeys. Enhanced Conversions sends hashed first-party data such as email or phone alongside the conversion, letting Google match and recover conversions the cookie missed, which also improves Smart Bidding.

Is my customer data safe with Enhanced Conversions?

The data is hashed using SHA-256 in the browser before it leaves the page, so Google never receives a raw email address or phone number, only an irreversible hash it uses for matching. You must accept Google's customer data terms and only send information the user knowingly provided.

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

The Google Ads tag fired through GTM is the most direct and reliable method because the signal goes straight to Google Ads. GA4 import adds a modeling layer, a delay, and its own attribution model. Use GA4 import when GA4 already tracks events cleanly, but for the actions that drive bidding, a direct tag is usually better.

Why does my account show many conversions but little revenue?

Almost always because too many low-value actions are marked as primary. Smart Bidding maximizes primary conversions, so if page views, add-to-carts, and chat opens are all primary, it chases the cheapest, most frequent action instead of sales. Move everything except purchases and qualified leads to secondary.

How do I stop the same sale being counted twice?

Send a unique transaction or order ID with every conversion. When a browser tag and an offline or server upload both report the same sale carrying the same ID, Google deduplicates them into one conversion. For e-commerce use the order number, and for leads carry a CRM record ID through from the original click.

Sources & References

Official references used in this article.

FAQ

Frequently Asked Questions

Q. What is the difference between a primary and a secondary conversion in Google Ads?

A primary conversion is used by Smart Bidding to optimize your campaigns, so the algorithm actively tries to get more of them. A secondary conversion is recorded for reporting only and never affects bidding. Mark only true outcomes such as purchases and qualified leads as primary, and keep micro actions like signups or downloads as secondary so bidding trains on real value.

Q. Do I need Enhanced Conversions if I already have the standard tag?

Yes, if you want more complete measurement. The standard tag relies on cookies, which are increasingly lost to privacy settings and cross-device journeys. Enhanced Conversions sends hashed first-party data such as email or phone alongside the conversion, letting Google match and recover conversions the cookie missed, which also improves Smart Bidding.

Q. Is my customer data safe with Enhanced Conversions?

The data is hashed using SHA-256 in the browser before it leaves the page, so Google never receives a raw email address or phone number, only an irreversible hash it uses for matching. You must accept Google's customer data terms and only send information the user knowingly provided.

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

The Google Ads tag fired through GTM is the most direct and reliable method because the signal goes straight to Google Ads. GA4 import adds a modeling layer, a delay, and its own attribution model. Use GA4 import when GA4 already tracks events cleanly, but for the actions that drive bidding, a direct tag is usually better.

Q. Why does my account show many conversions but little revenue?

Almost always because too many low-value actions are marked as primary. Smart Bidding maximizes primary conversions, so if page views, add-to-carts, and chat opens are all primary, it chases the cheapest, most frequent action instead of sales. Move everything except purchases and qualified leads to secondary.

Q. How do I stop the same sale being counted twice?

Send a unique transaction or order ID with every conversion. When a browser tag and an offline or server upload both report the same sale carrying the same ID, Google deduplicates them into one conversion. For e-commerce use the order number, and for leads carry a CRM record ID through from the original click.

Complimentary for UAE businesses

Want a complimentary audit of your Google Ads or Meta Ads account?

30-minute call. We review your account, point out the 3 biggest leaks, and tell you exactly what to fix, whether you hire us or not.

Google Partner · UAE & KSA · Arabic + English