gpt4 book ai didi

regex - 谷歌分析 : View Filter by Request URI - does this work?

转载 作者:行者123 更新时间:2023-12-03 16:57:14 24 4
gpt4 key购买 nike

我认为这应该很简单,但是如果我有一个带有请求 URI 的 url,例如:

/zh/我的家乡/92-温斯顿
/zh/我的家乡/92-温斯顿/后院

并且我想设置一个仅包含此页面和任何子页面的 GA View ,那么以下过滤器在 Analytics 中是否有效?

Request URI Filter Example

这基本上会过滤特别包含 92-winston 的 URI,还是我需要将它包装在一个花哨的正则表达式中?我对 RegEx 不是很好。

谢谢!如果这太容易了,请提前道歉。

最佳答案

如果您确切知道 URI 将以“/en/my-hometown/92-winston”开头,您可能想试试这个正则表达式:

^\/en\/my\-hometown\/92\-winston.*

这会捕获完全以“/en/my-hometown/92-winston”开头的 URI 字符串,并且还包括之后可能出现的任何内容,例如
  • /zh/my-hometown/92-winston
  • /en/my-hometown/92-winston/后院
  • /en/my-hometown/92-winston/some_other_page

  • 请注意,如果您在 GA 中有多个“包含”过滤器,那么您需要确保您实际上并未排除更多数据,因为多个包含过滤器是“和”的。始终在您的测试 View 中测试您的新过滤器。

    关于regex - 谷歌分析 : View Filter by Request URI - does this work?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31814833/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com