Getting clicks but seeing no conversions? You’re likely not tracking them properly. Google Ads conversion tracking setup is the technical foundation that turns vague impressions into measurable leads, calls and sales.
Without accurate tracking, you’re flying blind – optimizing campaigns based on clicks instead of revenue.
This guide covers:
- conversion tracking Google Ads EU requirements
- Google Ads tag setup
- enhanced conversions for small businesses.
Table of Contents
Key Takeaways
- EU Google Ads campaigns underreport conversions due to GDPR consent gaps, iOS tracking limits and incomplete setup. Proper Google Ads tracking setup reveals true ROI, enables Smart Bidding, and stops “invisible leads.”
- Define 3-5 conversion actions first. Forms, phone calls, bookings – without these, Smart Bidding optimizes for clicks, not revenue.
- GTM > direct tag for EU businesses. Handles GDPR consent, enhanced conversions and multi-platform tracking; direct works for simple WordPress but scales poorly.
- Track ALL lead types. Thank-you pages (forms), onclick events (phone/WhatsApp), button clicks, not just purchases, to capture more B2B and service leads.
- Enhanced conversions are a must-have. Hashed email/phone data fixes underreported conversions from iOS/privacy blockers; turn ON per action.
Why Accurate Conversion Tracking Matters for EU Businesses
Most of Google Ads campaigns underreport conversions due to incomplete tracking. EU businesses face extra challenges: GDPR consent, iOS tracking limits and cross-border currencies or languages.
Real impact: €1,000 ad spend → 100 clicks → Actual 8 leads (not 2 you see)
Missing data = wrong bidding decisions + wasted budget
Proper Google Ads tracking setup reveals your true ROI, enables Smart Bidding and unlocks enhanced conversions for first-party data in a cookieless world.
What Are Conversion Actions in Google Ads?
Conversion actions define what “success” looks like for your business. Google Ads tracks these events to optimize campaigns automatically.
Common EU small business conversions:
Conversion Type | Examples | Value |
Online | Form submits, button clicks, “Thank you” page | appx. €50-200 |
Offline | Phone calls, WhatsApp, booked consultations | appx. €100-500 |
Purchase | Service bookings, e-commerce sales | appx. €200+ |
Pro tip: Track micro-conversions (form starts, phone clicks) + macro-conversions (sales) for complete funnel visibility.
Perfect tracking + high Quality Score = compound performance gains.
Step-by-Step Google Ads Conversion Tracking Setup
Step 1: Create Conversion Actions
What it does: Tells Google exactly what actions = money (form, call, booking).
Why it matters: Smart Bidding needs appx. 15-30 conversions to work. No actions = no optimization.
Tools → Measurement → Conversions → + New conversion action
For each action:
- Name: “Contact Form”, “Phone Call”, “Booked Consultation”
- Goal & action optimization: Primary (optimize for) vs Secondary
- Value: Fixed (€100) or Variable (formula)
- Count: One (bookings) vs Every (multiple form submits)
- Click-through conversion window: 30-90 days
- Include in Conversions: Primary = Smart Bidding; Secondary = reports only
Step 2: Choose Your Tag Installation Method
This decides how the tracking code gets on your website. Pick based on your technical comfort.
Option A: Google Tag Manager (Recommended)
✅ One tag container for all platforms (Google Ads + GA4 + Facebook)
✅ GDPR consent-aware firing
✅ Event data layer support for enhanced conversions
❌ Learning curve for beginners
Option B: Direct Google Ads Tag
✅ Faster setup (copy-paste)
✅ Works without GTM knowledge
❌ Multiple tags = messy website
❌ Harder consent management
EU choice: GTM + Cookie Consent Manager for GDPR compliance.
Step 3: Install the Global Site Tag
What it does: This single line of code tells Google Ads “Hey, someone from my ad just landed here.” It’s the foundation for all tracking.
Google Tag Manager Setup
- Google Ads → Tools → Shared Library → Your gtag.js
- GTM → Tags → + New → Google Ads Conversion Tracking
- Paste Conversion ID + Label from Step 1
- Trigger: All Pages (Global Site Tag) + specific events
Direct Install (WordPress XML example)
Copy this exact code (replace Conversion ID with yours):
<!– Global Site Tag –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=AW-123456789″></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘AW-123456789’);
</script>
Where: Plugins → Insert Headers and Footers → Paste in Header
Step 4: Set Up Event Tags for Specific Conversions
Now connect real business actions (form submit, phone click) to Google Ads so they count as “wins.”
What it does: Fires conversion when someone books/completes your offer.
Why it matters: This = actual revenue tracking, not just clicks.
Form submission example (GTM)
- Tag: Google Ads Conversion Tracking
- Event: AW-123456789 / FormSubmit
- Trigger: Form Submission → Thank You Page OR Data Layer push
Phone call tracking (XML)
Replace your phone link:
<a href=”tel:+48123456789″ onclick=”gtag(‘event’, ‘conversion’, {‘send_to’: ‘AW-123456789/CallClick’})”>
+48 123 456 789
</a>
Enhanced Conversions: EU Must-Have
Enhanced conversions send hashed first-party data (email, phone, address) with every conversion for better match rates and Smart Bidding accuracy.
Why EU businesses need it:
- iOS 14.5+ restrictions → drop of conversion
- Third-party cookie phaseout → GA4 + Google Ads need first-party signals
- Cross-border tracking → User data improves geo/language accuracy
Quick setup:
- Tools → Measurement → Conversions → [Action] → Turn on Enhanced Conversions
- Map fields: email, phone, address (hashed automatically)
- GTM: User-Provided Data → Automatic with form fields
Testing Your Conversion Tracking Setup
Never launch without testing:
- Google Tag Assistant (Chrome extension)
- Google Ads → Conversions → [Action] → Diagnostics
- Preview mode in GTM
- Real test: Submit form → Check “Conversions” tab (24h delay)
- GA4 DebugView for event validation
Red flags:
- Status: “No recent conversions” (14+ days)
- Tag firing but 0 conversions
- Discrepancies vs GA4/website analytics
Common Google Ads Conversion Tracking Mistakes
- Only tracking purchases (miss most of B2B/service leads)
- No value assignment (Smart Bidding optimizes for clicks, not revenue)
- Wrong conversion window (30 days vs 90 for consultations)
- Missing mobile events (Europe = 65%+ mobile traffic)
- No enhanced conversions (a must-have!)
Stop Guessing, Start Measuring
The majority of Google Ads optimization fails without proper conversion tracking.
Sonder Services sets up complete Google Ads tracking systems including:
- GDPR-compliant GTM + consent
- Enhanced conversions for iOS/cookieless
- Multi-touch funnel tracking (forms → calls → sales)
- Offline import automation for B2B
Book a free Google Ads strategy call with Sonder Services and uncover hidden conversions.
Let us turn your Google Ads into predictable revenue – technical setup included.
FAQs
Google Ads conversion tracking setup starts with creating conversion actions (forms, calls, bookings) in Tools → Measurement → Conversions, then installing the global site tag via GTM or direct code. Track specific events like form submits on thank-you pages and phone clicks with unique labels - test everything live to ensure Smart Bidding gets accurate data within 24-48 hours.
Conversion tracking Google Ads EU requires GDPR-compliant consent mode, hashed user data for enhanced conversions and multi-language phone formats. Standard US setups break under iOS limits and privacy laws - GTM + CookieYes ensures legal, accurate lead measurement across borders.
Google Ads tracking setup via Google Tag Manager (GTM) handles multiple platforms with GDPR consent, event triggers, and enhanced conversions - ideal for EU sites. Direct tag is faster copy-paste code for WordPress but lacks consent management and scales poorly; use GTM for most of small businesses to future-proof tracking.
Google Ads tag setup with enhanced conversions involves turning it ON per action (Conversions → Edit → Enhanced), mapping form fields (email/phone hashed automatically via GTM) and testing user-provided data. This fixes underreported conversions from privacy blockers, essential for EU Smart Bidding on leads like booked consultations.
Share this post :
Travis Sonder is a Google Ads specialist helping businesses scale. Stay tuned for more insights!
Ready to See Real Results?
Get in touch with us now to start optimizing your digital ads!



