add site on piwik by api (no replies)
I'm using the zend library service piwik to integrate my platform with piwik. This is the code for the call to piwik: $piwik = new Zend_Service_Piwik(); $piwik->setAuthToken('anonymous')...
View Articletracking of non-served files (no replies)
Is it possible to use piwik to track non-served files like if I opened an html file straight from the browser assuming I had file-based cookies enabled? How does the url in the piwik configuration...
View ArticleIPs location is wrong (no replies)
Hi The location which is provided based on IPs is mostly wrong. I got visitors from Asia which are shown from US in piwik. How can I change the IP database to my desired DB? I have read and gone...
View ArticleInstallation problem (no replies)
I'm getting this error message on install: Error: it seems you tried to skip a step of the Installation process, or your cookies are disabled, or the Piwik configuration file was already created. Make...
View ArticleCan't get longer date period statistics (no replies)
Hi, I installed Piwik few weeks ago and I have a bit of a problem with getting data. Statistics don't show if I select date range longer then 2 or 3 days. For instance if I select week, month or date...
View ArticleCustom date range in Page Overlay (no replies)
I need a Page Overlay for a custom date range (like July 2 - July 13) but whenever I add it to the URL I get an error. My URL:...
View ArticleInstallation issue: "Test SQL failed to execute..." (no replies)
EDIT: This doesn't appear to be a Piwik issue. I can't seem to create a table in my database because of the following error: #1 - Can't create/write to file '/var/piwik/test.MYI' (Errcode: 2) Hence,...
View ArticleUsing Goals to track a customer journey (no replies)
Hi. Is it possible to set up goals that will track a customer journey. eg, I want to track if a customer follows this journey page 1 > page 3 > page 8 or page 2 > page 1 > page 21 Etc etc...
View ArticleCampaigns not showing up with Wordpress Setup (no replies)
Hi guys, I am running piwik with wordpress and have friendly urls enabled. My problem is that piwik does NOT track the "?pk_campaign=tester" parameters. When using it (p.e....
View ArticleHow does piwik.js work, how is information sent to the database? (no replies)
I am curious as to how the piwik.js tracking code works as I am now starting to use Piwik. I am really good at PHP development but find myself lacking when it comes to javascript and I am curious as...
View ArticleHOW TO ADD PDO AND PDO_MYSQL EXTENSIONS IN MY PHP.INI FILE. (no replies)
I AM USING WAMP SERVER .I WANT TO RUN A SIMPLE CAKEPHP APPLICATION ON IT. HOW SHOULD I CONFIGURE DATABASE.PHP FILES
View ArticleAdd site SiteManager (no replies)
Hello, I can not add sites by api piwik. It returns this error: The plugin SiteManager is not enabled. You can activate the plugin on Settings > Plugins page in Piwik. If I go to the location of...
View ArticleCan I plot graphs in a day scale? (no replies)
Hi Folks, I'm not sure if I misconfigured my piwik server or if I'm missing something here, but I can't figure a way to plot evolution graphs (Visitors over Time, Evolution over Period) in a day by...
View ArticleNot all goals tracked (no replies)
Hi all, we track sign ups as Piwik goals at our website http://www.apiomat.com. Mostly, this works pretty good, but on some days we miss about 30% of all signups in Piwik. The site which sends the...
View ArticleUsing import_logs.py with TGZ compressed logs (no replies)
Hello all, I have a problem. I'm trying to import some TGZ compressed log files with import_logs.py. How do I this? Regards Knox PS: Sorry for my bad English!
View Article"403: Forbidden" with import_logs.py (1 reply)
I'm getting a 403 error when attempting to import my (nginx) logs using import_logs.py. I've verified: The web UI is working fine and collecting statistics. I've verified that the token_auth is...
View ArticleCustom variables with different values appearing under the same value in...
I'm attempting to log Javascript errors as custom variables. Here is my code: window.onerror = function(message, file, line) { var sFormattedMessage = '[' + file + ' (' + line + ')] ' + message;...
View ArticleProblem after moving to new host.... (no replies)
I never had a problem with piwik until I moved too a new host, now that I have setup everything again, imported the db, etc; I get the following error: Piwik couldn't write to some directories. chown...
View ArticleLoading Piwik in IFrame using Safari (no replies)
I have a problem with loading Piwik stats in an iframe using Safari 5.1.7. On a webpage I have: <iframe src="http://webstats.mydomain.com/index.php?module=Login...
View Article