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

Load balancing to expose single port

I have hosted a web server from Apache tomcat. To monitor server analytic, I have created a piwik server. Web server serves on 8080 and piwik(mysql) serves on 9090 port. I need to expose only port 80. So both 8080 and 9090 ports shouldn't expose. I…
Luke
  • 199
  • 2
  • 2
  • 13
0
votes
1 answer

Is it possible to use piwik with Rails 4.2 and postgres

I am looking for an open source web analytic for my Rails 4.2 app, so after some research I found that piwik fit my needs. can I use "piwik" with postgresql ? it seems that they only support mysql but I am not sure if it still true at this…
medBouzid
  • 7,484
  • 10
  • 56
  • 86
0
votes
1 answer

How to implement cross selling on a website?

I have a website which is custom made. I haven't used any carts like Zencart etc. Again it is completely built custom. I have to implemnt the following on the site. People who viewed this also viewed People who bought this also bought: Popular…
0
votes
3 answers

piwik error while request data in a daterange

i have a problem for getting reports in piwik from a date range about 30 days on dashboard , visitors and actions tabs. when i want to do this this error occures : Oops… there was a problem during the request. Maybe the server had a temporary issue,…
Mickey
  • 53
  • 10
0
votes
1 answer

Piwik Analytics solution for extjs single page application

I have a Single Page web application which just has index.html as the entry page for application, all other URLs and screens load based on extjs scripts. I added the Javascript tracker code before tag and am able to track whenever a user logs in…
Srivastava
  • 3,500
  • 12
  • 46
  • 74
0
votes
1 answer

The difference between nb_visits_converted and nb_conversions

Regarding the Piwik reporting API, what are the definitions of the two keys: nb_visits_converted and nb_conversions?
allanth
  • 423
  • 9
  • 23
0
votes
1 answer

wp-piwik configuration fails for multiple reasons

I had a working wp-piwik plugin. Its configuration looked like this: It worked fine. Then I moved the piwik installation to a different location (so I can track more sites). Now wp-piwik only recognizes the auth key if we're not using a /home...…
mist
  • 1,853
  • 2
  • 19
  • 33
0
votes
2 answers

piwik don't show install page

I install piwik on debian but when go to piwik.my_domain_name the configuring page don't show and the below information shows . >/** >* Piwik - free/libre analytics platform > * >* @link http://piwik.org > * @license…
FS Karimi
  • 13
  • 3
0
votes
1 answer

Piwik - Exclude from cookie

The new Piwik version 0.6.1 allows you exclude visitors from a cookie. How must the values look like for that cookie?
Poru
  • 8,254
  • 22
  • 65
  • 89
0
votes
1 answer

Optimize Piwik CPU performance: Apache module configuration?

I have my own install of Piwik on a Apache server. I get more and more CPU alerts because of the PHP (5.4) processes. Are there specific modules I could add to Apache in order to minimize Piwik CPU resources?
Jon
  • 9
  • 2
0
votes
1 answer

Piwik API: sorting results by "nb_visits" is wrong

I configured 2 custom variables in Piwik. I'm using the API to obtain values ordered by "nb_visists". The request that I used is this:…
0
votes
3 answers

Can piwik track the query string?

Piwik only seems to track the path part of the URL, not the query string. Is this a turn-onnable option? or perhaps I'm looking at the wrong report? EDIT: I note that the log_action table includes the full URLs including query string, which gives me…
artfulrobot
  • 20,637
  • 11
  • 55
  • 81
0
votes
1 answer

Can we use piwik as a commercial Tool?

I am having a website which is a subscription based, i want to include piwik also into that website and sell that as service. I have gone through some site but its still confusing whether to use it or not. I am hosting piwik on my server and not…
0
votes
0 answers

Piwik trackPageView 2 different results

I want to know about the trackPageView function, There are 2 different results on the trackPageView function. The difference occurs when using a variable in the callback. The variable is empty, first : _paq.push(['trackPageView','Variable']); The…
leofu
  • 941
  • 1
  • 6
  • 6
0
votes
0 answers

Piwik database corrupted after update

I just upgraded Piwik to the latest version via the integrated updater, on the first step of the updater wizard there was a file permission error. I continued to the next step which upgraded the database without doing anything about the…
mediocre
  • 564
  • 1
  • 7
  • 24