Re: GetLastVisitDetails API Method
lastActionDateTime is in UTC serverDatePretty" + "serverTimePretty" are in the website timezone
View ArticleRe: Report on average pageload times?
It sounds like you are tracking to track site speed: [piwik.org] Otherwise what you need, and I fully agree it is very badly needed, is the ability to send custom events. See feature request:...
View ArticleRe: MySQL error when clicking "All Website" link
Run this query : UPDATE `piwik_option` SET option_value = "1.12-b2" WHERE option_name = "version_core"; which should fix it
View ArticleRe: Large margin between Facebook Ad Click and Piwik Stats
This is a huge difference and I certainly would expect a much smaller difference. Do you use another tracking package on your site, to compare with Piwik? What would be great would be to look at your...
View ArticleRe: Schedule Email Reports not working
try using "period = day or week or month" and not "Date range" ? or try to remove "Visit by day of week" report from the list of reports included.
View ArticleRe: Archive Blob tables suddenly got very big, out of relation to traffic...
you can enable the "DBStats" plugin, the repotrs in the Admin > DB stats would maybe help give you better idea of what is using the space?
View ArticleRe: Tracking code - cookie expiration
Maybe this would work better (un-tested)? _paq.push(['setVisitorCookieTimeout', 1209600]); _paq.push(['setSessionCookieTimeout', 0]);
View ArticleRe: Difference Piwik / Google Analytics
Such huge diffenres are generally caused by: - JS error on some pages causing piwik to fail - Forgot to put the code on some pages
View ArticleRe: No data for forum in subdirectory
I would recommend to debug via instructions in: [piwik.org] which should help you debug/understand the problem
View ArticleRe: Problem with UsersManager.addUser API
You forgot to call UsersManager.setUserAccess after creating user
View ArticleRe: Show unique page stats to customers of my portal
How about creating a segment Custom Var name == XX AND Page title == YY Then you can request any report in Piwik
View ArticleRe: Show unique page stats to customers of my portal
So I would be able to pull "page level data" about a particular page like visitors, countries etc.? This sounds great!
View ArticleRe: Tracking campaign with jquery get
1) Are your pages tagged correctly? Yes. The code is there and the code is recording all page visits. 2) Are you using a redirect on your website landing page? No. But I´m using Drupal Clear Paths...
View ArticleRe: Difference Piwik / Google Analytics
I'm 100% sure that the code exist on all pages. Checked it many times. So any js error would make piwik fail ? Wouldn't that brake google analytics code too? Edit: Checked the sites pages and the only...
View ArticleRe: Problem with UsersManager.addUser API
Thanks for your reply. Now I have : <?php define('PIWIK_INCLUDE_PATH', realpath('../stats')); define('PIWIK_USER_PATH', realpath('../stats')); define('PIWIK_ENABLE_DISPATCH', false);...
View ArticleRe: No data for forum in subdirectory
Thanks for the tip. ;) But unfortunately that's out of my reach. I'm not a developer and don't know what to look for. :( I have enabled debug logging and have Firebug installed, but here's more or...
View ArticleRe: Schedule Email Reports not working
Thank you, I think it may have been the "Visits by of the week". Thanks again, Oliver
View ArticleRe: archive.php-Cron: What DB-Table changes?
So so where and how is piwik.php writing all the tracking data?
View Article