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

Possible to access Piwik getVisitorLog through HTTP API?

I'm building some reporting tool. Ideally I want to avoid going through web server logs myself and use (some of) the power of Piwik. The stuff I get from the visitor log would be a good start, this is at…
the
  • 21,007
  • 11
  • 68
  • 101
0
votes
2 answers

piwik widgets & java api

I'm currently using piwik's java api to get my stats but I have some dificulties. To begin, my standard code : try { SimplePiwikTracker piwik = new SimplePiwikTracker(3, myServer, request); piwik.setPageCustomVariable(ACCOUNT_NUMBER,…
Yiwey
  • 111
  • 1
  • 7
0
votes
1 answer

Piwik issues while tracking the website

I am using piwik for maintaining analytics of my website. have copy pasted the java script code before tag on all pages.But nothing is happening visitors in real time not incremented plus on all tabs there is no data.
mayur rahatekar
  • 4,410
  • 12
  • 37
  • 51
0
votes
1 answer

Inconsistent Piwik response and no tracking

I am setting up Piwik on an IIS server. I have my website set up to properly load the Piwik tracking JS. I have the site configured in Piwik. When I load the page in either IE or Safari, I get a 400 from Piwik, which is expected if the request is…
Daryl Gubler
  • 305
  • 2
  • 14
0
votes
1 answer

Angulartics Piwik - Which line(s) should I comment in tracking code?

I'm using angulartics to track a single web app. Angulartics documentation says that in order to work properly I need to comment automatic tracking lines and I quote: "Make sure you delete any automatic tracking line from your vendor snippet…
Diego Aguado
  • 1,604
  • 18
  • 36
0
votes
1 answer

How to use Piwik's Javascript's tracking client along with angulartics?

Since I'm tracking an angularjs single page mobile app (and new to tracking implementation), I included the angulartics module to perform views/virtualpages tracking. My analytics provider is Piwik. I was wondering if, despite the fact that I…
Diego Aguado
  • 1,604
  • 18
  • 36
0
votes
1 answer

How can piwik get original URL when showed as img

Piwik (alternative to Google Analytics) tracks visits of pages when javascript is off via this code: This code is enough for piwik to…
tach
  • 663
  • 12
  • 19
0
votes
1 answer

How to export subtables to csv format in Piwik

Current implementation of Piwik exports all 1st level tables to csv format.I want to export subTables also with parent table.Is there any way to do this.Please let me know..
sony
  • 1
  • 2
0
votes
2 answers

Dynamic inclusion of javascript in SVG by means of server side filtering inside apache server

Years back I wrote some code to automatically include some javascript code inside html pages delivered by an http server. The approach is documented here in a blog entry and in this StackOverflow question. The solution served me well over the last…
arkascha
  • 41,620
  • 7
  • 58
  • 90
0
votes
2 answers

Do I need to include all methods in setup tracking code piwik?

I'm setting up piwik to track web analytics (for the first time) and I'm inserting the following initial tracking code provided by PIWIK: