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:
- Detects the GCLID in the URL
- Stores it in a first-party cookie (
_gcl_aw) - 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.
What Happens Without a Conversion Linker?
Without the Conversion Linker tag, you’ll experience:
- Missing conversions - Google Ads won’t receive conversion data
- Unattributed conversions - Conversions show up but can’t be linked to specific clicks
- Broken Smart Bidding - Automated strategies won’t have the data they need
- Inaccurate ROAS - Your return on ad spend calculations will be wrong
- Wasted ad budget - You can’t optimize what you can’t measure
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
- In GTM, go to Tags → New
- Click Tag Configuration
- Select Conversion Linker
- Leave the default settings (no configuration needed for basic setup)
Step 2: Set the Trigger
- Click Triggering
- Select All Pages
- Save the tag
Step 3: Test and Publish
- Click Preview to enter debug mode
- Visit your site via a Google Ad (or add
?gclid=testto your URL) - Verify the Conversion Linker tag fires on page load
- Check that the
_gcl_awcookie is created - 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:
- In the Conversion Linker tag settings
- Check Enable linking on all page URLs
Cross-Domain Linking
If users move between domains during their journey:
- Check Enable cross-domain linking
- 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.
Cookie Settings
You can customize cookie behavior:
- Cookie prefix - Change the default
_gclprefix - Cookie domain - Specify which domain the cookie is set on
- Cookie path - Limit the cookie to specific paths
- Cookie flags - Add SameSite or Secure flags
Common Conversion Linker Issues
Tag Not Firing
Symptoms: No _gcl_aw cookie created
Solutions:
- Verify the trigger is set to “All Pages”
- Check for tag firing priority conflicts
- Ensure GTM container is properly installed
Cookie Being Blocked
Symptoms: Tag fires but cookie doesn’t persist
Solutions:
- Check if users are blocking cookies
- Verify no server-side rules are stripping cookies
- Consider server-side tagging for better cookie control
Cross-Domain Not Working
Symptoms: Conversions lost when users move between domains
Solutions:
- Enable cross-domain linking
- Add all domains to the linker configuration
- Verify URL decoration is working (check for
_glparameter)
Duplicate Conversion Linker Tags
Symptoms: Multiple _gcl cookies with different values
Solutions:
- Audit your container for duplicate tags
- Remove any legacy linker implementations
- Ensure only one Conversion Linker tag exists
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:
- Google Tag includes conversion linking functionality built-in
- Conversion Linker is specifically for GTM implementations
- If you’re using GTM, you need the Conversion Linker tag
- If you’re using gtag.js directly, linking is handled automatically
For GTM users, the Conversion Linker remains essential.
Best Practices
-
Deploy it first - Set up the Conversion Linker before any conversion tags
-
Fire on All Pages - Not just landing pages or conversion pages
-
Test thoroughly - Verify cookies are created and persist
-
Don’t duplicate - One Conversion Linker tag per container
-
Keep it simple - Use default settings unless you have specific requirements
-
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:
- ✅ Tag exists in GTM with “All Pages” trigger
- ✅ Tag fires on every page load (check in Preview mode)
- ✅
_gcl_awcookie is created when visiting via Google Ad - ✅ Cookie persists across page navigation
- ✅ Conversion tags successfully access the GCLID
- ✅ 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
How Google Tag Manager, GA4, and Google Ads Work Together
7 min read
How to Set Up Call Tracking with Google Ads and Google Tag Manager
12 min read
Need Help With Your Google Ads?
I help e-commerce brands scale profitably with data-driven PPC strategies.
Get In Touch