How to measure a Mioweb site and store without own analytics cookies

Trackless is cookieless analytics for sites and e-shops. It stores no own measurement identifier or analytics cookies in the visitor's browser. Because this connection runs through a browser snippet or pixel, assess the legal basis, cookie banner and whether the snippet should be gated by consent against the full site setup. You can turn measurement on yourself in a few minutes: paste the tracking code into the site's custom codes and add conversions separately with a ready-made snippet in the sales custom codes. Your data stays on our EU server and the first 30 days are free.

What to expect on Mioweb
  • Trackless stores no own analytics cookies or measurement identifier, but this connection runs a browser snippet or pixel. Assess the legal basis, cookie banner and whether the snippet should be gated by consent against the full site setup.
  • Blocking: the tracking code runs in the browser - under aggressive blocking, some visits may be missed.
  • What it measures: visits through the site tracking code and orders through a separate conversion code in the sales settings.

How it works

  • The tracking code runs in the browser, so under aggressive blocking of measurement scripts, some visits may be missed. In normal setups Trackless is not usually blocked; trends and source ratios remain meaningful.
  • One line of code. You paste it into the site's custom codes and that's it - just add a short snippet in the sales custom codes for conversions.
  • Your data stays yours. Measurement ends on our EU server; we do not share the data with advertising systems.

Step 1: Get your tracking code

Sign up at trackless.cz, log in and under My sites click Add site. Choose this platform and Trackless will immediately show you the ready-made tracking snippet with your token. Use Copy to grab it. It looks like this:

<script async src="https://c.trackless.cz/t.js" data-token="VAS_MERICI_TOKEN"></script>

Step 2: Add the tracking code to the site custom codes

In your Mioweb admin open Nastavení - Web - Vlastní kódy. These are the custom codes that apply to the whole site. Paste the tracking code into the header field (the <head> section) and save. This measures traffic across your whole site.

Custom codes are part of Mioweb's paid plans. The header code only needs adding once for the whole site. Conversions are configured separately in another part of the Mioweb admin, see the next step.

Step 3: Add the conversion code to the sales custom codes

To count orders as conversions, open the separate sales settings in your Mioweb admin: Nastavení - Prodej - Nastavení - Vlastní kódy. This is not the same site custom-code screen from step 2; it is the place for e-shop conversion codes. Click Přidat konverzní kód (Add conversion code) and paste this snippet. On a completed order Mioweb fills in the number, price and currency itself (the available variables are listed under the Seznam proměnných button):

<script>
(function () {
    window.trackless = window.trackless || function () {
        (window.trackless.q = window.trackless.q || []).push(arguments);
    };
    function num(x) {
        x = String(x == null ? '' : x).replace(/[^0-9,.-]/g, '');
        if (x.indexOf(',') > -1) { x = x.split('.').join('').replace(',', '.'); }
        return Number(x) || 0;
    }
    try {
        // Mioweb dosadi hodnoty objednavky misto promennych %%...%% na dekovaci strance
        var id = '%%cislo_objednavky%%', value = '%%cena%%', currency = '%%mena%%';
        if (id === '' || id.indexOf('%%') !== -1) { return; } // promenne nedosazeny -> neodesilat
        if (currency.indexOf('%%') !== -1 || currency === '') { currency = 'CZK'; }
        window.trackless('event', { type: 'order', id: String(id), value: num(value), currency: String(currency).toUpperCase() });
    } catch (e) { /* nikdy neshodit dekovaci stranku */ }
})();
</script>

The snippet uses Mioweb's placeholder variables %%cislo_objednavky%%, %%cena%% and %%mena%%, which the platform replaces with real values on the thank-you page. The %%cena%% variable is the total order value incl. VAT, shipping and any fees, not the separate product subtotal. The snippet is written defensively - if the variables aren't substituted (code off the thank-you page) it sends nothing. Reloading the thank-you page won't double a conversion (the server deduplicates by order number).

Step 4: Check that measurement is running

Open your site in a private browser window and browse a few pages. Within minutes the visit shows up in your dashboard at trackless.cz. Verify a conversion with a test order. For Mioweb revenue checks, set the Revenue filter to Incl. shipping and tick incl. VAT, because Mioweb sends the total order price. If nothing appears, check that the tracking code is saved under Nastavení - Web - Vlastní kódy and the conversion code under Nastavení - Prodej - Nastavení - Vlastní kódy.

What you'll measure

  • The tracking code runs in the browser, so under aggressive blocking of measurement scripts, some visits may be missed. In normal setups Trackless is not usually blocked; trends and source ratios remain meaningful.
  • Sources and channels: UTM parameters, referrers and Google Analytics 4-style channels - including visits from AI assistants.
  • Devices, browsers and operating systems.
  • Visitors' countries and languages.
  • Completed orders as conversions - including the total order value reported by Mioweb, currency and order number.

Limits, so you know what you're getting into

  • The tracking code runs in the browser, so under aggressive blocking of measurement scripts, some visits may be missed. In normal setups Trackless is not usually blocked; trends and source ratios remain meaningful.
  • On Mioweb we can only count orders as a conversion event: count, total order value from the %%cena%% variable (on Mioweb incl. VAT, shipping and fees), currency and order number. Separate product revenue excluding shipping, order line items and margins are visible only to our server-side modules, which can't be installed on the rented Mioweb.
  • Also running a store on an open platform (PrestaShop, WooCommerce, Joomla / VirtueMart, OpenCart, Magento 2, Shopware 6 or Sylius)? Use our server-side modules there - they measure directly on the server, they do not depend on a browser snippet running, and depending on the platform can also handle orders, line items and margins.

Frequently asked questions

Do I need visitor consent or a cookie banner for Trackless?

There is no one-size-fits-all answer. Trackless stores no own measurement identifier or analytics cookies in the browser, but this connection runs a browser snippet or pixel. Assess the legal basis, cookie banner and whether the snippet should be gated by consent against the full site setup and the other tools you run.

Will the tracking code slow my site down?

No. The script is small and loads asynchronously (the async attribute), so it doesn't hold up page rendering. And if it fails to load, the site keeps working as if it weren't there.

Can I use Trackless together with Google Analytics 4?

Yes. Both can run side by side without affecting each other. Expect different numbers: Trackless is less dependent on its own analytics cookies than client-side analytics, so it may record some visits that GA4 counts only partially or as modelled data when analytics cookies are rejected.

How much does Trackless cost?

The first 30 days are free. After that you pay by your store's order volume - see the pricing for exact figures.

Your site says "without JavaScript" - and this is JavaScript. How does that add up?

Our server-side modules and plugins for open platforms (PrestaShop, WordPress/WooCommerce, Joomla / VirtueMart, OpenCart, Magento 2, Shopware 6 and Sylius) measure directly on the store server without our own measurement JavaScript. On this platform the available route is a browser snippet or pixel. It sends the page URL, referrer, language and events to the Trackless endpoint; it stores no own cookies or measurement identifier. Visitor identity is computed on the server from the request. This limits own identifiers in the browser, but the legal assessment and any consent gating depend on the deployment.

Try it on your own site

Signing up takes a minute, pasting the code five more. The first 30 days cost nothing.

Try 30 days free See the live demo

← Back to the home page