Skip to Content
Nexuro Digital
  • Home
  • Services
    Digital marketing
    • AI Search (GEO)Cited by ChatGPT, Perplexity & Google AI
    • SEOConversion-focused SEO
    • SEO consultingFor your in-house teams
    • Google Ads (SEA)Profitable campaigns
    • Data AnalyticsMake sense of your data
    • Server-side TrackingReliable data & GDPR
    Odoo
    • Official Odoo PartnerImplementation & ERP/CRM
    • Odoo website creationConnected to your ERP
    • Odoo consultant in BelgiumLocal expertise
    • Peppol & invoicing2026 compliance
    • Support & TicketingResponsive follow-up
    Resources
    • Blog, La Croissance ConnectéeOur tips
    • Our workClient case studies
    • White paper2026 data strategy
    • Zones d'interventionNos villes en Belgique
    Discuss your project
  • Our work
  • Blog
  • About us
  • Contact
  • 0
  • 0471 46 57 86 
  • English (US) Français (BE)
Nexuro Digital
  • 0
    • Home
    • Services
    • Our work
    • Blog
    • About us
    • Contact
  • 0471 46 57 86 
  • English (US) Français (BE)
  • All Blogs
  • The Nexuro Blog
  • Measuring your marketing's real ROI: conversion tracking
  • Measuring your marketing's real ROI: conversion tracking

    July 6, 2026 by
    Timothy Jacqmin

    *By Timothy Jacqmin — Co-Founder, Nexuro Digital · July 2026*

    TL;DR

    • Conversion tracking records every action that has business value (a purchase, a quote request, a call, a booked meeting) and links it to the marketing channel that triggered it.
    • Without it, you fly blind: you know what you spend, never what it returns. Most Belgian SMEs are exactly there.
    • The clean 2026 stack: GA4 (measurement) + Google Tag Manager (deployment) + server-side tracking (reliability) + consent mode (GDPR compliance).
    • Attribution decides which channel gets credit for a sale. GA4 uses the *data-driven* model by default: powerful, but with volume thresholds many SMEs never hit.
    • Real ROI is not the number of leads: it's the revenue actually invoiced. You get there by reconnecting your conversions to your CRM/ERP (Odoo).

    You invest in Google Ads, in SEO, in posts, in an agency. At month-end, one simple question stays unanswered: does it pay off? Most SME leaders know to the cent what they spend on marketing. Almost none know what each euro spent brings back.

    That gap has a name: the absence of conversion tracking. And it's fixable. At Nexuro we hold a conviction you already know if you follow us: marketing is not a cost, it's an investment that must be measured, managed, and connected to your revenue. Here's how we do it, concretely.

    What is conversion tracking?

    Conversion tracking is the systematic recording of every business-value action on your site, tied back to the marketing channel that generated it. A visitor lands from a Google ad, fills in your quote form: tracking captures that event, timestamps it, and notes where the person came from. Multiplied across thousands of visits, you finally get an answer to "which channel brings me customers?".

    Without tracking, you hold two halves of a table that never talk to each other: spend on one side (Google, LinkedIn, agency invoices), sales on the other (invoicing). You can't tell which one feeds the other. Tracking is the bridge that links marketing spend to commercial results.

    Don't confuse it with counting traffic. Knowing that 5,000 people visited your site is worth nothing on its own. Knowing that the 40 visitors from one specific campaign generated 12 quote requests and 3 contracts: that steers a budget.

    Key takeaway: traffic is a vanity metric. A conversion is a decision metric.

    What is a conversion, and why split micro from macro?

    A conversion is any measurable action that moves a visitor closer to purchase, or that has direct value for your business. Not all conversions are equal. We separate *macro-conversions* (the end goal: a sale, a signed contract) from *micro-conversions* (intermediate steps: downloading a guide, subscribing to the newsletter, adding to cart). Micro-conversions don't pay your bills, but they show you where your funnel leaks before the sale.

    For a Belgian SME, the first step isn't technical: it's deciding what actually matters. An agency tracking 30 "goals" with no hierarchy measures nothing. We always start by listing 3 to 5 key conversions, each with a value in euros. Here are the most common types and how to handle them.

    Conversion typeNatureValue to assignHow to track it
    Purchase / online orderMacroActual order revenueE-commerce event (dynamic value)
    Quote request / formMacroAverage quote value × close rateEvent on form submit
    Booked meetingMacroAverage value of a converted meetingEvent on confirmation page
    Phone callMacroAverage value of a call leadCall tracking
    Add to cartMicroIntent signal (no direct €)E-commerce event
    Download (guide, PDF)MicroQualified-lead signalEvent on click
    Newsletter sign-upMicroNurturing-lead valueEvent on submit

    The rule: every macro-conversion must carry a value in euros, even estimated. Without a value, you count actions; with a value, you calculate a return on investment. A quote isn't a contract, but if one quote in four closes at an average €4,000, each quote is "worth" €1,000 in your ROI calculation. That logic is what turns a dashboard into a decision tool.

    Why do most SMEs fly blind?

    Most SMEs fly blind because their measurement is incomplete, misconfigured, or disconnected from real sales. It isn't a lack of will: it's a stack of small holes. A GA4 installed "by default" that tracks no business events. A cookie banner that blocks half the data. Leads landing in the CRM with no one knowing where they came from. Each hole, on its own, looks minor. Together, they make the number unusable.

    The problem got worse with browsers. Roughly one-third of GA4 data can be missing because of ad blockers and browser anti-tracking protections (source). In other words, purely client-side tracking shows you an amputated reality, and often the wrong half: the most privacy-conscious visitors are sometimes your best B2B prospects too.

    The concrete result: budgets reallocated on the basis of a false number. You cut a campaign that was converting (but whose conversions weren't tracked) and you double down on a campaign that "performs" in a biased dashboard. Steering on false data is worse than not steering at all, because it gives the illusion of control.

    Common mistake: confusing "GA4 is installed" with "my conversions are measured". An out-of-the-box GA4 tracks page views, not your quote requests. The business configuration is the real work.

    How do you track conversions properly (GA4, GTM, server-side)?

    Clean tracking rests on a three-link chain: GA4 to measure, Google Tag Manager to deploy, and server-side to make it reliable. Each link has a precise role, and skipping one weakens the whole.

    1. Google Analytics 4 (GA4) is the measurement foundation. It stores events and hosts your conversions (called *key events*). But you must declare the right events: a form submit, a click on "call", a purchase with its value. We detail the setup in our Google Analytics 4 getting-started guide.
    1. Google Tag Manager (GTM) is the console that deploys and controls your tags without touching the site's code each time. GTM "listens" to visitor actions and fires the data off to GA4, Google Ads or Meta. Our Google Tag Manager guide explains how to set it up cleanly.
    1. Server-side tracking routes the data through a server you control before sending it to the platforms, instead of doing everything in the browser. This is what recovers part of the lost conversions and makes measurement far more reliable. It's also better for your data governance. We cover it fully in server-side tracking explained.

    The classic mistake is wanting link 3 without having sorted out links 1 and 2. Build in order: first accurate GA4 measurement, then a clean GTM, finally server-side for robustness. A server-side setup plugged into a badly configured GA4 just sends wrong data more reliably.

    Consent mode: how to measure without breaking GDPR?

    Consent mode is Google's mechanism that adjusts your tags' behaviour based on each visitor's cookie consent: it lets you measure while respecting GDPR. In practice, when a visitor declines cookies, the tags stop writing identifiers to their browser but can still send anonymised signals. Google then reconstructs part of the missing conversions through statistical modelling.

    Since version 2, consent mode transmits four consent parameters: ad_storage, analytics_storage, ad_user_data and ad_personalization (Google Ads documentation). The last two are newer: ad_user_data allows (or not) sending data to Google for advertising purposes, and ad_personalization governs personalised advertising and remarketing. For any Belgian SME advertising into the European Economic Area, consent mode v2 is no longer optional: without it, your Google tags stop collecting data on EEA visitors, which breaks remarketing and conversion modelling.

    In practice, that means a compliant consent banner, ideally through a certified CMP (consent management platform), correctly wired into GTM. Compliance and measurement don't conflict: a good setup gives you both. It's precise plumbing, invisible to the visitor, but decisive for your data quality and your legal peace of mind.

    Key takeaway: in Belgium, measuring without valid consent isn't a clever shortcut, it's a risk. The right move is to set up consent mode from the start, not to bolt it on after an audit.

    What is attribution, and which model should you choose?

    Attribution is the rule that decides which marketing channel gets credit for a conversion when the customer touched several channels before buying. A prospect discovers you through an SEO article, comes back later via a Google ad, then converts after an email: who "made" the sale? The attribution model answers that, and it radically changes how your performance looks.

    The legacy models are simple but misleading. *Last click* gives 100% of the credit to the last channel (it underrates everything that primed the sale upstream). *First click* does the opposite. In 2026, GA4 applies *data-driven attribution* (DDA) by default, using machine learning to spread credit by each touchpoint's real contribution (GA4 attribution settings).

    Watch out for a trap few SMEs know about. GA4's DDA requires a minimum volume: at least 400 conversions for the key event concerned and 20,000 conversions total over the lookback window. Below that, GA4 silently falls back to last click, without warning you. Many Belgian SMEs therefore believe they're reading smart attribution when they're actually looking at plain last click in disguise. The right reflex: check your volume, and read the report accordingly.

    Attribution modelWhat it doesWho it fits
    Last click100% credit to the last channelVery short cycles, low volume
    First click100% credit to the first channelAwareness / top-of-funnel analysis
    LinearCredit split equallySimple overview
    Data-driven (DDA)Credit split by real contribution (ML)Sufficient volume (≥ 400 conv. / event)

    How do you connect conversions to real revenue?

    Marketing measurement too often stops at the lead; real ROI is calculated on invoiced revenue, which means reconnecting your conversions to your CRM and your billing. A completed form is not a customer. Between the two sit qualification, the quote, the negotiation, the signature, the payment. A conversion tracked on the site "knows" nothing about what happens next in your sales team.

    This is where tracking meets the ERP. When your marketing conversions flow all the way into Odoo, you finally close the loop: from the clicked ad to the paid invoice. You no longer say "this campaign generated 30 leads", but "this campaign generated 30 leads, 7 of them customers, for €28,000 invoiced, at an acquisition cost of €X". That's the sentence you present to the board, not a sessions chart.

    Concretely, you attach the marketing origin (channel, campaign) to the prospect record in the CRM, then follow its journey to the invoice. The acquisition → conversion → revenue loop becomes readable end to end. It's the heart of our method, detailed in connecting your marketing to Odoo. Without that reconnection, you optimise leads; with it, you optimise revenue.

    Recommendation: don't chase perfect measurement before acting. An "imperfect but complete" loop (from click to invoice) beats an ultra-precise front-end tracking that stops at the form.

    Where should you start, concretely?

    You don't need to wire everything at once. You need to start in the right order.

    1. List your 3 to 5 key conversions and give each a value in euros (even estimated).
    2. Audit your current GA4: does it really track those conversions, or just page views?
    3. Check your consent: compliant banner + consent mode v2 correctly wired.
    4. Add reliability with server-side once the basics are in place, to recover lost conversions.
    5. Check your attribution: does your volume hit the DDA threshold, or are you reading last click in disguise?
    6. Close the loop: connect your conversions to Odoo to measure revenue, not clicks.

    Conversion tracking is not an IT project: it's the condition for stopping blind spending. Once the chain is in place, every marketing euro becomes traceable, and every budget decision rests on a fact, not a hunch.

    FAQ

    What is conversion tracking?

    Conversion tracking records every business-value action on your site (a purchase, a quote request, a call, a booked meeting) and ties it to the marketing channel that generated it. It turns marketing spend into a measurable result. Without it, you know your costs but never your real return on investment.

    What's the difference between a conversion and a visit?

    A visit is just a passage through your site: it has no value on its own. A conversion is an action that moves the visitor closer to purchase or has direct value (a quote, an order, a call). A thousand visits with no conversion return nothing; forty visits that generate three contracts steer a budget. You measure conversions, not traffic.

    Is consent mode mandatory in Belgium?

    For any Belgian SME advertising into the European Economic Area through Google, consent mode v2 is effectively indispensable. Without it, Google tags stop collecting data on EEA visitors, which breaks remarketing and conversion modelling. It lets you measure while respecting the cookie consent required by GDPR.

    What is attribution in marketing?

    Attribution is the rule that decides which marketing channel gets credit for a sale when the customer touched several channels before buying. Last click credits the last channel; the data-driven model spreads credit by each step's real contribution. In 2026, GA4 uses data-driven by default, provided you have enough volume.

    How many conversions do you need for GA4 data-driven attribution?

    GA4's data-driven attribution requires at least 400 conversions for the key event analysed and 20,000 conversions total over the lookback window. Below that, GA4 silently falls back to last click without warning you. Many SMEs believe they're reading smart attribution when they're looking at last click in disguise: always check your volume.

    How do you measure your marketing's real ROI?

    Real ROI isn't measured by the number of leads, but by invoiced revenue. You need to link each marketing conversion to your CRM and your billing (for example Odoo), to follow the journey from click to paid invoice. You then get the real acquisition cost per channel and the revenue generated, not mere vanity metrics.

    Conclusion

    Measuring your marketing ROI is not magic. It's a chain: decide what matters, track it cleanly (GA4, GTM, server-side), stay compliant (consent mode), attribute honestly, then reconnect it all to your real revenue. Every link is within reach, as long as you lay them in the right order.

    Not sure whether your GA4 really measures your conversions, or whether you're reading a biased number? We can look at it together, simply, in a free audit of your measurement stack. No bots, no salespeople: Timothy or Bryan gets back to you personally within 24h.

    *— Timothy Jacqmin, Co-Founder, Nexuro Digital*

    Sources

    • Google Ads Help — Updates to consent mode for traffic in the EEA
    • Google Analytics Help — Select attribution settings (GA4 attribution models)
    • Google for Developers — Set up consent mode on websites
    • Napkyn — 15 Common GA4 Attribution Challenges and How to Solve Them
    in The Nexuro Blog
    Written by
    Timothy Jacqmin

    Timothy Jacqmin is co-founder of Nexuro Digital, a Belgian agency specialised in digital marketing (SEO, SEA, data) and Odoo integration. He helps SMEs connect their acquisition to their ERP and drive growth with data.

    About Nexuro →

    Read Next
    SEO vs GEO: Key Differences and How to Combine Both
    Our office
    • 55 rue des Bruyères​
      B-1325 Chaumont-Gistoux
      ​
      BE 0803.435.558

    Réseaux sociaux


    Connect with us
    • contact us
    • bj@nexuro-digital.com
    • 0471/46.57.86
    •     whatsapp

    ​Our services

    Official Odoo Partner
    E-invoicing - Peppol

    Digital marketing

    SEA

    SEO

    Data Analytics

    Digital Marketing Agency

    Useful links

    • Home
    • Blog
    • About us
    • Our achievements
    • Privacy policy
    • Legal notice
    • Disclaimer
    • Website cookie policy
    • Terms of sale

    ​
    English (US) | Français (BE)
    Powered by Odoo - The #1 Open Source eCommerce