Questions tagged [piwik]
26 questions
1
vote
0 answers
Multiple "Location" sections with different handlers aren't combined anymore in apache2 after upgrade
I have a website with the following configuration:
ServerName example.it
SetHandler uwsgi-handler
uWSGISocket /var/sitedir/moin.sock
SetHandler…

Pietro Battiston
- 111
- 3
0
votes
2 answers
Web Analysis software with specific features
I am looking for a web analysis software that has the following features, in addition to the usual showing of visits, search keywords etc.
Track individual visitor. The software use a unique cookie value to track visitors. I can find all the…
Sherwood Hu
0
votes
1 answer
Piwik Docker compose error with linnking containers
I have cloned the following project: https://github.com/indiehosters/piwik and I modified the docker-compose like that in order to link it with the piwik with wordpress:
db:
image: mysql
volumes:
- ./mysql/runtime:/var/lib/mysql
…

Dimitrios Desyllas
- 563
- 2
- 11
- 30
0
votes
1 answer
Send pageview in Piwik
Sorry for this very basic question but I can't figure it out.
On my website I'm moving from Google Analytics to Piwik. I got Piwik working however, I can't trigger a pageview.
The main problem is that a page is loaded by javascript and ultimately…

Jeroen De Meerleer
- 203
- 3
- 12
0
votes
1 answer
Apache mod_filter + PHP (mod_php)
I'm trying to configure my server to automatically insert a tracking code (Piwik) to all pages served. I'm using both static sites and some PHP sites. I've used the following method found on Piwik forums, which is based on mod_filter and…

Jan Hadáček
- 83
- 1
- 7
0
votes
1 answer
Web Analytics Services - Do you have any experience with Piwik?
As the question suggests, I'm looking at installing Piwik to monitor my sites. Currently I'm using Clicky, which works well but I'm reluctant to upgrade to the paid version.
Does anyone have any experience or advice about this application?

Phil.Wheeler
- 187
- 3
- 7
0
votes
1 answer
Protect /analytics on Nginx with basic authentication, but allow access to .php and .js files?
Hope this is the right place to ask. I have Piwik setup and running on a Nginx webserver that I protected with HTTP basic authentication, as seen below.
location /analytics {
alias /var/www/piwik/;
auth_basic "Restricted";
…

Logan M.
- 11
- 3
0
votes
1 answer
Piwik analytics, custom variables and reporting
I am logging some custom variables via the javascript tracker (which unimportant for this question most likely).
I can see the variables and their values in the Custom Variables section of my Piwik site so I know they are recording.
When I create a…

Mike Cheel
- 185
- 1
- 7
0
votes
1 answer
piwik not in webapp
I try to install piwik on my windows server and already found out, that it is not possible to install it from command line, because cacls does not work even in administrator mode, because some directories have only write permission through webapp…

Milla Well
- 101
- 2
0
votes
3 answers
Web statistics software with custom event markers?
Is there a web statistics service or software that allows inserting custom events into the graphs for quick reference?
I would like to be able to insert an event like "on March 3rd, we changed the color of the background" and see directly in the…

Tomas Andrle
- 209
- 2
- 8
0
votes
1 answer
Piwik file permissions and .htaccess
I'm in the process of setting up a Piwik 1.0 installation and wanted to ask if someone knows what the minimal file permission (Linux) are, that Piwik needs. Does it need any write access to the folder it is installed or to any of the files…
user59182