Can I compare two different page's stats in Go

2019-06-28 03:53发布

I remember a very old Google Analytics has a feature that can let you compare some particular page's stats with the whole site's.

For instance, I have a website: website.com

And I have 3 pages:

website.com/index.html
website.com/contact.html
website.com/about.html

I want to compare the page views or unique visitors of those pages in a specified time range. What should I do?

Also I want to compare some page's stats with the whole site's, for example:

PV for index.html VS PV for the 3 pages.

Thanks for any kind of tips!

1条回答
我命由我不由天
2楼-- · 2019-06-28 04:52

You can create a segment that includes the three pages (create new segment->condition->page->matches regex->index.html|contact.html|about.html) and do a side-by-side comparison with the default "All visits" segment.

查看更多
登录 后发表回答