Get the Google Analytics page views for a directory [closed]
- by Michael Morisy
I have a blog network set up with the following schema:
Blogs:
example.com/blog-1/
example.com/blog-2/
example.com/blog-3/
Posts:
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
I'm trying to get active page views in Google Analytics for each blog, so all example.com/blog-1/*.
To this, I created an advanced segment in Analytics:
Page starts with /blog-1/
This works, but it also pulls in any page on my site that links to that blog. Any suggestions to just get pages with those blogs.