The figure of bounces does not match with figures in "Top Paths Through Site"
Just generate a report and it said as follows.
Top Bounce Pages
Entry Page Visitors Bounces Bounce Rate
1 http://xxx.yyyy.com/english/index.html 166,855 100,698 60.35%
Bounces is defined as: Bounce occurs when a user views only one page on the site.
But in "Top Paths Through Site" section
Path Visitors % of Total Visitors
1 /english/index.html 125,626 25.42%
and it tells there are 125,626 visitors just viewing "/english/index.html" only. So I expect there are more than 125,626 bounces. But why is the bounces number smaller than the total visitors with only one page paths?
Eddie
Top Bounce Pages
Entry Page Visitors Bounces Bounce Rate
1 http://xxx.yyyy.com/english/index.html 166,855 100,698 60.35%
Bounces is defined as: Bounce occurs when a user views only one page on the site.
But in "Top Paths Through Site" section
Path Visitors % of Total Visitors
1 /english/index.html 125,626 25.42%
and it tells there are 125,626 visitors just viewing "/english/index.html" only. So I expect there are more than 125,626 bounces. But why is the bounces number smaller than the total visitors with only one page paths?
Eddie
100,698 visitors view only one page without refresh.
125,626 - 100,698 = 24928 visitors view one page with refresh.
Am I right?
Such requests will be counted as one visitor, while number of hits/page views will reflect the real number of requests/refreshes. In fact the Paths report is the only one that "merges" such duplicate requests for better presentation, all the other reports (including the report on bounces) treat them as multiple separate requests.
"/english/index.html -> /english/index.html" happen?
Do you mean that there is/are some occasions that web users would refresh pages when viewing '/english/index.html'? But it would only count one visitor, right? and it should not treat as different web users, right?
Eddie
This "merging" applies to paths, e.g. "1 -> 2 -> 2 -> 3 -> 3 -> 2 -> 1 -> 1" will be shown as "1 -> 2 -> 3 -> 2 -> 1".