Re: Weekly Email Reports: end of the month bug?
Upgrading to a beta of a version described as a major upgrade isn't an option for serious users like us with hundreds of client websites dependent upon Piwik. I already see problems with the upgrade...
View ArticleEvaluating Piwik for application use audit
Hi all, First of all, thank you for your time answering my question. We at our company have a web based application developed in java. We want to audit the use of the application made by our users. So...
View ArticleRe: Historical data recorded through tracking API does not show up in GUI
Thanks for your help so far! We're using Piwik 1.2. I believe I'm getting successful responses from the API when I use CoreAdminHome.invalidateArchivedReports (Sample URL with params is...
View ArticleRe: Historical data recorded through tracking API does not show up in GUI
please update to 2.0 beta as we fixed so many bugs and made many changes to all this code! [piwik.org]
View ArticleRe: Evaluating Piwik for application use audit
You can use Custom Variables for storing additional custom data about Users, or Actions: [piwik.org] There are so many features you could use that would be useful. Good luck!
View ArticleRe: The requested website id = 1 (or its property ts_created) couldn't be found
Can you please try this patch and see if it it helps resolve it? [github.com] (or wait for next beta coming asap)
View ArticleRe: Tracking user names joomla !?
yes it is possible using Custom Variables: [piwik.org] Here is an example with Wordpress, but should be pretty similar with Joomla? [piwik.org]
View ArticleRe: Random segment data not on reports
1.12 is a stable build, but in fact much less stable than 2.0-beta. We have worked last 6 months on it, trust me. It's amazing and fixes so many bugs. Please try with beta, or we can't comment on bugs...
View ArticleRe: Define default value of filter_limit
in config/config.ini.php Under [General] section add ; default number of elements in the datatable datatable_default_limit = 10 ; default number of rows returned in API responses...
View ArticleRe: sum_daily_nb_uniq_visitors calculations incorrect for some ranges with...
I've installed Piwik 2.0-b11 and have performed the same test. These problems still exist, in fact I am noticing additional strange behavior. Referencing the results for Germany in the following...
View ArticleProxy Script on PHP website, Can I just call PHP file?
Ok, we have many site and they are all on the same hosting account in the same directory. I'm assuming the existing tracking code is designed mainly for compatibility with other types of files like...
View ArticleVisit per Server Time wrong after 2.0-b11 update
It appears that updating to 2.0-b11 introduced a new problem with the server time reports. I have a website configured to be on the New York timezone. The server time report correctly displays visits...
View ArticlePiwik 2.0-b11 beta page overlay loading
i just upgraded to Piwik 2.0-b11 beta as i urgently needed reports for 12 months for a client, just to let piwik know that the page overlay, row evaluation lines under the pages are stuck on loading...
View ArticleRe: Piwik 2.0-b11 beta page overlay loading
It works for me on demo.piwik.org can you see a javascript error in the browser console ? If you look with "Firebug" can you see the network response from Piwik when launching popover?
View ArticleRe: Visit per Server Time wrong after 2.0-b11 update
Thank you for the report! This is very interesting bug. I suspect it has been there for a long time but nobody reported it so clearly. Could you additionnally please post a screenshot? And if you dont...
View ArticleRe: sum_daily_nb_uniq_visitors calculations incorrect for some ranges with...
The sum_nb_uniq_daily_visitors is unreliable, but it appears that you really found a bug as well! Can you reproduce this on the demo.piwik.org ? if you can, please post a ticket bug at: dev.piwik.org...
View ArticleRe: Proxy Script on PHP website, Can I just call PHP file?
The best is to use the Javascript code if possible as it's more accurate. But sure you can generate the code in PHP, in fact you could even use the API SitesManager.getJavascriptTracking see: [piwik.org]
View ArticleRe: Fatal error when creating report
hi matt, i installed the 2.0b11, but when i import data from web log files using the python import tool, i only have acces to visitor's log whereas i had access to full logs (visits,..) in the...
View Article