No analytics data has been tracked for this website yet. Please set up the tracking code below into your website or mobile app if you haven't done already.

This message will disappear as soon as some data was tracked for this website. In the meantime, maybe you would like to set up some goals or learn more about the features of Matomo in one of our guides or FAQs.

Integrations

To track your web traffic with Matomo you need to make sure some extra code is added to each of your webpages.

In most websites, blogs, CMS, etc. you can use a pre-made plugin to do the technical work for you. (See our list of plugins used to integrate Matomo.) If no plugin exists you can edit your website templates and add the JavaScript tracking code to the </head> tag which is often defined in a 'header.php', 'header.tpl' or similar template file.

JavaScript Tracking Code

Make sure this code is on every page of your website. We recommend pasting it immediately before the closing </head> tag.

<!-- Matomo -->
<script type="text/javascript">
  var _paq = window._paq || [];
  /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  _paq.push(['trackPageView']);
  _paq.push(['enableLinkTracking']);
  (function() {
    var u="https://analytics.kineoportal.com/";
    _paq.push(['setTrackerUrl', u+'piwik.php']);
    _paq.push(['setSiteId', '336']);
    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
    g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
  })();
</script>
<!-- End Matomo Code -->

If you want to do more than track page views, please check out the Matomo Javascript Tracking documentation for the list of available functions. Using these functions you can track goals, custom variables, ecommerce orders, abandoned carts and more.


Note: You can generate a customized tracking code in the Tracking Code admin section.

Customize JavaScript tracking

Log Analytics

If the Javascript tracking method isn’t feasible, you can use server log analytics as an alternative method for tracking your website’s users.

Mobile apps and SDKs

Not tracking a website? You can alternatively track a mobile app or any other type of application using one of the available SDKs.

HTTP Tracking API

The HTTP Tracking API allows you to track anything. This may be useful if you are using a programming language for which no SDK exists yet. It may also be useful when you want to track devices or application in a special way.



Don't show this message for the next hour

Available shortcuts