MarkdownMaster CMS Logo

Extra - Matomo Analytics

A powerful web analytics platform that gives you 100% data ownership.

  • Matomo - https://matomo.org/matomo-on-premise/
  • License - GNU General Public License v3.0

Initialization

To load this plugin from raw HTML:

<script>
CMS.loadExtra('matomo');
</script>

OR to load this plugin from a layout:

<% CMS.loadExtra('matomo'); %>

Additional Required Scripts

For most reliable results, Matomo expects additional scripts to be loaded in the <head> section of the theme. This snippet is probably wrapped with <!-- Matomo --> ... <!-- End Matomo Code -->.

The Image Tracking option can be placed in a <noscript> tag at the end of the theme to track users who have disabled JavaScript.

Configuration

N/A

Required Schema

N/A

Usage

Easy opt in/out for users:

[You are either running adblock or the Analytics system cannot be reached.](#){is=matomo-opt-inout}

Add the following, (or something similar), to your privacy policy.


## What We Collect and Receive In order for us to provide you the best possible experience on our website, we need to collect and process certain information. Depending on your use of the Services, that may include: ### Usage data When you visit our site, we will store some usage data about your visit. We process this usage data in a self-hosted instance of [Matomo Analytics](https://matomo.org) for statistical purposes, to improve our site and to recognize and stop any misuse. * Anonymized User IP address * Generated User ID * Date and time of the request * Title of the page being viewed (Page Title) * URL of the page being viewed (Page URL) * URL of the page that was viewed prior to the current page (Referrer URL) * Screen resolution being used * Time in local user’s timezone * Files that were clicked and downloaded (Download) * Links to an outside domain that were clicked (Outlink) * Pages generation time (the time it takes for webpages to be generated by the webserver and then downloaded by the user: Page speed) * Location of the user: country, region, city, approximate latitude and longitude (Geolocation) * Main Language of the browser being used (Accept-Language header) * User Agent of the browser being used (User-Agent header) ### Cookies We use cookies (small data files transferred onto computers or devices by sites) for record-keeping purposes and to enhance functionality on our site. You may deactivate or restrict the transmission of cookies by changing the settings of your web browser. Cookies that are already stored may be deleted at any time. ## Opt-out of website tracking You can opt out of being tracked by our Matomo Analytics instance below: [You are either running adblock or the Analytics system cannot be reached.](#){is=matomo-opt-inout} You may choose to prevent this website from aggregating and analyzing the actions you take here. Doing so will protect your privacy, but will also prevent the owner from learning from your actions and creating a better experience for you and other users. ## Your Rights You have the right to be informed of Personal Data processed with Matomo, a right to rectification/correction, erasure and restriction of processing. You also have the right to ask from us a structured, common and machine-readable format of Personal Data you provided to us. Matomo does not receive or store any personally identifiable information, (PII). In addition, you have the right to lodge a complaint with the data protection authority in your jurisdiction. ## Retention of data We collect and maintain aggregated, anonymized or pseudonymized information which we may retain indefinitely to protect the safety and security of our Site, improve our Services or comply with legal obligations. ## Privacy Policy Changes We may update this Policy from time to time.

GDPR requires that you inform your users of any third party data processor as well.

## Subprocessors

We use a select number of trusted external service providers for certain 
technical data processing and/or service offerings. 
These service providers are carefully selected and meet high data protection and security standards. 
We only share information with them that is required for the services offered 
and we contractually bind them to keep any information we share with them as confidential 
and to process Personal Data only according to our instructions.

%COMPANYNAME% uses the following subprocessors to process the data collected by 
our website:

| Subprocessor          | Data location  | Service         |
|:----------------------|:---------------|:----------------|
| HOSTING-PROVIDER-NAME | USA            | Server hosting  |
| ANY-MSP-OR-TECHS      | USA            | IT Consulting   |

Example Styles

N/A