@using Microsoft.Web.Helpers;
<!DOCTYPE html>
<html>
<head>
<title>Analytics Test</title>
</head>
<body>
<h1>Analytics Test Page</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
<div id="footer">
© 2012 MySite
</div>
@Analytics.GetGoogleHtml("myaccount")
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Analytics Test</title>
</head>
<body>
<h1>Analytics Test Page</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<div id="footer">
© 2012 MySite
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("myaccount");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>
A bounce occurs when a web site visitor only views a single page on a website, that is, the visitor leaves a site without visiting any other pages before a specified session-timeout occurs. There is no industry standard minimum or maximum time by which a visitor must leave in order for a bounce to occur. Rather, this is determined by the session timeout of the analytics tracking software.
If user visited to any other page from first page links can be check.
best describe at https://en.wikipedia.org/w
Thanks,
Shail