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
0
votes
1 answer

increasing custom variables in piwik

Have done the below mentioned setting for increasing custom variables in piwik--- const MAX_CUSTOM_VARIABLES = 15; in tracker.php in piwik why I did this is because we don't have console functionality because as per the mentioned on piwik's site the…
Abhi
  • 386
  • 2
  • 5
  • 21
0
votes
1 answer

Piwik: Track own access to the site

Piwik is currently installed on the same server as the website that I'm tracking. Now for all the users on the wordpress site on an external ip address, tracking is not a problem because I can see it in the visitor's log. However, I want to track my…
Arrivedacci
  • 89
  • 2
  • 14
0
votes
1 answer

Piwik Visitor Location(Country) and Visitor Map not showing properly

Piwik Visitor Location (Country) and Visitor Map by default it is showing United States. I attached one website to piwik and i accessed from India no one accessed from United States but it is showing United States Visitors. Why?
bhavya
  • 1
  • 1
0
votes
2 answers

segmentation fault after installation piwik 2.9.1

I just downloaded on this website the latest version of Piwik, I install, everything works the first time. But I arrived on the main page right after installation, some wigets not displayed, others do. [Thu Nov 27 20:07:21 2014] [notice] child pid…
Matrix
  • 3,458
  • 6
  • 40
  • 76
0
votes
1 answer

Running Piwik on Nginx which is a reverse proxy to Apache

In my current environment I have a web app running on Apache (no php is being used) with Nginx serving as a reverse proxy. If I have Piwik installed on Nginx, where all php is being served by Ngnix, will Piwik still be able to track analytics…
McLovin
  • 1,455
  • 3
  • 19
  • 37
0
votes
1 answer

openshift piwik quickstart

I tried deploying piwik on OpenShift through their web-based quickstart. It installs fine but when I click through the configuration steps via the newly created site, it fails on the 2nd step: Error: PHP version > 5.3.3 required However the system…
user2547973
  • 343
  • 2
  • 9
0
votes
1 answer

Piwik installation on localhost was done, but no login page is shown

I installed piwik on localhost and the Installation was 100% done. Then i typed www.my-domain/piwik and it just shows me the word piwik with a link to piwik.org. i don't see the login Page. What could be wrong? How can i fix it? Any help would be…
user1895268
  • 1,559
  • 3
  • 11
  • 23
0
votes
1 answer

Piwik - Mirgration mysql to SQL Server

Piwik supports only mysql, I want to integrate with sql server. Is there any way to migrate from mysql to sql server.
Musakkhir Sayyed
  • 7,012
  • 13
  • 42
  • 65
0
votes
1 answer

Tracking a single page AngularJS application with Piwik

Currently trying to set up Piwik in my application which is a single page AngularJS application. Even though i have different sub pages which is configured as part of the application, since this is an angular JS application it is considered as one…
arun_kk
  • 382
  • 2
  • 5
  • 14
0
votes
1 answer

Piwik track Ecommerce: No Items

I try to track an e-commerce order with the piwik.php api. I can see the order amount but no items. ec_items — Items in the Ecommerce order. This is a JSON encoded array of items. Each item is an array with the following info in this order: item…
Phillipp
  • 1,425
  • 2
  • 12
  • 27
0
votes
1 answer

piwik total page load time (including primary ajax calls)

With Piwik, I'd like to track the total time taken to render a web page. The total time would include the ajax calls after the initial page request. By default Piwik tracks only the time taken to complete the original page load request. eg. GET…
Ville Myrskyneva
  • 1,560
  • 3
  • 20
  • 35
0
votes
1 answer

Piwik: Provide a simple opt-out link?

How can you provide a simple link to opt-out Piwik on your privacy site? I've seen complicated iframe / php scripts from 2010, but I heard this would be plain simple, no?
Martin
  • 2,007
  • 6
  • 28
  • 44
0
votes
1 answer

Piwik Administrator accounts not visible to each other

Is it possible using one instance of Piwik to have multiple Administrator accounts which are not sharing particular websites among themselves and they are not visible to each other? If so, then how to do it? If not, then maybe there's some other…
rafis
  • 233
  • 2
  • 4
  • 10
0
votes
1 answer

AngularJS app not loading when using angulartics for Piwik

I'm trying to use this: http://luisfarzati.github.io/angulartics and running into some issues. I am not able to debug it and I am not finding any info about it anywhere. In app.js, I am adding the Angularitics dependencies (to my existing…
Imalea
  • 376
  • 5
  • 14
0
votes
1 answer

how to remove a Do-Not-Track-Me cookie that was set on an ipad?

I had an ipad, and i used its browser to manage my piwik system. so, to exclude my visits, i've set a do-not-track-me cookie, through the admin area. I don't have that ipad anymore, but i want piwik to ignore the cookie, can it be done?
yossi
  • 3,090
  • 7
  • 45
  • 65