Google Analytics 始终为访问的每个页面启动新会话
Google Analytics start always new session for every page visited
在我将我的网站移至新服务器并激活 HTTPS 后,GA 数据变得疯狂:
跳出率100%差不多。
我发现 Google Tag Assistant Extension 每次 link 我在网站中导航,点击都会启动一个 New Session / 会话开始.
我发现了这个错误:
This hit starts a new session, most likely because the client ID changed. This is caused by an improper tracking code implementation.
Meaning: Google Tag Assistant Recordings noticed a new session being started by the hit, possibly because the hit is coming from a new domain.
Action: Be sure you're implementing proper cross-domain tracking on your sites.
该网站是单域的,我没有更改默认代码中的任何内容。
它可以是什么?感谢帮助
[更新的答案]
我检查了从您在评论中附加的报告中恢复的网站。
报告的问题(此点击开始一个新会话...)是 100% 由于 cookie 栏。在您接受 cookie 之前,不会写入 _ga
cookie 值。因此,例如,如果您到达网站然后刷新页面而不接受,您将被视为 2 个用户和 2 个会话。
无论如何,我看到 clientId
在用户接受 cookie 政策时得到维护,所以对于那些到达网站、接受 cookie 并继续的人来说,问题应该 不存在.
在我将我的网站移至新服务器并激活 HTTPS 后,GA 数据变得疯狂:
跳出率100%差不多。
我发现 Google Tag Assistant Extension 每次 link 我在网站中导航,点击都会启动一个 New Session / 会话开始.
我发现了这个错误:
This hit starts a new session, most likely because the client ID changed. This is caused by an improper tracking code implementation.
Meaning: Google Tag Assistant Recordings noticed a new session being started by the hit, possibly because the hit is coming from a new domain.
Action: Be sure you're implementing proper cross-domain tracking on your sites.
该网站是单域的,我没有更改默认代码中的任何内容。
它可以是什么?感谢帮助
[更新的答案]
我检查了从您在评论中附加的报告中恢复的网站。
报告的问题(此点击开始一个新会话...)是 100% 由于 cookie 栏。在您接受 cookie 之前,不会写入 _ga
cookie 值。因此,例如,如果您到达网站然后刷新页面而不接受,您将被视为 2 个用户和 2 个会话。
无论如何,我看到 clientId
在用户接受 cookie 政策时得到维护,所以对于那些到达网站、接受 cookie 并继续的人来说,问题应该 不存在.