requirejs feature makes trouble when piwik is on different host
The website I want to monitor is acme.com, where my piwik instance and everything is on analytics.acme.com. On acme.com, there's a requirejs running. When running the counter snippet, it correctly...
View ArticleRe: requirejs feature makes trouble when piwik is on different host
OK, think I got it... I rewrote my snippet to be <!-- Piwik --> <script type="text/javascript"> var _paq = _paq || [], u=(("https:" == document.location.protocol) ? "https" : "http") +...
View ArticleTracking multiple domains...?
Hi, Been watching Piwik for some time and have recently decided to spend some time getting it setup for us with my various sites. I have a specific need which Im not sure can be solved with the...
View ArticleRe: High traffic Piwik servers - database usage?
A little bit of information about my Piwik: Site 1: (Static Web Server Hosted on IIS) >5000 pages tracked (limited by config) ~8,000,000 unique visitors a month ~3,500,000 unique visitors a day...
View ArticleRe: Archiving tracking info for import into a Piwik server that is offline
There are two ways of using the log-import: 1. Using raw access.log (without installing the JavaScript tracker) 2. Logging all calls to piwik.php (by installing the JavaScript tracker) The second one...
View ArticleCompile Error: Cannot redeclare Piwik_getUrlTrackPageView()
Hello, I've downloaded the piwik's api for php few minutes ago, and when i try to create an instance of the tracker, throw this message: Compile Error: Cannot redeclare Piwik_getUrlTrackPageView()...
View ArticleRe: Debugging Piwik Slowness
Hi, there are several possibilities to track visits with piwik, including JS-tracker, image-tracker, PHP-tracker, server-log-tracking... The request you are mentioning is the actual tracking-request....
View ArticlePwikiTracker.php repository
Hello, I am willing to develop a Pwiki ZendFramework module. I've checked your repositories at https://github.com/piwik, I didn't find a project that provide this class:...
View ArticleRe: PwikiTracker.php repository
Thanks for the quick response. ;) It could be nice get some pwiki-php-tracking or pwiki-php-api whithout whole pwiki.
View ArticleRe: PwikiTracker.php repository
"piwik"? I agree it would be good to have a piwik-php-tracking repository.
View ArticleGeneration time for each individual visitor?
Hello, Is there a way to see the generation time for each individual visitor/session? I sometimes have some pages with high avg. generation times so I'm just curious to see if it was one visitor who...
View ArticleRe: Tracking multiple domains...?
when tacking different domains, there might be accuracies problem since the cookies are not forwarded. However for subdomains it works very well. See this doc: [piwik.org] and [piwik.org]
View ArticleRe: Compile Error: Cannot redeclare Piwik_getUrlTrackPageView()
Did you include the code twice maybe?
View ArticleRe: Generation time for each individual visitor?
not yet possible but we'll add this in the new visitor profile report: [dev.piwik.org]
View ArticleRe: High traffic Piwik servers - database usage?
rapenchukd, you have a very interesting use case! What do you mean by "page searching" that takes 3 hours?
View ArticleRe: High traffic Piwik servers - database usage?
Matt, I meant narrowing results, mostly using the segment=pageUrl== or also using the search box in the pages widget. I'm not sure why pulling a month of stats for an entire site takes only a second...
View ArticleRe: All my visitors come from my server IP
Problem solved auth tocken was changed and this cause me this ussue. I changed my password before long time but why now I meet this issue ??
View ArticleWidget with outlinks grouped by Page / Section
Hi all, I have to develop a plugin/widget to show outlinks grouped by page and section. For e.g. - Home page ---- Header -------- http://..site1... -------- http://..site2... ---- Menu --------...
View Article