piwik

Piwik plugins

I'm building a plugin, and I want to have a Subtable, so that my users can click on the overview data, and display the data from there. Following the code that I've been able to glean: public function getCompanyList($idSite, $period, $date ) { $dataTable = new Piwik_DataTable(); $query = Piwik_Query("SELECT cl.id, cl.company_name na...

Mark users coming to website from my application

My application has some menu buttons that sends the users to my website. I want to differentiate in the website how many users came from my app, out of all the regular users. My app is written in C#, and currently I direct users like this: string url = "http://mysite/somepage"; System.Diagnostics.Process.Start(url); On the server si...

Creating Subtables in Piwik

Hi Every one, 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. Basically If I click on a table row I shoud get the subtable.If I click on subtable row again it should show inner subtable. I need to create Tabl...

Piwik - Exclude from cookie

The new Piwik version 0.6.1 allows you exclude visitors from a cookie. How must the values look like for that cookie? ...

How to export subtables to csv format in Piwik

Hi every one, Current implementation of Piwik exports all 1st level tables to csv format.I want to export subTables also with parent table.Is there any way to do this.Please let me know.. ...

building a plugin using Piwik (integrating json with piwik)

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. Also I want to build a UI with standard things such as checkboxes, textfields etc, can I do that using piwik ...

Bad Request Piwik

Hi All, I get this error when I try to call a PIWIK API. Bad Request Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit. Cookie: piwik_visitor2=1%3DMjQ2NzVkZWQzNWE2NmVmZTg0MDAzYjcxNDVjMWNkYjM%3D%3A2%3.... How can I get ride of this. Piwik is hosted on one of our ser...

using google analytics to track user-wise information

What is the best option to track user wise analytics? I am looking for google analytics along with per-user reports. some questions: 1) was using custom variables to track the userId and was able to see the report in Visitors -> 'Custom Variable', any way to see the same on the content report. There is an option for 'user defined variab...

How can I show a Hit/Visits Counter on my page which uses Piwik for analytics

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 somewhere on the page ...

Piwik Actions.getPageTitles question!

Hello I'm retrieving pages that are most visited,it works fine,but how can I retrieve also and links to that pages,not just page titles.Any other Action,or similar function? Thanks! ...

Piwik: generate a counter image to display it on external sites

It is possible to generate a image (php gd) with a count of visitors of my piwik tracked site. I want Embed a flag counter in a external site. On this page iframe or flash not allow. so i can't integrate the normal piwik widgets ...