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.
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:
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:
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)
2. Add to Cart (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:
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:
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:
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:
Common errors:
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:
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:
Use Data-driven for most accounts. It's Google's most accurate model.
Cross-account conversion sharing
If you manage multiple Google Ads accounts:
Setup: Tools → Conversions → Settings → Manager-level conversions.
Offline conversions (advanced)
For service businesses where the conversion happens offline (in-store visit, phone close):
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:

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.