Can I compare two different page's stats in Google Analytics?

旧街凉风 提交于 2019-12-12 11:52:03

问题


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:


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.



来源:https://stackoverflow.com/questions/20931378/can-i-compare-two-different-pages-stats-in-google-analytics

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!