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

Track 404 page in piwik 2.1.0 Update

in piwik FAQ part (http://piwik.org/faq/how-to/faq_60/) there is a article about tracking 404 pages. I have added the tracking code: _paq.push(['setDocumentTitle', '404/URL = ' +…
0
votes
1 answer

Piwik accepts data from _every_ domain?

I currently use Piwik 1.12. During Deployment the code passes 3 differents Domains till its deployd finally on live server: local: myapp.local dev: myapp.mycompany.com live: myapp.customer.com Piwik snippet is included in every of those 3 stages. I…
campari
  • 985
  • 2
  • 8
  • 11
0
votes
1 answer

Piwik, Tracking an iframe and setting it's parent page as the Referrer URL

My users can embed an iframe from my site on their sites. I have Piwik working well and it tracks each time the iframe is loaded, but I really need to know which website is loading it. Is it possible to set the Referrer to the page that loaded the…
stephenmurdoch
  • 34,024
  • 29
  • 114
  • 189
0
votes
2 answers

Google analytics in local intraweb

I want to use Google analytics offline to measure usage on a local intranet. Is it possible to use Google analytics offline?
Abduhafiz
  • 3,318
  • 5
  • 38
  • 48
0
votes
3 answers

Accessing Piwik archived blobs

I wish to run an offline analytics on my old piwik data using php-mysql. Is there a way to programmatically access the archived blobs of piwik? Where can I find more information about the structure of the tables using in piwik?
my account_ram
  • 325
  • 3
  • 11
0
votes
1 answer

can i use google analytics 'numbers' to sorting posts?

is it possible to use google analytics or piwik script to show page visits and sorting posts in the site according to this analytics whithout write a php code to calculate visits from scratch and is it possible to know what pages my visitor…
kalpana
  • 19
  • 2
0
votes
1 answer

Tracking direct file downloads

I have some files (.zip and .pkg) available for download on my website. I'd like to get statistics of downloads using Piwik. I have created 'Download a file' goals for each file with 'where the filename contains FileToDownload.zip' criteria.…
Oleg Uryutin
  • 413
  • 5
  • 15
0
votes
1 answer

Tracking page title if it is disabled

The following code track the page with a specified title: _paq.push(['setDocumentTitle', "id ?>"]); _paq.push(['trackPageView']); If JavaScript is disabled, how can track the page?
msoa
  • 1,339
  • 3
  • 14
  • 33
0
votes
1 answer

Issues during submitting Delphi POST request to Piwik

I try to submit Delphi POST request to Piwik as descibed here: http://piwik.org/docs/tracking-api/reference/#toc-advanced-bulk-tracking-requests. My Delphi implementation is shown below: FPiwikRequest := ''; FPiwikRequest := FPiwikRequest +…
Oleksandr
  • 319
  • 1
  • 6
  • 15
0
votes
1 answer

Tracking ads with Piwik analytic tool

I have this link for each Ad(ad_id is dynamic): index.php/view/[ad_id] How can I track each Ad with Piwik? Is it possible?
msoa
  • 1,339
  • 3
  • 14
  • 33
0
votes
1 answer

Making campaigns tracking in Piwik

I'm newbie in Piwik. I read this but didn't understand how to use campaigns in Piwik. Can anyone describe me or give me an example how to use campaigns tracking in Piwik?
msoa
  • 1,339
  • 3
  • 14
  • 33
0
votes
1 answer

static graph or widget out of piwik for pageview evolution of single page(name)

What I need is the evolution of pageviews for a single Page Name, shown in a graph, available as widget or static image for embedding in another website. In the Piwik website itself, this graph is available: go to Actions -> Page Titles, and hover…
mcProgrammer
  • 363
  • 1
  • 5
  • 14
0
votes
2 answers

Using events as page section usage

I'm currently researching a solution to monitor the performance of specific sections of a page. For example, you have a simple page with 2 images with links to other pages. You are driving lots of traffic to this page and you are experimenting with…
Gabi Udrescu
  • 86
  • 1
  • 9
0
votes
1 answer

Redirect Piwik HTTP request to different server

I have Piwik running on one server, Server A. All my websites run on a different server, Server B. I don't want my users to know Server A's address (including any cookies that would be set), but I want it to do all the statistics. I presume I will…
Firona
  • 81
  • 2
  • 7
0
votes
0 answers

how to use piwik with smartGWT

hey all i am trying to use Piwik in smartGWT to make some statistics the method i use is : public static native void PiwikReport(String email)/*-{ window.alert("hello1"); var pkBaseURL ="https://hpsmartplanner.com/piwik/piwik.js"; var…
mohammad
  • 2,142
  • 7
  • 35
  • 60