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
2 answers

Prevent local PHP/HTML files preview from executing javascript on server

I have some HTML/PHP pages that include javascript calls. Those calls points on JS/PHP methods included into a library (PIWIK) stored onto a distant server. They are triggered using an http://www.domainname.com/ prefix to point the correct files. I…
Oliver
  • 23,072
  • 33
  • 138
  • 230
0
votes
3 answers

JSON array parsing in PHP

please help me how to parse following JSON in PHP. I got following JSON using PIWIK reporting api. How do I get PageTitle from following json in PHP. I tried following code for JSON parsing. $json = '[ { "idSite": "1", "idVisit": "84", …
sathish
  • 59
  • 9
0
votes
1 answer

Use zendframework 1 library in zendframework 2

I am newbie for Zend and as well for Piwik. I want to use piwik library for zend into my ZF2 application. But the problem is piwik library for zend is built in ZF1 and my application is in ZF2. I have check this solution to use ZF1 library in ZF2…
Sohil Desai
  • 2,940
  • 5
  • 23
  • 35
0
votes
2 answers

Get hourly visitors statistics through Google / Piwik API

Is it possible to get hourly visitor stats per unique url from either piwik or google analytics api?
Manuel
  • 9,112
  • 13
  • 70
  • 110
0
votes
1 answer

Can we able to use MS sql database in piwik ?

Can we able to use MS SQL in piwik? Tried to import MS SQL database to MYSQL but it shows version error. thanks
0
votes
1 answer

Redirect from a Piwik campaign URL after counting the visit to avoid ugly URLs

In Piwik, campaign URLs look something like this: http://example.org/landing.html?pk_campaign=Email-Nov2011 For a Drupal 6 site, I would like to use the campaign feature but at the same time avoid that URLs with the pk_campaign parameter spread to…
yotka
  • 1,002
  • 2
  • 11
  • 19
0
votes
1 answer

Piwik returns 400 bad request when trying to send tracking data via API

I'm developing an app which I plan on implementing Piwik Analytics into. Although there seems to be no real documentation (unless I'm blind) on how to use the Java Tracking API (this one), I think I managed to figure it out, but when I try it, I get…
aman207
  • 1,068
  • 2
  • 11
  • 19
0
votes
1 answer

Login to Piwik using PHP cURL

I would like to use curl to login and then download the Visits Overview/Summary page from Piwik: piwik/index.php?module=CoreHome&action=index&idSite=1&period=day&date=today#module=VisitsSummary&action=index&idSite=1&period=day&date=today So I first…
kat
  • 217
  • 3
  • 12
0
votes
1 answer

codeigniter and piwik with benedmunds authentication

I have a codeigniter application built using benedmunds authentication model. I'm currently setting up piwik however I was hoping to create a link in the admin panel which opens up piwik. I'm not worried about piwik getting login details from…
user1641165
  • 436
  • 2
  • 4
  • 17
0
votes
1 answer

Accessing Piwik Objects Freely

I'm building a Piwik plugin that consists of two major parts - a cron job occasionally polls a third-party for information based on some Piwik option settings, and uses the Piwik database functions to store the tracked data in custom tables in the…
Brian Bauman
  • 668
  • 5
  • 22
0
votes
0 answers

Visitor is tracked twice if using Piwik JS and PHP API on the same page

I have the problem that I have to use the JS and PHP API of Piwik on my site at the same time. Which is in general no problem but each visitor is tracked twice. I'm already pushing the IP with my PHP code but that's obviously not enough. Now I…
0
votes
1 answer

Piwik integrated on iframe redirect

So I have piwik integrated on an iframe on mylocalhost, I made the settings in config.ini.php in order for the embed to work [General] enable_framed_pages=1 And I tested like this
0
votes
1 answer

Include Piwik in a website via an iframe

So I have an admin panel, and I want to include Piwik via an iframe which I host on a subdomain, I have tried But it doesn't work. It gives me a blank page. I think it has…
0
votes
1 answer

How To Integrate Woocommerce With Piwik

Currently, I have setup tracking on my wordpress website using piwik. However, on top of that, I need to be able to track the e-commerce conversion and abandoned cart. I have managed to track the conversion manually but I have no idea on how do I…
Syah
  • 463
  • 5
  • 13
0
votes
1 answer

apache2 + piwik + varnish - log malformed

I have configured apache2 behind varnish and am trying to add stats by log reading (piwik) however piwik complains log is "malformed"... and its correct : 89.79.******, 89.79.****** - - [31/Mar/2014:12:50:05 +0200] "GET / HTTP/1.1" 200 16310 "-"…
n00b
  • 5,642
  • 2
  • 30
  • 48