Piwik is an open source web analytics system that runs on a PHP/MySQL webserver.
2
votes
1answer
704 views
How can I track the “Traffic Sources” of “Unique Visitors” by Google Analytics?
Now I can only see the "Traffic Sources" of "Visits". But what I would like to know is the number of "Unique Visitors" from each referrals. But when I go to "Traffic Sources" -"Referrals" from the ...
1
vote
2answers
437 views
Error when setting Piwik analytics
I've uploaded the latest version of Piwik unto my web server, which is hosted by go daddy.com, on a linux hosting plan.
I'm setting it up (accessing it from my browser as instructed) and I have the ...
1
vote
2answers
59 views
Analytics Tracking and SEO
I'm using piwik on some of my websites and recently switched from google analytics. I find most of the stuff same on both analytics. But i always had this question in mind that what am i supposed to ...
1
vote
1answer
46 views
Retroactively applying a Piwik goal to visitors
I started receiving a large (for me) amount of traffic on one of my pages yesterday. Today, I thought that it would be useful to track goals from that page -- there's a link to my blog from it.
I ...
0
votes
3answers
546 views
Piwik vs. Google Analytics
I run both piwik and google analytics on my site. I have noticed that the google analytics data is totally wrong. It does not seem to register any hits while piwik does. What could be wrong?
0
votes
1answer
29 views
How to deactivate Piwik locally?
Is it possible / how to deactivate the Piwik tracking for the local / dev project copy?
It would work with something like <?php if (current environment is / is not ...) : ?> print (Piwik code); ...