Re: Append Values to Custom Variables (instead of replace) Doable?
I'm sure I speak for many if not all of us when I say that I'm looking forward to advancements of piwik. We all want it to successful, I'm sure. While it's great that you guys are focusing on...
View ArticleRe: PHP-only Piwik API?
Hi Matt! Do you mean I could do this: $t = new PiwikTracker($idSite,'/var/www/piwik/piwik.php'); ... ? If not, could you provide an example of how to connect using PHP file?
View ArticleRe: How to link to a subtable
Hi Matt, Yes, I know, but only after a lot of searching. ;-) In the absence of documentation, could you tell me how to do it? Debbie
View ArticleRe: Custom Variable Values by Visit Graph
Try the parameter filter_pattern_recursive to keep only rows matching the specified string [demo.piwik.org].* It is a regular expression so with: &filter_pattern_recursive=.*logged.* it's matching...
View ArticleRe: Append Values to Custom Variables (instead of replace) Doable?
> That would be a small task I think, and could get the ball rolling. we don't have "extra" developers to assign to it... we are a small team that gets a lot done, only a handful of us :) it is no...
View ArticleRe: PHP-only Piwik API?
eg. something like this should work: shell_exec('/bin/php path/to/piwik.php -- "trackingQueryString=Here"')
View ArticleRe: Visitor Log Error 2.0-b5
We have fixed this bug in latest 2.0-beta6 can you please try to upgrade if you still have a bug please describe it here, we'd love to fix all remaining issues in the beta!
View Article[Piwik 2.0-b3] TCPDF ERROR : Illegal String Offset
Hi, When we upgraded our PHP version to 5.5.3, we had problems with TCPDF using the live version of Piwik. Upon researching, the only solution we found was in version 2.0-b3 so we installed it...
View ArticleRe: [Piwik 2.0-b3] TCPDF ERROR : Illegal String Offset :(
I'm personnally running PHP 5.5.5 and Travis is running all our test suites on PHP 5.5 please try with 2.0-beta7 which contains updated version of TCPDF (always use latest beta) if you still have the...
View ArticleRe: [Piwik 2.0-b3] TCPDF ERROR : Illegal String Offset :(
Thanks Matt! Is there a way for us to update the beta version automatically?
View ArticleRe: [Piwik 2.0-b3] TCPDF ERROR : Illegal String Offset :(
TCPDF now works with Piwik 2.0-b7. Thanks Matt for the help! :)
View ArticleRe: Extract visitorId from Cookie value of _pk_uid
Hey, that's funny; for every step and approach I am trying to get browser based and backend REST based user tracking to work, I always come back to that ticket :? Happily that all works for me now. I...
View ArticleRe: Custom Variable Values by Visit Graph
Thanks, that works perfectly. For the record: I use ...&filter_pattern_recursive=[VarName]*
View ArticleWhite page in "All Websites" - Piwik 1.12
We are using piwik for around a year to track around 700 of very light-traffic sites. Everything was working fine untill recently, when "All Websites"...
View ArticlePiwik doesn't track any visits and pages
Hello Friends, I have installed the software Piwik. Tracker code does not work but it does not record information. Even the image also displays odd numbers:...
View ArticleRe: Append Values to Custom Variables (instead of replace) Doable?
The small task I was referring to was to setup a mailing list for developers to subscribe. Either way, I'm sure you all have a lot of work going on and we all appreciate it. Looking forward to the...
View Articleunderstanding report data: graphs, summaries
I've set up weekly and mail reports, and am very pleased with what I get - but being an analytics noob I have a hard time understanding the meaning of some of it... q1: I suppose that all numbers...
View ArticleRe: Custom Variable Values by Visit Graph
I didn't even know it was really possible. Great to learn ;)
View ArticleRe: White page in "All Websites" - Piwik 1.12
please upgrade to 2.0-beta7 where this bug should be fixed. also make sure this is setup: [piwik.org]
View Article