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 tracking script working on all browsers except IE8 and below

I have a tracking script on an E-commerce site receipt page. The script simply fetches the product information from the DOM and tracks it using the Piwik E-commerce tracking functions. This works fine in all browsers except Internet Explorer 8 and…
Hubro
  • 56,214
  • 69
  • 228
  • 381
0
votes
1 answer

Tracking piwik installation

I am trying to track piwik installation itself not the piwik campaigns but so far I haven't had any luck. Here are list of few things I did: In the config.ini.php, I have added following lines: [Debug] track_visits_inside_piwik_ui = 999 where 999…
Anjali
  • 1
  • 1
0
votes
1 answer

Grouping sites into categories with Piwiki

I am using a single Piwik instance to monitor my websites. Some of my sites are sharing the same topic, so I would like to put them into groups. Do you know if it is possible to put websites into groups/categories when using Pwiki analytics?
NTB
  • 89
  • 2
  • 11
0
votes
4 answers

Parsing multiple log files with python script - How to?

Im using a python script to import log files in to Piwik and I can successfully parse one log file at a time, but how do I do it for all of the log files in a directory? From the readme the usage of the script is: import_logs.py [options] log_file […
K Groll
  • 518
  • 2
  • 8
  • 18
0
votes
1 answer

Switch piwik installation to git

This is mostly a git settings question. I have a piwik installation in-place that I've been updating manually from zip files. (My host isn't supportive of the automatic update feature, and manual updates are getting tiresome.) I'd like to switch my…
Mittenchops
  • 18,633
  • 33
  • 128
  • 246
0
votes
1 answer

Dealing with "Malformated" Arrays

Currently, I am trying to parse results from the Piwik API to a List of C# objects. However, the way the Json is formatted is not really allowing me to do this. I am getting the following data from the Piwik API (sample data): { "2012-05-27" : [ …
JD-Robbs
  • 120
  • 6
0
votes
1 answer

Efficient JavaScript Event Tracking

I have some event tracking on a collapsible tree that tracks each time a user expands a tree: jQuery('ul.child-pages div.hitarea').click(function() { piwikTracker.trackGoal(1); // Track TreeView Clicks in Piwik when a user clicks on…
AlxVallejo
  • 3,066
  • 6
  • 50
  • 74
-1
votes
1 answer

Matomo 4.7.1 core:archive ssl certificate problem

I have Matomo 4.7.1 installed on RHEL8 and am getting an error message when running the core archive. /opt/matomo/matomo-4.7.1/plugins/GeoIp2/GeoIP2AutoUpdater.php(175): GeoIP2AutoUpdater: failed to download…
Matt
  • 1,328
  • 1
  • 16
  • 28
-1
votes
1 answer

Use local Apache to access php-fpm on docker container

I have a matomo container running with php-fpm # docker-compose.yml version: "3" services: app: container_name: matomo image: matomo:fpm-alpine restart: unless-stopped volumes: - matomo:/var/www/html environment: …
Martial
  • 1,446
  • 15
  • 27
-1
votes
1 answer

How to inject matomo tag manager code into head by javascript code

I want to inject a matomo tag manager script into the head section of a page by javascript code. However when I try the code in matomo preview mode, the code doesn't fire. What am I misssing? var script =…
Cellist
  • 89
  • 2
  • 11
-1
votes
1 answer

Setting up Matomo using NGINX web server on Windows

I am trying to setup the Matomo analytics on NGINX webserver running on windows OS. While the webserver seems to be running fine , i cannot get to the landing page of matomo for further completing the further configurations. Windows 10 Php -…
-1
votes
1 answer

Event tracking with GUID in value field

Does the value have to be numeric, I am trying to store unique Ids (strings) in the value field, but when I look at the reports only a zero (0) value is being stored. here is example of issue: "type": "event", "eventCategory":…
ChampChris
  • 1,565
  • 5
  • 26
  • 44
-1
votes
1 answer

Hiding the piwik top menu

I am using piwik analytics but i want to hide the top bar of the piwik when i view that in an iframe http://prntscr.com/i5n3dy how can do it, i tried looking into the code but it is using framework which i am not aware of and anything which i can…
-1
votes
1 answer

XML value from URL to text using Javascript

I am trying to get a value from this URL (returns pure XML): http://demo.piwik.org/?module=API&method=VisitsSummary.getUniqueVisitors&idSite=7&period=day&date=today&format=xml&token_auth=anonymous And I want to store this value in this element on a…
Michael
  • 507
  • 5
  • 20
-1
votes
2 answers

Piwik database - piwik_archive_blob value column

I am using Piwik and after inspecting the database i see a table: piwik_archive_blob__ This table has a column called value with type: mediumblob The values appear to be jumbled characters. I assume that there is an encode/decode process. Can anyone…
user1050544
  • 437
  • 5
  • 24
1 2 3
37
38