Skip to main content
Google Ads

Google Ads Conversion Tracking: The 2026 Setup Guide

Without conversion tracking, your Google Ads campaigns optimize blind. Here's the complete setup — Shopify, custom site, GTM, and Enhanced Conversions.

Vince Servidad
Vince Servidad
Performance Marketing Consultant
11 min read
Share:

Without conversion tracking, Smart Bidding has nothing to optimize toward. Your campaigns will run, your money will spend, but the algorithm can't tell which clicks become customers.

The good news: setting it up correctly takes 2–4 hours. Once done, your account immediately starts learning.

TL;DR

Conversion tracking essentials:

1. Connect Google Ads to your site (gtag, GTM, or Shopify channel).

2. Create conversion actions for purchase + key events.

3. Pass conversion value with every event.

4. Enable Enhanced Conversions.

5. Verify in Google Tag Assistant.

Step 1: Pick your installation method

Three options:

Option A: Shopify's Google channel (easiest)

In Shopify → Settings → Sales Channels → Google & YouTube.

Connect your Google account. Google channel auto-installs:

  • Global site tag (gtag).
  • Purchase conversion event.
  • Customer data sharing for Enhanced Conversions.
  • This handles 90% of needs. Use this if you're on Shopify.

    Option B: Google Tag Manager (most flexible)

    For custom sites or advanced tracking:

  • Install GTM container in your site's ``.
  • Add Google Ads conversion tracking template.
  • Configure triggers and variables.
  • More work, more control.

    Option C: Direct gtag installation

    Add Google's gtag.js to your site. Manually trigger events.

    Use when: no GTM, not on Shopify, custom solutions.

    Step 2: Create conversion actions

    In Google Ads → Tools → Conversions → Create.

    For ecom, create:

    1. Purchase (primary)

  • Type: Website.
  • Event: Purchase.
  • Value: Use different values for each conversion (dynamic).
  • Count: Every conversion.
  • Click-through window: 30 days.
  • View-through window: 1 day.
  • Attribution: Data-driven (default).
  • 2. Add to Cart (secondary)

  • Type: Website.
  • Event: AddToCart.
  • Use as primary or secondary.
  • For new accounts, set as Primary so the algorithm has more events to optimize toward.

    3. Sign-up / Lead (if applicable)

    For lead-gen forms, contact submissions, etc.

    Step 3: Pass conversion value

    For ecom, conversion value = order total.

    In Shopify channel: handled automatically.

    In GTM: pull `transaction.value` from dataLayer.

    In gtag direct: pass `value` and `currency` parameters:

    ```js

    gtag('event', 'conversion', {

    'send_to': 'AW-CONVERSION_ID/CONVERSION_LABEL',

    'value': 1290.00,

    'currency': 'PHP',

    'transaction_id': '12345'

    });

    ```

    Without value, Google can optimize for count only — not value. Big difference for ecom.

    Step 4: Set up multiple events

    For ecom funnel:

  • View Item (page_view of product page).
  • Add to Cart.
  • Begin Checkout.
  • Purchase.
  • Each tells Google which users move down the funnel.

    In Shopify, all these fire automatically. In custom builds, configure each.

    Step 5: Enhanced Conversions

    Enhanced Conversions improves attribution by sending hashed customer data with each conversion.

    Setup:

  • In Conversion Action settings → Enable Enhanced Conversions.
  • Provide hashed data: email, phone, name, address (Google hashes if configured to).
  • For Shopify: enable "Customer Data Sharing" in Google channel.

    For GTM: configure user-data variables.

    Lift in reported conversions: 5–15% typical.

    Step 6: Cross-domain tracking

    If your domain is yourstore.com but checkout uses checkout.shopify.com or similar:

  • Configure cross-domain tracking in gtag or GTM.
  • Add the alternate domain to your Google Ads "Linked Sites" or via gtag's `linker` config.
  • This keeps the user session continuous across domains. Without it, conversions don't attribute correctly.

    Step 7: Verify with Tag Assistant

    Install Google Tag Assistant Chrome extension.

    1. Visit your site.

    2. Browse to product page.

    3. Add to cart.

    4. Begin checkout.

    5. Complete purchase.

    For each step, Tag Assistant should show:

  • Google Ads conversion firing.
  • Correct value and currency.
  • No errors.
  • Common errors:

  • Tag not firing (installation issue).
  • Wrong conversion ID (mismatched account).
  • Missing parameters (value, currency).
  • Fix before launching campaigns.

    Step 8: Wait 24–72 hours

    Conversion data takes time to propagate. Don't trust day-1 reports.

    After 7 days, verify:

  • Conversions reported in Google Ads matches actual orders in Shopify.
  • Discrepancy under 10–15% is normal (cross-device, ad blockers).
  • Larger discrepancy = tracking issue.
  • Common conversion tracking mistakes

    1. Tracking only PageView

    PageView isn't a conversion. Set up Purchase or Lead.

    2. Not passing value

    Without value, Smart Bidding can't optimize for revenue.

    3. Counting same conversion multiple times

    Refreshes on order confirmation page can fire conversion repeatedly. Use `transaction_id` or "Count: One" to deduplicate.

    4. Missing Enhanced Conversions

    You're losing 5–15% of attribution by not enabling.

    5. Not testing before launching

    Spending ₱5K then realizing tracking was broken. Always test first.

    Reporting and attribution models

    Google offers attribution models:

  • Last click (legacy): all credit to last click before conversion.
  • First click: all credit to first click.
  • Linear: equal credit across touchpoints.
  • Time decay: more credit to recent clicks.
  • Position-based: more to first and last.
  • Data-driven (default in 2026): ML-driven attribution.
  • Use Data-driven for most accounts. It's Google's most accurate model.

    Cross-account conversion sharing

    If you manage multiple Google Ads accounts:

  • Conversions can be shared at the manager (MCC) level.
  • Useful for shared landing pages or shared customer base.
  • Setup: Tools → Conversions → Settings → Manager-level conversions.

    Offline conversions (advanced)

    For service businesses where the conversion happens offline (in-store visit, phone close):

  • Import offline conversions via CSV upload.
  • Or use Google Ads API for automated import.
  • Match to Click ID (gclid) captured at form submission.
  • This lets you optimize for closed-deal leads, not just form fills.

    What to do this week

    If you don't have conversion tracking:

    1. Day 1: Connect Shopify Google channel OR install GTM.

    2. Day 2: Create conversion actions.

    3. Day 3: Verify with Tag Assistant.

    4. Day 4–7: Run campaigns, monitor data.

    5. Day 7: Compare Google's reported conversions to Shopify orders.

    Most stores have tracking firing properly within 2–3 days of focused effort.

    Want help with tracking?

    A bad tracking setup costs you 25%+ of your potential ROAS. My Google Ads Specialist service includes full tracking audits. Or learn the system in the Google Ads Course Philippines.

    Related reading:

  • Google Tag Manager + Google Ads: The Right Setup
  • GA4 + Google Ads Integration
  • E-commerce Tracking Setup (GA4, GTM, Shopify)
  • Vince Servidad

    Written by Vince Servidad

    I've spent over $26M on ads and built my own 7-figure brand from scratch. I don't just 'manage ads'—I build the growth systems that actually scale businesses profitably.

    Want More Marketing Insights?

    Get weekly tips, strategies, and case studies delivered to your inbox.

    Need help with Google Ads?

    Get hands-on support from a performance marketing consultant based in the Philippines.

    Related Articles