Piwik 1.5.1 错误的访问次数和(唯一)访客数

发布于 2024-11-27 23:18:05 字数 919 浏览 1 评论 0原文

我刚刚将 piwik 从 1.1.1 更新到 1.5.1,并且遇到了访问量和访客数量的问题。

每次我发送跟踪请求(使用 Firefox 5)时,piwik 都会增加页面数、访问量和访客数。这对于我的第一个请求来说是可以的,但我所有的后续请求应该只会增加页面数量,而不是访问量或访问者数量。

IE9中的相同请求增加了页面和访问量。访问者数量看起来不错,并且仅在第一个请求时增加。 旧版本没有此行为。

我正在使用异步跟踪,这是我的页面中定义的:

var piwikSiteId = '2';
var _paq = _paq || [];
(function(){
var u="https://piwik.mydomain.net/piwik/";
_paq.push(['setSiteId', '2']);
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
var d=document,
g=d.createElement('script'),
s=d.getElementsByTagName('script')[0];
g.type='text/javascript';
g.defer=true;
g.async=true;
g.src=u+'piwik.js';
s.parentNode.insertBefore(g,s);
})();

我还尝试了由 piwik 生成的标准集成 - 行为与上面描述的相同。

Piwik 安装在 piwik.mydomain.net 等子域下,并且该站点可在 website.mydomain.net 下使用。对我来说这看起来像是 cookie 问题,但我不确定。

也许有人可以提供帮助 - 我必须在哪里寻找解决这个问题的方法?

谢谢, 杰杰

i just updated my piwik from 1.1.1 to 1.5.1 and having problems with the numbers of vists and visitors.

Each time i send a tracking request (with firefox 5) piwik increases the number of pages, vistis and visitors. That will be ok for my first request, but all of my following requests should only increase the number of pages, not visits or visitors.

Same request in IE9 increases the pages and visits. The number of visitors looks fine and increases only for the first request.
The old version did'nt have this behaviour.

I'm using the async tracking and this is what's defined in my pages:

var piwikSiteId = '2';
var _paq = _paq || [];
(function(){
var u="https://piwik.mydomain.net/piwik/";
_paq.push(['setSiteId', '2']);
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
var d=document,
g=d.createElement('script'),
s=d.getElementsByTagName('script')[0];
g.type='text/javascript';
g.defer=true;
g.async=true;
g.src=u+'piwik.js';
s.parentNode.insertBefore(g,s);
})();

I also tried the standard integration which was generated by piwik - the behaviour is the same as described above.

Piwik is installed under a subdomain like piwik.mydomain.net and the site is available under website.mydomain.net. It looks like a cookie problem for me but i'm not sure.

Maybe someone can help - where do i have to look solving this issue?

Thanks,
JJ

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

还给你自由 2024-12-04 23:18:05

这是 piwik 中的一个错误,现已解决。
Piwik 变更集 5086

This was a bug in piwik and is now resolved.
Piwik changeset 5086

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文