I need to integrate an offline analytics software to a my software. My software is not under GPL, its under proprietory license.
I\'m creating a custom UI using the piwik API too call the various modules. I\'m basing it all on this php tutorial: http://dev.piwik.org/trac/wiki/API/CallingTechniques
I want to show the Visits for the current day on a homepage. That page is tracked with Piwik. How to use the API with PHP to get the (unique) visits and hits for today so that I can show them somewh
What is the best option to track user wise analytics? I am looking for google analytics along wit开发者_如何学JAVAh per-user reports.
I want to build a plugin for piwik which can plot graphs by reading a json file. I want to bypass the whole process of having to acess a mysql database, is there an easy way that I could achieve this.
Current implementation开发者_运维知识库 of Piwik exports all 1st level tables to csv format.I want to export
The new Piwik version 0.6.1 allows you exclude visitors from a cookie. Ho开发者_运维问答w must the values look like for that cookie?Here is the content of the piwik exclude cockie:
I am new to piwik.Please help me in my issue. Issue: I have to create 4 levesl of subtables.Currently I can able to create upto 2nd level,I mean table 开发者_开发问答with one subtable per row.
Yes this is not very portable, I wonder why one would want to do something like this:` char *cp ; reinterpret_cast<char *&>(a) 开发者_StackOverflow= cp;