过滤Google Analytics中的目录和所有子目录

时间:2013-02-28 12:59:00

标签: google-analytics

我正在尝试设置一个过滤器,仅包含特定目录及其所有子目录的数据。

例如,我想包含来自dogs目录和子目录的数据

http://www.mysite.com/dogs/
http://www.mysite.com/dogs/index.htm
http://www.mysite.com/dogs/breeds.htm
http://www.mysite.com/dogs/puppies/
http://www.mysite.com/dogs/puppies/index.htm
http://www.mysite.com/dogs/puppies/care/
http://www.mysite.com/dogs/puppies/care/feeding.htm

创建新过滤器时,我认为我应该选择Pre-defined filterInclude only traffic to the subdirectories that begin with子目录/dogs/not case sensitive。< / p>

我对它是that begin with还是that are equal to感到有点困惑。在我的情况下我是否正确使用that begin with并且我的子目录值是否正确?

(我问,因为数据需要24小时才能更新,所以错误导致花费很多时间)

1 个答案:

答案 0 :(得分:9)

原来我是对的。要过滤目录和所有子目录,设置应为

  • 预定义 - 筛选
  • 仅包含
  • 到子目录的流量
  • 开头
  • /狗/
  • 不区分大小写