I’m a newbie to piwik, so please excuse my ignorance.
I have an existing application which generates access log records to track POST events to a website. Here’s a sample log record:
10.18.10.198 - myjournal [26/Jul/2013:11:29:08 -0700] “POST /10.18.10.201/nvevents?user=sam&event=clicked item 123 HTTP/1.1” 200 0
The application can be off-line which is why log records are use until the application comes back on-line. I created a website for nvevents on my piwik server and ran the import_logs.py tool using the following command:
python import_logs.py --idsite=2 --url=http://10.18.10.201/piwik access.log
The visitor log shows a site request but I thought I’d see (user,event values) as custom variables? Or am I’m totally mis-understanding how this works? I would like to have my application’s log records pushed into piwki for analysis. How many times a user clicked on an item?
Should I create a custom plugin to support my application’s data?
Any help or guidance would be appreciated.
thanks