Google Analytics 4 for Monaco Businesses: A Practical 2026 Setup Guide
Analytics·8 min read·23 May 2026

Google Analytics 4 for Monaco Businesses: A Practical 2026 Setup Guide

How Monaco businesses should configure Google Analytics 4 in 2026 — consent under APDP rules, conversions, cross-domain tracking, and privacy-friendly alternatives.

Three years after Universal Analytics was retired, Google Analytics 4 is the default measurement tool on most Monaco business websites. It is also the most misconfigured one. We routinely audit Monaco sites where GA4 is technically installed but quietly producing numbers no one can trust — consent banners that fire trackers before consent, conversions that double-count, cross-domain journeys that look like brand-new sessions, and reports that look fine until you compare them to the CRM.

This guide is for Monaco founders, marketers, and operators who want GA4 to actually inform decisions in 2026, without breaching local privacy rules.

What GA4 is good at, and what it is not

GA4 is an event-based analytics product. Every interaction — page view, scroll, click, purchase — is an event with parameters attached. That makes it more flexible than the old session-based Universal Analytics, especially for sites that mix marketing pages, a booking flow, and a shop.

It is genuinely useful for:

  • Traffic source attribution at the channel level
  • Funnel exploration for booking, contact, and checkout flows
  • Audience building for Google Ads remarketing
  • Basic e-commerce reporting if items are tagged correctly

It is not a good fit for:

  • Single-user behaviour analysis at a forensic level (sampling and thresholding hide rare events)
  • Legally precise revenue reporting (the CRM or payment processor remains the source of truth)
  • Privacy-sensitive deployments where any cookie before consent is a problem

If you are not clear about that boundary, every dashboard you build will eventually contradict another internal number, and your team will stop trusting analytics entirely.

The APDP consent layer that must come before GA4

Monaco is supervised by the Autorité de Protection des Données Personnelles (APDP) under Law No. 1.565 of 3 December 2024. Monaco is not an EU member state, so the GDPR does not apply directly, but the APDP's expectations on tracking technologies are closely aligned with European norms.

Practically, this means:

  • No GA4 cookie should be written before the visitor gives explicit consent for analytics
  • The consent banner must let users refuse as easily as they accept — no pre-ticked boxes
  • You must keep evidence of consent that can be reproduced on request
  • The same rules apply to ad pixels, session replay, and heatmaps

The simplest compliant pattern in 2026 is: load Google Tag Manager (without analytics), wait for a consent decision, and only then fire GA4 — using Google Consent Mode v2 to handle the case where the user refuses. Consent Mode v2 will still send "pings" with no identifiers, which Google uses for modelled conversions, but no client-side cookie is written until the user opts in.

If you have not reviewed your banner and tag firing rules in the last twelve months, treat this as the first step before tuning anything else. For the broader picture, see our guide to APDP data protection compliance.

Setting GA4 up the right way for a Monaco site

A well-configured GA4 property for a Monaco business usually looks like this:

  1. One property per brand, not per language. Use a language dimension and a country dimension instead of fragmenting reporting across four properties for EN/FR/DE/IT.
  2. Data retention set to 14 months for user-level and event-level data, the maximum GA4 allows. The 2-month default is almost always wrong for B2B Monaco sites with long consideration cycles.
  3. IP anonymisation is on by default in GA4 — there is nothing to enable, but you should document this in your privacy policy.
  4. Unwanted referrals for your own payment domains (Stripe, Adyen, Worldline) added under Admin → Data Streams → Tagging settings, otherwise checkout traffic gets attributed to "stripe.com" instead of the original campaign.
  5. Internal traffic filtering for your own office IP ranges and the agency's, so a designer's QA session does not pollute the bounce rate.

These are unglamorous settings and most agencies skip them. They are also what separates a property that produces stable numbers from one that drifts every month.

Conversions: the single most underused feature

In Monaco we see a lot of dashboards proudly tracking "page views to /contact" as the headline conversion. That is a vanity metric. A useful GA4 setup tracks the smallest number of business-meaningful events:

  • Form submission completed (not the click on submit — the actual success state)
  • Booking confirmed with the booking reference as a parameter
  • Add to cart, begin checkout, purchase for e-commerce, with value and currency populated correctly
  • Phone click and email click, but kept as separate events so they do not inflate the headline number
  • Outbound click to WhatsApp if that is a real channel for your business

Mark only the genuine bottom-of-funnel events as key events (the new name for "conversions" in GA4). Everything else stays as a regular event you can still filter on. When in doubt, fewer key events produce sharper decisions. If conversion rate optimisation is on your roadmap, this is the foundation everything else builds on — see our CRO services for how this connects.

Cross-domain and multilingual tracking

Many Monaco businesses send users between domains: a brand site, a booking engine on a separate subdomain, and a payment page on a provider's domain. Without cross-domain tracking, each handover starts a new session and credits the wrong source.

The fix is straightforward in GA4: list every domain you control under the data stream's "Configure your domains" section, and verify that the _gl linker parameter appears in the URL on handover. Test it end-to-end on a real journey — the Realtime report will show whether the second domain inherits the first session or starts a fresh one.

For multilingual sites, capture the active language as an event parameter on every page view, then register it as a custom dimension. This lets you compare conversion rates by language version of the site, which is often more actionable than comparing by country.

Server-side tagging — worth it for Monaco?

Server-side Google Tag Manager moves tag execution from the browser to a container you control. For most Monaco SMEs this is overkill: the setup cost (a Cloud Run container, a tagging subdomain, ongoing maintenance) is not justified by a few hundred sessions a day.

It becomes interesting when you have:

  • Meaningful ad spend where browser tracker loss directly costs money
  • An e-commerce volume large enough that 10–20% measurement loss has a real revenue impact
  • A privacy posture where you genuinely want to minimise third-party requests from the browser

For a luxury retailer or a multi-country booking platform based in Monaco, server-side tagging often pays for itself within a quarter. For a local services business, stick with client-side and invest the money in better content and ads. Our SEO agency work in Monaco typically reaches the threshold for server-side at around €5–10k of monthly ad spend.

Alternatives: Matomo, Plausible, and hybrid setups

If GA4 plus a consent banner feels like a poor trade, two privacy-friendly alternatives are now mature enough for production use in Monaco:

  • Plausible — lightweight, cookieless, hosted in Europe. Strong on simple page and event reporting, weaker on e-commerce. Cookieless mode can usually run without a consent banner.
  • Matomo — self-hosted or EU-hosted, full-featured, feature-parity with the old Universal Analytics. Can be configured to run cookieless and consent-banner-free for basic measurement.

Many Monaco sites now run a hybrid: Plausible or Matomo for always-on baseline analytics, GA4 only after consent for audiences and ad attribution. This protects baseline data when consent rates are low while preserving Google Ads optimisation. It is more work to maintain, but it is the most honest answer to the question "how many people visited our site this month" under current rules.

A short checklist before you ship

  • Consent banner blocks all trackers until the user decides, with refuse as easy as accept
  • Consent Mode v2 is wired up if you are running Google Ads
  • One GA4 property per brand, 14-month retention, payment domains excluded from referrals
  • A short, deliberate list of key events that map to revenue or pipeline
  • Cross-domain tracking tested on the booking and checkout journeys
  • Language captured as a custom dimension
  • A privacy page that describes, in plain language, what you measure and why

If GA4 is producing numbers your team does not trust, the cause is almost always one of the items above — not the tool itself. Fixing them takes a few focused days, not a re-platform.

If you would like help auditing your current GA4 setup, untangling consent, or building dashboards that connect analytics to commercial outcomes, get in touch. We work with Monaco businesses across services, retail, real estate, and hospitality to make measurement actually useful for digital strategy decisions.

google analyticsga4analyticsmonaco
BSS Digital Agency

BSS Digital Agency

Digital agency based in Monaco. Web, apps, marketing.

Get in touch