Under Content → Pages in Google Analytics, it says that unique page views are counted for each unique combination of page URL and page title. Is the hash field a part of the URL in this context? Are /myUrl and /myUrl#section1 counted as two different page views?
Tell me more
×
Web Applications Stack Exchange is a question and answer site for
power users of web applications. It's 100% free, no registration required.
|
|
||||
|
|
|
No, it shouldn't count it as 2 different URLs. While I'm not 100% on this, you can always check yourself by searching for it in Analytics. Just go to the Content → Site Content → All Pages and use the search bar in the middle of the page to search for |
||||
|
|
The reason for this is that your browser does not reload the page, when you use hash as a means of local link The Google Analytics code is per default only executed when the page is loaded—and browsers doesn't reload the page when you click on a hash. |
||||
|
|