Performance issue while generating Dashboard for more than a week
Hi, I am using piwik to track a website which has about 100K visits per day. I am using cron job to archive reports every one hour but still while opening the dashboard for more than 1 week, data is...
View ArticleHow to get referer through image tracking
Hello, I'm new to Piwik and PHP but have managed to get everything working except for passing through the referer url when a visitor goes to my website. I have read the documentation at...
View ArticleRe: Piwik make site more slow
Hi Matt, Thanks for your advice, you right, Piwik so good, I try several days to see how..... Regards,
View ArticleQuestions about query
Dear Matt: We have been using the PIWIK system for a long time ,and now ,we want to show all the data of the website directly in DAY/WEEK/MONTH format without clicking the TIME button.I want to check...
View ArticleReports processing
Our Piwik implementation is presently running on two server nodes. The first node runs every 2 hours, starting from 00h. The second node also runs every 2 hours, but starting from 01h. As you can see,...
View ArticleAbout renaming _paq
Hi, I am using several tracking products such as GA and Piwik at the same time. My problem is that Piwik force its option varialbe (_paq). Is there a way to configure (dynamically) the option variable...
View ArticleRe: High load due to Device Detect feature?
Hi matt. I am sorry but my supervisors have decided to do not let me reenable DeviceDetection. So I can not provice you with any further details you may need :(
View ArticleRe: How to get referer through image tracking
After reading through Stephan Miller's Piwik Web Analytics Essentials, it seems there are three categories of non javascript tracking: Simple Image Tracking, Advanced Image tracking, and PHP Tracking...
View ArticleCustom variables - sample code, please?
We just installed Piwik, and it is working really well! I want to set custom variables, but I am having problems with the code. Our website is .jsp pages. Specifically I want to set a custom variable...
View ArticleCustom variables - sample code, please?
I found some examples of using custom variables to record the user's loginID, but I could not make it work with my .jsp pages. If anyone has an example of pulling the LoginID, I would very much like...
View ArticleServer Log Analytics - Does it suppport error logs?
I recently setup log tracking for my server's access log and it worked perfectly for it. However, I was wondering if it supports error log parsing. I tried it and it blew an error. Here is a sample...
View ArticleRe: Performance issue while generating Dashboard for more than a week
Did you disable browser trigger archiving in General Settings? is the archive.php running until completion?
View ArticleRe: Questions about query
the date format displayed depends on the language chosen and should be the common date format in language. can you post a screenshot showing the problem and what you expected?
View ArticleRe: Piwik Tracking code
to set custom variables you can use the javascript API eg. piwikTracker.setCustomVariable( ... then in JSP you simply print out the login name to generate the right JS code. (make sure to espace the...
View ArticleRe: Server Log Analytics - Does it suppport error logs?
import_logs only imports access logs. Generally 404 errors are logged in the access logs and can be imported (with custom variables set to Http-code=404) we may support error logs parsing later if...
View ArticleRe: Custom variables - sample code, please?
Hi Matt. Thank you for your reply. I am uncertain about what you mean when you say, ". . .then in JSP you simply print out the login name to generate the right JS code). Would you please give me a bit...
View Article