我有一个使用以下架构设置的博客网络:
博客:
- example.com/blog-1/
- example.com/blog-2/
- example.com/blog-3/
帖子:
- example.com/blog-1/great-post.html
- example.com/blog-1/cool-post.html
- example.com/blog-1/alright-post.html
- example.com/blog-2/awesome-post.html
- example.com/blog-2/interesting-post.html
- example.com/blog-2/dull-post.html
- example.com/blog-3/another-post.html
- example.com/blog-3/favorite-post.html
我正在尝试在 Google Analytics 中为每个博客获取活跃的页面浏览量,因此所有 example.com/blog-1/*.
为此,我在 Analytics 中创建了一个高级细分:
页面以/blog-1/开头
这有效,但它也会拉入我网站上链接到该博客的任何页面。任何关于获取包含这些博客的页面的建议。