Questions tagged [matomo]

An open source (GPL license) web analytics system. Formerly known as Piwik.

Matomo (formerly Piwik) is an open source (GPLv3 licensed) real time web analytics application. It aims to be a free software alternative to Google Analytics and provides many of the same functionalities.

Matomo is written in PHP and uses MySQL database and can therefore be self-hosted. As an open source software it provides the ability to write plugins to enhance and extend the native functionalities and it integrates with common web applications such as WordPress, Drupal, Typo3, Joomla and others.

561 questions
5
votes
1 answer

Piwik tracking in an android application

I want to do data analytics for my android application using Piwik. In Piwik's documentation, they suggest using GitHub. I got the Piwik API and download the following file: https://github.com/piwik/piwik-java-tracking which I don't know how to…
Madhan Devan
  • 147
  • 3
  • 10
5
votes
1 answer

Piwik not running in Phonegap Apps

I'm using Piwik to analyse the user-actions on my sites, and everything is working fine when the site is shown up in the browser (on PC, Mac, and phone browser). But when I surf to the same pages (with the piwik code inside) inside a PhoneGap app,…
John Brunner
  • 2,842
  • 11
  • 44
  • 85
4
votes
3 answers

Unable to track route changes in Angular 8 via Matomo/Piwik

I've followed the Matomo docs (not especially helpful in terms of where to put things and how to implement them) and I've also tried the method of using ngx-Matomo and for some reason that isn't working either. The issue I'm having is that my…
h34th3r5
  • 61
  • 2
  • 7
4
votes
1 answer

Matomo tag manager implementation in Vue

I am using the Vue plugin for Matomo which is found here: https://github.com/AmazingDreams/vue-matomo I imported the VueMatomo plugin in my main.js entry file like so: import VueMatomo from 'vue-matomo'; Then, I assign the VueMatomo as a global…
Jackson
  • 483
  • 5
  • 20
4
votes
1 answer

How to add Matomo tracking code in VueJS Single Page Apps?

I wanted to confirm whether I got my analytics tracking setup correctly in my single page application within the VueJS framework. I am using the Vue plugin for Matomo which is found here: https://github.com/AmazingDreams/vue-matomo I imported the…
redshift
  • 4,815
  • 13
  • 75
  • 138
4
votes
1 answer

Integrate Piwik tracking code into Sphinx-generated docs hosted on readthedocs.io

While readthedocs.io offers the possibility to enable Google Analytics for a page by just adding the tracking ID within a project's settings, the same offer does not seem to exists for using Piwik. I would like to use Piwik for a page that I…
mindm49907
  • 278
  • 2
  • 10
4
votes
0 answers

How to integrate Piwik analytics with Ionic2 application?

Does anyone know how to integrate Piwik analytics with Ionic 2 application ? In Ionic 2 native documentation, they have provided a plugin named Google analytics which connects to Google's native Universal Analytics SDK. I am searching for any…
4
votes
0 answers

docker-piwik - unable to access document

What is my problem? I want to use Docker to deploy the web analytics tool Piwik on my CentOs 7 Server. To achieve this I have followed this page, which states that in order to run the piwik container, a mysql container must be running. So I ran the…
kiltek
  • 3,183
  • 6
  • 47
  • 70
4
votes
0 answers

PIWIK GeoIP (PECL) giving unknown location

I have installed piwik successfuly on my system. But geoIP location is not working. I have followed guide at piwik FAQ to configure GeoIP Geo location by PECL extention. But is is always showing According to this provider, your current location…
Hafiz Muhammad Shafiq
  • 8,168
  • 12
  • 63
  • 121
4
votes
3 answers

How can I get the previous url using $ionicHistory.viewhistory?

I want to track the page where the user was previously than the current one. I was trying to use $ionicHistory.viewHistory() but I can manage to get it. I'm new to angularjs and $ionic so I guess this is a newbie question. This whole thing is with…
Diego Aguado
  • 1,604
  • 18
  • 36
4
votes
1 answer

Query Count of Specific Event Action in Piwik

I need to make a widget/plugin for my organization using Piwik but I'm a little lost. We send custom events to Piwik such as: Category: Staff Action: Login How would i query piwik from within a widget/plugin to get the # of events that match…
Kyle Decot
  • 20,715
  • 39
  • 142
  • 263
4
votes
1 answer

Why is the piwik tracking script not usually directly included on the page?

Piwik (analytics software), works by including a small script just before the :