Re: Extract visitorId from Cookie value of _pk_uid
Hey Matt, thanks for the fast answer. QuoteYou can use the Javascript function getVisitorInfo() which returns the following array: (...) Strange thing is that for every page navigation/reload the...
View ArticleRe: Why do I get this XML parsing error?
Hi Matt, Thanks for the response. I'm aware that bulk api is used for multiple queries, however, the following will give the same error: Request:...
View ArticleRe: Why do I get this XML parsing error?
Also, I noticed the XML is returned and I can see it by viewing the source of the page. Even though the page shows this error: This page contains the following errors: error on line 5 at column 5:...
View Articlei messed it up?
Hi there, piwik was running great since piwik 0.9 or so. Joomla Installation with a plugin that adds the tracking code to the pages. Now i did several things in a row. Leaving my site as it is - i...
View ArticleRotate access log after log import
Hi, I am using the access log import method for piwik analytics (rather than JS tracking) and I would like it to rotate the access log file (truncate it to 0 size, gzip the original and store it at...
View ArticleRe: Why do I get this XML parsing error?
there is indeed a bug iin the bulk XML format. can you use the JSON format instead? this one should work
View ArticleRe: Rotate access log after log import
It's not possible (yet) to rotate logs as part of the script but we may add this later (if you would like us to implement this get in touch)
View ArticleRe: Extract visitorId from Cookie value of _pk_uid
Could you please post your comment in: [dev.piwik.org] I think this is the ticket you need, we hope to implement it soon!
View ArticleCustom Variable Values by Visit Graph
Hello I am trying to generate a graph, which visualizes the number of visits per value of a custom variable by day. This proves to be a lot harder than I expected. My current request looks like this:...
View ArticleRe: Why do I get this XML parsing error?
Hi Matt, The json format does indeed work. However, I prefer to work with xml as I find it more pleasurable, especially when using server side languages. I decided to take a look at the source and...
View ArticleRe: Rotate access log after log import
Thanks for the reply. I am still very new to piwik and I am really getting acquainted to it. For now I am going to try (this is a file, say web_accesslog, in /etc/logrotate.d/; I am in CentOS 6.4):...
View ArticleVisitor Log Error 2.0-b5
I did a fresh install (files+db) of 2.0 b5 as previous version b2 error log looked incomplete and campaigns weren't tracking. Now, campaign tracking seems to work, but visitor log is completely empty....
View ArticleAppend Values to Custom Variables (instead of replace) Doable?
Is it possible to modify piwik to append values to custom variables instead of replacing them? That would be GOLDEN! I setup a custom variable called Social Action scope visit, and clicking a social...
View ArticleBlank screen on new install
I'm tring to install piwik on my server but after first page i got a blank screen. No logs from error_log. Stuck at /index.php?action=systemCheck
View ArticleHow to link to a subtable
Hi, I'm trying to create a data table widget with a column in each row being clickable, which then expands into a subtable. I've tried to glean how to do it from looking at the code for the Search...
View ArticleRe: How to display stats on each page, for that page?
Yipes! I'm stunned by how much Piwik Pro wants to do this! Does anybody have any other suggestions? Thank you
View ArticleRe: Append Values to Custom Variables (instead of replace) Doable?
Well, I've managed to come up with a javascript solution to do this, and I figured I'd share it in case anyone else is interested in this ability to append values to custom variables. Not sure if this...
View ArticleMysqli prepare error: Can't create/write to file '/tmp/#sql_53ee_0.MYI'
Hello, I recently added Piwik Analytics to the local community website that I am managing; since I'm a FOSS fan and Piwik is awesomely FOSS!!! B) ;) But I haven't been successful in obtaining my...
View ArticleRe: Mysqli prepare error: Can't create/write to file '/tmp/#sql_53ee_0.MYI'
Did you remember to set the permissions on the directory "/tmp" within the Piwik install folder on your server? This directory needs universal read/write/modify (777) permissions. The same permissions...
View ArticleRe: Mysqli prepare error: Can't create/write to file '/tmp/#sql_53ee_0.MYI'
Thank you for your reply canajun2eh. Yes, I did set chmod 777 for the /tmp directory. sudo chmod 777 /var/www/piwik/tmp. I had done this with the initial configuration during the installation itself....
View Article