Skip to main content
Field notes

Field notes from
real audits.

What we find when we open client containers. What's broken, what's lying, what we did about it. No SEO content, no GTM 101, no listicles.

Practitioner-written No paywall Honest reading time
New post · Server-side
8 min read
From the practice
voxxycreativelab.com / blog
Latest writing
All categories
Server-side Why your Google Ads conversions don't match your shop 4 May · 8 min
Audits What 47 GTM audits taught us about consent mode 22 Apr · 12 min
GA4 The GA4 hack everyone copies, and why it's wrong 10 Apr · 6 min
Attribution When more attribution data hurts your decisions 28 Mar · 5 min
voxxycreativelab.com / blog / google-ads-conversions-mismatch
Server-side Back to blog

Why your Google Ads conversions don't match your shop

Last month I audited a DTC brand whose Google Ads dashboard reported €184k in revenue, while Shopify showed €126k for the same window. A 31% gap. The client assumed it was the usual platform discrepancy. It wasn't.

What I found

Enhanced conversions had stopped firing two weeks earlier. Not all of them, only the ones routed through the new server container. Here's the snippet that did it:

// sGTM event transformation
const { value, transaction_id } = event;
if (!transaction_id) return; // dropped silently
return {
  conversion_value: value,
  order_id: transaction_id
}

Google’s 15 June 2026 Consent-Controls Split

On 15 June 2026, Google narrows one admin lever on linked GA4 and Google Ads accounts. For sites…

A Complete Guide to Offline Conversion Tracking

Learn how offline conversion tracking works, how to set it up in Google Ads and Meta, and how to…

Why Hire a Conversion Tracking Agency?

Hiring a conversion tracking agency means accurate data, better campaign results, and no more…

What Is Overtagging?

Overtagging happens when duplicate tags fire on the same event, inflating conversions and breaking…

What Conversion Tracking Methods Are Best for Your Business?

Not sure which conversion tracking method your business needs? Learn what's changed, what's…

How Ad Blockers Are Destroying Your Analytics

+42% of users block ads, and your GA4 data is paying the price. Learn how ad blockers kill…

What Data Can You Legally Send When Consent Is Denied?

What data can you send when consent is denied? Full breakdown of cookieless pings, strictly…

UTM Parameters to First-Party Cookies: How to Stop Losing Attribution Data

UTM parameters vanish after the landing page. Learn how to preserve attribution data in first-party…

Privacy Preference Center