Forum Moderators: DixonJones
I'm trying to analyse how users view the content of a site. This site has 6 main sections (top level pages) which themselves have several sub-pages. The sub-pages have query-based URLs (section1.asp?sub-page1, section1.asp?sub-page2, etc)
I want to know for each main section, how many people came in to the top level page, followed by a breakdown of how many of those visited each of the sub-pages within that section.
I know I'll have to use filters to achieve this, but I don't know which ones, and how to combine them.
This should be easy, but I'm coming up blank. Can anyone help?
You can't use referrers as you will only have a referrrer in the first hit to the subsection - and only for the users that pass referrers.
With the two dimensional parameter analysis you can set one parameter to be your section ID and another one can be the page ID, so you get this double-table showing section by section and page by page how many visitors you got.
- But you need one of the "big" WT-versions :)