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

Piwik Analytics with jQuery Mobile

I've got a problem. I want to track the users of my mobile Web App with Piwik, but because of AJAX only the views on the first page are tracked. So I tried to use the pageinit function to load the Piwik tracking script on every page. But this also…
user1675002
0
votes
2 answers

Piwik: Import historical data via the API shows only last two days in dashboard

I've set up a Piwik server for logging. I've also written a script that imports historical data via the Tracking API. In order to set a date in the past, I am using the method call PiwikTracker->setForceVisitDateTime(). The date is set correctly in…
Michael Osl
  • 2,720
  • 1
  • 21
  • 36
0
votes
3 answers

Piwik, about custom variable in Visitor Log

I've installed Piwik and was trying out the custom variable features to track individual users of my website when I noticed something in the Visitor Log. For example..when I logged in as "User1" , Visitor Log is able to capture this user's…
0
votes
4 answers

Find and print part value in array

I have database with piwik visitor data. Piwik is showing keyword positions next to keywords in dashboard but this value is not saved in the database. Piwik is showing positions dynamically by searching google referrer url for "cd=" value which is…
Chriser
  • 157
  • 1
  • 4
  • 12
0
votes
1 answer

How to get Contact form 7 Data with Keywords and Search Engine details By Google Analytics or Piwik

I am looking for a solution to get an instant mail containing data of user filled on Contact form 7 and referral data by which user has been redirected from search engine to my form. Let me explain this in detail. I have a form on my wordpress…
Shiva
  • 369
  • 2
  • 3
  • 12
0
votes
1 answer

Is it possibile change date format in Piwik?

is there a way to show another format date in piwik dashboard ? For example like this dd-mm-YYYY ? Thanks and excuse for my english.
Francesco
  • 331
  • 1
  • 6
  • 20
0
votes
0 answers

Merging and analyzing usage statistics

I'm working in a project in which we need to merge usage data from different sources, mainly from databases, to present them on a dashboard similar to google analytics, so it will be used to measure different conversion goals based on user activity.…
kothvandir
  • 2,111
  • 2
  • 19
  • 34
0
votes
2 answers

Submitting a POST request to Piwik.php

I'm trying to send bulk requests to the Piwik tracking api (/piwik.php) and I'm running into a problem. When I send the request (from a PHP script over ajax, curl and from fiddler2), I'm receiving the following: Debug enabled - Input…
J_D
  • 681
  • 2
  • 8
  • 22
0
votes
2 answers

Searching MySQL text for specific number using url paramters

I have a database like this: id | link | someotherstuff --------------------------------------------------------- 1 | index.php?video=123 | blah 2 | index.php?video=4567&other=variable | blah 3 |…
0
votes
1 answer

Piwik goals(checkout steps)

I am looking for a way to create checkout steps goal in Piwik with the same functionality as it's in Google analytics(Goal Funnel). As far as I have managed with this - Piwik can do that but it doesnt provide separating those steps(only…
werd
  • 648
  • 4
  • 13
  • 23
0
votes
1 answer

Piwik delete custom variable

I was messing around in my dev instance of Piwik with custom variables and put in some garbage values. I want to delete these from Piwik but I can not find a way to do this. Does anyone know how to delete a custom variable from Piwik? Thanks in…
Matt A
  • 1
  • 2
0
votes
1 answer

Piwik, Export count of page visits for a specific url

I Make artificial page views with javascript on my website using javascript, because I need to track them later piwikTracker.trackPageView('/lid/902095/website'); I need to be able to export how many times the above code was executed, i.e. how many…
Yasser1984
  • 2,401
  • 4
  • 32
  • 55
0
votes
1 answer

Piwik - Track user progress for an elearning system

We are in the process of designing a simple e-learning site, where our registered users and site administrators can see valuable statistical info about the user progress. we want to track what topics they have visited the most, content "liked",…
Onema
  • 7,331
  • 12
  • 66
  • 102
0
votes
1 answer

Separate analytics for each profile page within a single website

There are multiple profiles on my website and each user is managing his/her profile himself. I am trying to find the most efficient way to present analytics of each profile to its owner. Here are 3 ways I found: Record each and every hit made on a…
Irfan
  • 684
  • 5
  • 15
0
votes
1 answer

Piwik analytics tracker returning 403

I've just installed Piwik on a HostGator server, however during the installation I received an error notification that the tracker is returning a 403 status code. It then said to change some permissions and that I may need to contact the webhost to…
mind.blank
  • 4,820
  • 3
  • 22
  • 49