Google Analytics - 不要将其视为唯一页面

发布于 2024-11-02 12:45:42 字数 153 浏览 0 评论 0原文

我有一个类似于此的网址

/widgets/view/13031800

在谷歌分析设置中,您可以让它排除网址参数,但我不知道如何让它将所有

/widgets/view/ 页面视为一页。我不需要每一个都是独一无二的。

有什么想法吗?

I have a url similar to this

/widgets/view/13031800

In the google analytics settings you can have it exclude url paramaters, but I can't figure out how to have it look at all

/widgets/view/ pages as one page. I don't need each one to be unique.

Any ideas?

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

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

发布评论

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

评论(1

江心雾 2024-11-09 12:45:42

不幸的是,对此没有一个简单的答案。您可以...

  • 更改页面上的 _trackPageview 调用中传递的内容以排除号码
  • 在界面中创建过滤器以删除号码

这些解决方案都不会追溯应用(不会更改您已经获得的数据)。

查看当前数据的唯一方法是将数据导出到 Excel 或其他文件,并对其进行一些手动工作,例如删除数字并汇总页面视图并删除重复项之类的事情。

Unfortunately there is not an easy answer to this. You can...

  • change what is passed in your _trackPageview calls on your page(s) to exclude the number
  • create a filter in the interface to strip off the number

Neither one of these solutions will retroactively apply (will not change data you already got).

Only way to see it for current data is to export your data to excel or whatever and do some manual work on it, like strip off the numbers and sum up the page views and remove duplicates sort of thing.

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