Re: Tracking campaign with jquery get
> 3) Piwik only records 1 referer by visit, which means that only the first referer used to access the website will be recorded. >> Yes I tested the solution over days not over minutes. try...
View ArticleRe: Difference Piwik / Google Analytics
when you have big differences, try to see if some pages are not tracked, or maybe some "browserS" are not tracked (indicating potential JS/browser bug), etc.
View ArticleRe: Problem with UsersManager.addUser API
replace echo with var_dump and what is the output your script gives you? if no user is created then the API should return an error
View ArticleRe: No data for forum in subdirectory
1) enable debug in piwik.php as per instructions 2) write here the URL of your website and i'll take a look
View ArticleRe: archive.php-Cron: What DB-Table changes?
You are confused. piwik.php does not write any archive data (archive.php does)
View ArticleRe: MySQL error when clicking "All Website" link
After running the SQL query, if you visit the admin, you should see the "update screen". It should work...
View ArticleRe: Edit the header menu
Not possible "out of hte box" but you can comment the "Piwik_AddMenu" function calls in plugins/API/API.php and plugins/Widgetize/Widgetize.phpo
View ArticleRe: Report on average pageload times?
Ok, for this you would need the "custom event" feature I'm afraid! we will be working on this sometimes this year.... so stay tuned
View ArticleRe: Archive Blob tables suddenly got very big, out of relation to traffic...
> This means the archive requirement (based on archive size per page view) is in the region of 4,500% greater from one month to another, One "explanation" for this difference, is the fact that...
View ArticleRe: Question about custom variable in Visitor Log.
By design, custom variables of "scope = 'visit'" will be stored once per visit. See: [piwik.org] If you want to store multiple values for a same variable, use scope = 'page'
View ArticleRe: Piwik & Joomla: Pages - only "index.php"
Please post some screenshots to show the problem? Also, maybe try to include the Piwik JS code directly in your website: does it then work betteR?
View ArticleRe: Check if ignore cookie exists
piwik_ignore is a "third party cookie" whereas reading cookies in javascript will read first party cookies only. Not sure how to make this work...
View ArticleRe: Cluster behind a Secure Proxy
I can't think of a reason that changing session to DB sessions would result in this error message... For pro help and further debug, you can try contact us via: [piwik.pro]
View ArticleRe: GetLastVisitDetails API Method
Behavior should not change depending on the timezone... If you really think it does, please try create a new piwik server, and reproduce the bug. if you can reproduce, I would love to hear about it ;)
View ArticleRe: Difference Piwik / Google Analytics
One method i find helps to identify some surprisingly untagged pages is the following: Pick a 24 hr period day recently past. Do a pages report in piwik on that day and do one in GA for the same...
View ArticleRe: Archive Blob tables suddenly got very big, out of relation to traffic...
Thanks for suggestion, I don't think it is this as the June tables are also huge. When I attempted the delete, it failed with the error message "The total number of locks exceeds the lock table size",...
View ArticleRe: error in seo widget
Thanks for the report, that's fixed, if you find more please report!
View ArticleRe: Problem with UsersManager.addUser API
Now I got this : <?php define('PIWIK_INCLUDE_PATH', realpath('../stats')); define('PIWIK_USER_PATH', realpath('../stats')); define('PIWIK_ENABLE_DISPATCH', false);...
View Article