Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
1answer
399 views

Faking the 'path' of a cookie - via .htaccess / javascript / or otherwise?

Background I have php/js software (Piwik), which sets a cookie to track visits to the site. Our site (ie; not Piwik) is setup so that all URLs (except for resources) are written back to ...
4
votes
3answers
74 views

Web analytics solution for website creator

I have site which is a creator of smaller websites, and I'd like to have separate analytics for each user. Is there a way do automate adding the Google Analytics to the website? As far as I can see, ...
2
votes
2answers
156 views

Hosting piwik on a server with a read-only filesystem

I use CloudControl for hosting and I would like to set up a server (possibly with load balancing support) to host piwik for all of my websites. The only problem is that the only writable directory ...
2
votes
1answer
117 views

Piwik 1.5.1 Wrong number of visits and (unique) visitors

i just updated my piwik from 1.1.1 to 1.5.1 and having problems with the numbers of vists and visitors. Each time i send a tracking request (with firefox 5) piwik increases the number of pages, ...
2
votes
2answers
181 views

Separating Piwik's backend and tracking URL

I am using a copy of Piwik, which is excellent. For paranoia additional security, I want to place Piwik's back-end in a folder that is protected by Apache basic authentication, and whose path is ...
2
votes
1answer
453 views

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 ...
1
vote
1answer
71 views

Piwik statitics about all websites

Is it possible to use the Piwik-API with all Websites, not just for a single one? What i want to do is get a mean value of used browsers. I can do this for a single website like this: ...
1
vote
1answer
95 views

Web analytics platform that can run on a load-balanced server cluster?

I'm using Piwik for my web-analytics, and recently I've discovered PHPFog/CloudControl as hosting providers that set up a load balanced, fully managed server for your applications to run on. Piwik ...
1
vote
3answers
315 views

Add Google Analytics to SharePoint sites and subsites

My workplace currently hosts a few hundred SharePoint sites and subsites with WSS 3.0 and we'd like to start tracking site activity using Google Analytics or PIWIK. Either tool uses a snippet of ...
1
vote
1answer
118 views

Does any one know a software like Piwik which is not under GPL license?

I need to integrate an offline analytics software to a my software. My software is not under GPL, its under proprietory license. Does any one know of a software similar to Piwik but which has relaxed ...
1
vote
3answers
104 views

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 ...
0
votes
0answers
9 views

Issues with a Piwik SSL redirect

I am considering to use a redirect for the Piwik tracking request like this: http://example.com/piwik.php?idsite=1 => https://example.com/piwik.php?idsite=1 The Reason for the redirect is, that it ...
0
votes
1answer
15 views

Piwik dashboard into website integration

What I want to do is, to integrate whole piwik dashboard into website admin panel so that only admins could see stats. Using following code. <iframe src="<url to piwik ...
0
votes
1answer
23 views

how to set up a direct piwik API calling in php

I tried to do it this way but it gives this error: Fatal error: Class 'Piwik_FrontController' not found in C:\wamp\www\aqar2\piwik.php on line 11 my website path is :localhost/aqar2 my piwik path is: ...
0
votes
1answer
49 views

How to track product sales per affiliate id using Google Analytics or Piwik

Here is the seemingly standard scenario for an e-commerce site. There are two products p1 and p2, and two affiliates a1 and a2. A user visits the product pages via different affiliates: e.g. ...
0
votes
2answers
49 views

Calling piwik directly from PHP

I have a PHP website with piwik as analytics. Certain pages are requested by different API's which don't execute HTML/JS so I need to call piwik from within the php files. Using the piwik tracking api ...
0
votes
0answers
33 views

export piwik report: height of iframe

I want to add some applications which show statistics of my site.. The embed code that piwik gives me is something like <div id="widgetIframe"><iframe width="100%" height="350" ...
0
votes
1answer
53 views

Piwik on shared phpfog

Is it possible to run Piwik as an app on PHPfog's free shared Cloud hosting? There are several restricitons on PHPFog shared Cloud like 48MB Memory Limits or Disabled Functions like ...
0
votes
2answers
35 views

Piwik not tracking on www

I have a website that uses CDN. The 'www' is on CDN, while the normal website http://example.com can be directly accessed from the webserver. The CDN(http://www.example.com) uses origin pull to get ...
0
votes
1answer
67 views

Piwik installation using php

I have an below error while installing piwik web analytic in to my site You need to configure and rebuild PHP with "iconv" support enabled, --with-iconv. Please guide me.
0
votes
2answers
153 views

Bad Characters with inet_pton() PHP Function *Not Zend* Piwik location_ip issue

I'm trying to interact with a Piwik database that we installed on our server. Inside the Piwik database, the value for a stored ip address is inserted with inet_ntop(). I'm trying to decode those ...
0
votes
1answer
98 views

Piwik API how to get daily visits for 7 days

I'm trying to get daily visits from my instance of piwik for every day in the week. Currently this query is returning the sum of all my visits for the entire week. Is there any way to separate this ...
0
votes
1answer
88 views

Track multiple, overlapping website domains with Piwik

I have a dynamic website that I'm integrating with Piwik for analytics. The website will allow users to have a public 'profile' page and several sub pages related to it. I want to use Piwik to record ...
0
votes
1answer
86 views

How to send “Cache-Control: no-cache” header in Piwik API responses

I have a Piwik install sitting behind a varnish-caching server. My problem is varnish is by default caching responses to my API calls. Unfortunately, I don't have direct access to the varnish server, ...
0
votes
1answer
93 views

Piwik Analytics get summary statistics for particular page via REST

Trying to implement Piwik using REST API over http but need a little help. What I'm trying to do is get the analytics for a particular page where a custom field = x. I'm not sure if I'm going about ...
0
votes
1answer
113 views

Piwik. Where are the CSS styles set?

Does anyone know how the CSS is set in Piwik. I've been going through their CSS files in Themes/CSS, and for the life of me, can't find where they set the widgetTop class, even with Firebug. I'd ...
0
votes
2answers
285 views

How to enable mod_security on Windows 2008 IIS

I am trying to install PIWIK (http://piwik.org) on Windows 2008 server and IIS 7. PIWIK is using PHP and MySQL. When I run the install process, I got the following error. I don't know how can I ...
0
votes
2answers
49 views

PIWIK: Fetching aggregated stats for a Group of sites

For example I have 5 sites under a group Group1. Is there a way to fetch - through API - the stats (e.g. visits) collectively for all these 5 site under Group1? Thanks, Imran
0
votes
1answer
47 views

Piwik Master/Slave database configuration

Is it possible to configure a piwik installation to use one database server for writing and one for reading? And if so, how?
0
votes
0answers
41 views

PIWIK: Do something when a visit is logged

Is there a way to perform some action from within Piwik when a visit is logged in Piwik. Some Action could be sending a notification to some other application by accessing a URL. Thanks.
0
votes
1answer
174 views

wrapping up js code in php, and calling php with custom query

I am building a web-application which uses Piwik. Piwik is open-source analytics tool, similar to Google Analytics. It gives tracking code similar to one mentioned below. <!-- Piwik --> ...
0
votes
1answer
102 views

Does Piwik and Sugar CRM uses the same framework?

I've been working with piwik, sugarcrm and vtiger. I noticed their frameworks are very similar. vTiger is a derivative of sugarcrm, so that's understandable. But Piwik and sugarcrm are also very ...
0
votes
0answers
69 views

PIWIK: Stop piwikTracker.trackGoal() to registers a visit too

When I use the piwikTracker.trackGoal(1) to register a conversion, it automatically increments the visits as many times the piwikTracker.trackGoal(1) executes. It increments both visits and ...
0
votes
1answer
87 views

How to get Goal Conversion history from PIWIK

I am using Piwik managed goal conversion for my pages. How can I get the history of goal conversions like I get the visits history. Currently, I only can fetch the total conversions against a idSite ...
0
votes
1answer
88 views

set site-id in cookie

I am using Piwik analytics tool. I need to add site-id to the cookie that is being set by Piwik. Any idea, how to achieve it?
0
votes
1answer
148 views

Web Analytics Options with Hourly Hits Report

Currently we are using Piwik for analytics. I've looked into other available options and other two good candidates are Open Web Analytics and Google Analytics. Piwik is doing fine but it doesn't ...
0
votes
1answer
444 views

Piwik API Calls

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 My question is: because there ...
0
votes
1answer
405 views

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 ...
0
votes
1answer
104 views

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!
0
votes
0answers
243 views

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 ...
0
votes
1answer
129 views

Bad Request Piwik

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: ...
0
votes
2answers
161 views

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. ...
0
votes
1answer
116 views

How to export subtables to csv format in Piwik

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..
0
votes
1answer
143 views

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?
0
votes
0answers
305 views

Creating Subtables in Piwik

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 ...
0
votes
1answer
737 views

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 ...