If you’re running Google Ads and using Google Tag Manager, there’s one tag you absolutely cannot skip: the Conversion Linker. Without it, your conversion tracking will be incomplete, inaccurate, or completely broken.

In this guide, I’ll explain what the Conversion Linker does, why it’s essential, and how to set it up correctly.

What Is the Conversion Linker Tag?

The Conversion Linker is a Google Tag Manager tag that captures ad click information (like GCLID) from your URLs and stores it in first-party cookies on your domain.

When someone clicks your Google Ad and lands on your site, the URL contains a GCLID parameter. The Conversion Linker tag:

  1. Detects the GCLID in the URL
  2. Stores it in a first-party cookie (_gcl_aw)
  3. Makes it available to your conversion tags when the user converts

Without this tag, your conversion tags won’t have access to the click data they need to attribute conversions back to the correct ad click.

Why Is the Conversion Linker So Important?

1. It Enables Accurate Attribution

Google Ads needs to know which click led to a conversion. The Conversion Linker bridges the gap between the initial ad click and the eventual conversion by preserving the GCLID throughout the user’s session.

2. It Handles Cross-Page Journeys

Users rarely convert on the first page they land on. They browse products, read reviews, compare options. The Conversion Linker ensures the GCLID persists across all these pages until conversion.

3. It’s Required for Enhanced Conversions

If you’re using Enhanced Conversions (and you should be), the Conversion Linker is a prerequisite. It works together with your conversion tags to send both the GCLID and hashed user data to Google.

4. It Supports Cross-Domain Tracking

If your checkout spans multiple domains (like a third-party payment processor), the Conversion Linker can pass click data across domains when configured correctly.

💡 Pro Tip: The Conversion Linker should be the first Google-related tag you set up in GTM. Everything else depends on it working correctly.

What Happens Without a Conversion Linker?

Without the Conversion Linker tag, you’ll experience:

I’ve audited dozens of accounts where conversion tracking “wasn’t working” - and the missing Conversion Linker was the culprit more than half the time.

How to Set Up the Conversion Linker in GTM

Setting up the Conversion Linker is straightforward:

Step 1: Create the Tag

  1. In GTM, go to TagsNew
  2. Click Tag Configuration
  3. Select Conversion Linker
  4. Leave the default settings (no configuration needed for basic setup)

Step 2: Set the Trigger

  1. Click Triggering
  2. Select All Pages
  3. Save the tag

Step 3: Test and Publish

  1. Click Preview to enter debug mode
  2. Visit your site via a Google Ad (or add ?gclid=test to your URL)
  3. Verify the Conversion Linker tag fires on page load
  4. Check that the _gcl_aw cookie is created
  5. Publish your container
// Verify the cookie exists in browser console
document.cookie.split(';').filter(c => c.includes('_gcl_aw'))

Advanced Configuration Options

Enable Linking on All URLs

By default, the Conversion Linker only processes URLs with recognized click parameters. If you have custom parameters, you can configure it to link on all URLs:

  1. In the Conversion Linker tag settings
  2. Check Enable linking on all page URLs

Cross-Domain Linking

If users move between domains during their journey:

  1. Check Enable cross-domain linking
  2. Add your domains to the list (e.g., shop.example.com, checkout.example.com)

This passes the _gcl cookie data via URL decoration when users navigate between domains.

You can customize cookie behavior:

💡 Pro Tip: For most setups, the default settings work perfectly. Only modify these if you have specific technical requirements.

Common Conversion Linker Issues

Tag Not Firing

Symptoms: No _gcl_aw cookie created

Solutions:

Symptoms: Tag fires but cookie doesn’t persist

Solutions:

Cross-Domain Not Working

Symptoms: Conversions lost when users move between domains

Solutions:

Duplicate Conversion Linker Tags

Symptoms: Multiple _gcl cookies with different values

Solutions:

Conversion Linker vs. Google Tag

With the introduction of Google Tag (gtag.js), you might wonder if you still need the Conversion Linker.

Here’s the deal:

For GTM users, the Conversion Linker remains essential.

Best Practices

  1. Deploy it first - Set up the Conversion Linker before any conversion tags

  2. Fire on All Pages - Not just landing pages or conversion pages

  3. Test thoroughly - Verify cookies are created and persist

  4. Don’t duplicate - One Conversion Linker tag per container

  5. Keep it simple - Use default settings unless you have specific requirements

  6. Audit regularly - Check that it’s still firing correctly after container updates

Verifying Your Setup

Here’s a quick checklist to verify your Conversion Linker is working:

  1. ✅ Tag exists in GTM with “All Pages” trigger
  2. ✅ Tag fires on every page load (check in Preview mode)
  3. _gcl_aw cookie is created when visiting via Google Ad
  4. ✅ Cookie persists across page navigation
  5. ✅ Conversion tags successfully access the GCLID
  6. ✅ Conversions appear in Google Ads with click attribution

Conclusion

The Conversion Linker tag is small but mighty. It’s the foundation that makes Google Ads conversion tracking work in GTM. Without it, you’re flying blind - unable to attribute conversions, optimize campaigns, or measure ROAS accurately.

If your conversion tracking isn’t working or your numbers seem off, check the Conversion Linker first. It’s the most common culprit and the easiest fix.

Need help setting up bulletproof conversion tracking? Feel free to reach out.

Related Posts

WooCommerce Google Ads Conversion Tracking via GTM Using GTM4WP

14 min read

GTMGoogle Tag ManagerGoogle AdsConversion TrackingGTM Advanced Series

How Google Tag Manager, GA4, and Google Ads Work Together

7 min read

Google Tag ManagerGA4Google AdsConversion TrackingGTM Intro Series

How to Set Up Call Tracking with Google Ads and Google Tag Manager

12 min read

Google AdsCall TrackingGoogle Tag ManagerConversion TrackingPhone Calls
Adnan Agic

Adnan Agic

Google Ads Strategist & Technical Marketing Expert with 5+ years experience managing $10M+ in ad spend across 100+ accounts.

Need Help With Your Google Ads?

I help e-commerce brands scale profitably with data-driven PPC strategies.

Get In Touch
Back to Blog