Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的站点中单独保存数据。例如:访问者 1 在时间 x,y,z 访问了第 1 页、第 2 页、第 3 页。我如何在分析中获取这些数据?
您无法在 GA 中查看单个访问者的数据(尝试这样做会违反 Google 的服务条款)。
您可以将跟踪调用重定向到您自己的服务器并编写脚本来解析访问者数据,请在此处查看我的回答:
谷歌分析的数据库模式/数据库设计是什么样的?
(这些方法用于与 Urchin 分析软件兼容 - 由于放弃了对 Urchin 的支持,因此这些方法可能会在未来某个时候被放弃)。