<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SEO Lion’s Blog &#187; Web Analytics</title>
	<atom:link href="http://www.seolion.com/category/web-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seolion.com</link>
	<description>Another SEO&#039;s scratch pad !!</description>
	<lastBuildDate>Thu, 17 Dec 2009 14:10:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Web Analytics JS code placement &#8211; Top or Bottom of a page?</title>
		<link>http://www.seolion.com/web-analytics-js-code-placement-on-web-pages/</link>
		<comments>http://www.seolion.com/web-analytics-js-code-placement-on-web-pages/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 15:48:06 +0000</pubDate>
		<dc:creator>seolion</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.seolion.com/?p=96</guid>
		<description><![CDATA[This is one area many get confused &#8211; where should the web analytic JavaScript code to paste should go on a page. There are many places where it can be placed actually, and in fact they are correct to the scenario for that particular page! Let me explain each placement location in detail Bottom of [...]]]></description>
			<content:encoded><![CDATA[<p>This is one area many get confused &#8211; where should the web analytic JavaScript code to paste should go on a page.</p>
<p>There are many places where it can be placed actually, and in fact they are correct to the scenario for that particular page!</p>
<p>Let me explain each placement location in detail</p>
<p><strong>Bottom of the page, just above closing &lt;/body&gt; tag:</strong> This is the most widely used placement for JS based web analytic solutions. It has its own advantage and disadvantage.Your page might contain a number of elements. The sequence on which these elements are loaded are based on the position at which they are included on a page. The elements (images, scripts etc) on the top portion of a page load prior to the one at the bottom.Consider that you have placed the web analytics code on top portion of the page immediately after opening &lt;body&gt; tag and assume that you are using Google Analytics. Since Google Analytics is free, many users will be using it, and thus provides a heavy load on the server most of the time. Google is a great company who know to tackle these situation, but consider a worst case &#8211; server is overloaded and the requests are queued at the server. Your web page will wait for the Google Analytics tracking code to load and since it is at the start of the page, it will give an empty page to the visitor which is struggling to load the contents!Is that a good thing you would like to see as a visitor to a web page? I am sure you will be impatient.On the other side if you have the code at the bottom of the page, the visitor is provided with the page content before the web analytics code is being loaded. So this placement &#8211; at the bottom of the page evolved from the usability perspective.Disadvantage:  As mentioned, the web analytics data capture begins <span style="text-decoration: underline">after</span> the page is loaded. This gives us the risk of the visitor closing the browser or navigating to another page by clicking a link. Result: web analytics data isn&#8217;t captured for that particular page / visitor.<br />
<strong>Top of the page, inside &lt;body&gt; element</strong>: You have the potential risk of having a slow loading web page in this kind of implementation, but here you tend to get a bit more web analytics data being captured compared to the method mentioned above. User sees the page after it is been tracked. This placement is widely used in eCommerce shopping carts and checkout pages. If you are using Google Analytics and capturing eCommerece transactions, you must use this placement to make proper calls to eCommerce tracking methods of GA.</p>
<p><strong>Inside &lt;header&gt; of a page</strong>: This is not a widely used method, but can be handy in certain situations. Imagine you have another set of JavaScript code which accidentally has a variable name or a function name same as Google Analytics which you are using as the web analytics tool. Here you will have a conflict and either one or both of the code snippets malfunction. If you place the web analytics tracking code inside &lt;head&gt; and above rest of the JS, you might eliminate this risk. <span style="text-decoration: line-through"><span style="text-decoration: underline">Please Note</span></span>: This particular method is suggested for Google Analytics. If you are using other web analytic solutions, please contact your vendor before using this method!</p>
<p>I would like to repeat, the most widely used JS tracking code placement is at the bottom of the page, just above &lt;/body&gt;. Tracking all visitors isn&#8217;t important most of the time, but to make the website function well to the visitor is the first and foremost criteria &#8211; which need not be forgotten!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/web-analytics-js-code-placement-on-web-pages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mobile Device specific reports in Google Analytics using Advanced Segments</title>
		<link>http://www.seolion.com/google-analytics-advanced-segment-for-mobile-device-traffic/</link>
		<comments>http://www.seolion.com/google-analytics-advanced-segment-for-mobile-device-traffic/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 10:49:08 +0000</pubDate>
		<dc:creator>seolion</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.seolion.com/?p=91</guid>
		<description><![CDATA[I have gone through few interesting blog posts on tracking mobile devices using Google Analytics. Basically I hve seen three methods: Using a duplicate profile and using an include filter, to include traffic from mobile device operating systems. Using the advanced segment feature of Google Analytics, creating an advanced segment of mobile device operating systems. [...]]]></description>
			<content:encoded><![CDATA[<p>I have gone through few interesting blog posts on tracking mobile devices using Google Analytics.</p>
<p>Basically I hve seen three methods:</p>
<ol>
<li>Using a duplicate profile and using an include filter, to include traffic from mobile device operating systems.</li>
<li>Using the advanced segment feature of Google Analytics, creating an advanced segment of mobile device operating systems.</li>
<li>Using the advanced segment feature of Google Analytics, creating an advanced segment of mobile device screen resolutions.</li>
</ol>
<p>Of the three, I feel the last two are better, considering the fact that we need not switch profiles to see mobile reports and reports containing all reports, you are saving a duplicate profile. Remember there is an upper limit for the number of profiles you can have in an account.</p>
<p>I have created these particular segments and would like to share it with you.</p>
<p>You can add this <strong><a title="Mobile Device Reports - Google Analytics Advanced Segment" href="http://www.google.com/analytics/reporting/add_segment?share=GJBAViMBAAA.RD_MY1rbVaEf7ayaUJLvVESSBYZPIVwOOyCE0KxdEX6wSEi1F1vNgXHpzVBuB8pijejUXMMikBgScIG469WTRw.1xsdqkB5R89-BUFTpzi5Gw" target="_blank">Advanced segment for mobile device traffic in Google Analytics based on Operating systems</a></strong> by clicking the preceding link. During installation of this segment on your account, you can actually verify how I have created this segment. I have actually used the condition &#8216;containing&#8217; specific words in the OS names than actually giving the exact names.</p>
<p>Thanks to Bryson Meunier for his advanced segment using screen resolutions, read the post at <a href="http://www.brysonmeunier.com/mobile-analytics-with-google-analytics/" target="_blank">http://www.brysonmeunier.com/mobile-analytics-with-google-analytics/</a> .  I have modified his segment to include devices with higher screen resolutions and you can download <strong><a title="Google Analytics Mobile devices advanced segment" href="http://www.google.com/analytics/reporting/add_segment?share=3oX2TSQBAAA.RD_MY1rbVaEf7ayaUJLvVCF2XI5DOlnA-tw4oaZ6E7CwSEi1F1vNgXHpzVBuB8piBelMH7mZCeLsatFDLCqdvQ.kU5LiMSeOUkaAgZBB1KzVA" target="_blank">Advanced segment for mobile devices on Google Analytics based on Screen Sizes</a></strong> by clicking the preceding link.</p>
<p>Test both the segments above and contribute your ideas to improve them and share with everyone. You can contribute to this initiative by suggesting any OS which is missing in list and by testing this segment on your account, or a device&#8217;s screen resolution which isn&#8217;t covered in the regex.</p>
<p>Post your thoughts!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/google-analytics-advanced-segment-for-mobile-device-traffic/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>I’m now a Google Analytics Qualified Individual with 100% score!</title>
		<link>http://www.seolion.com/google-analytics-individual-qualification/</link>
		<comments>http://www.seolion.com/google-analytics-individual-qualification/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 17:20:13 +0000</pubDate>
		<dc:creator>seolion</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.seolion.com/google-analytics-individual-qualification/</guid>
		<description><![CDATA[Google introduced test and certification for Google Analytics last March, since then It was running in my mind to complete it. I was preparing for my Implementation certification in Omniture  SiteCatalyst, so thought going at GAIQ will be something good to start with. Anyways Google Analytics and Omniture SiteCatalyst are entirely different web analytic tools, [...]]]></description>
			<content:encoded><![CDATA[<p>Google introduced test and certification for Google Analytics last March, since then It was running in my mind to complete it. I was preparing for my Implementation certification in Omniture  SiteCatalyst, so thought going at GAIQ will be something good to start with.</p>
<p>Anyways Google Analytics and Omniture SiteCatalyst are entirely different web analytic tools, but getting certified in both is certainly a value addition to my resume, I have now cleared <a href="http://www.kuzhalmannam.com/ramkumar/GAIQ-Ramkumar.JPG" target="_blank">GAIQ with a maximum score of 100%</a></p>
<p>You can <a title="GAIQ - Ramkumar K R" href="https://googlerecords.starttest.com?code=I006A025E0064F662FF66FB63056211210A19" target="_blank">view my GAIQ test record</a> at the official test site. Well, that shows my real name! (SEOLion is my nickname, please read my about page to know more about me)</p>
<p>Here is <a href="http://www.kuzhalmannam.com/ramkumar/Ramkumar-GAIQ.pdf" target="_blank">my certificate from Google Analytics</a> which is valid for next 18 months!</p>
<p>Well, getting a high score in GAIQ may not be tough, I am sure not many get the magical number of 100%, luckily I have it!</p>
<p><strong>GAIQ Preparation</strong></p>
<p>Google has provided a comprehensive study material to prepare for GAIQ (Google Analytics Individual Qualification) at <a href="http://www.google.com/support/conversionuniversity/" target="_blank">Google Conversion university</a>. One should have gone through the material completely and understood key points discussed in order to tackle some of the tricky questions at the test.</p>
<p>The primary point to start with is a Google Analytics account. Since its free, you can try implementing on your website / blog. This I would say must to understand how Google Analytics captures data. After implementing GA code on to the site, you should have validated and seen that all pages are being tracked and shown on the report. This is the basic implementation. Now comes cross-domain tracking. This scenario is similar to tracking on a third party shopping cart without breaking the user session. Advanced implementation includes event tracking. I have experimented event tracking my selves, hence tackling questions related to that wasn&#8217;t tough for me.</p>
<p>Virtual page views is another important thing to know in Google Analytics, fortunately I had enough hands on on these while setting up goal tracking on an Ajax based site.</p>
<p>Filters, Goal conversion tracking related questions can be tackled if you have some prior experience working with these or you have gone through the material in detail and have done some extra research on these area.</p>
<p>Regular expressions is one of the tough area in the test, but one can make use of the regular expression builder to answer the questions.</p>
<p>I never had hands on on e-commerce tracking, but understanding the study material was sufficient to answer questions related to that.</p>
<p>Profiles in Google analytics was something new for me, but again the tutorial made it very easy to grasp it. I have duplicate profiles already put in action after learning them.</p>
<p>So overall my preparation lasted for a couple of weeks, could have been lesser if full attention was on this.</p>
<p>I would suggest one to take notes while going through the material. Having your account side by side can help you understand better. Since the test isn’t on an exam hall, you are free to have your account open in another browser, along with tools like regex builder. Going through the voice tutorial isn’t a very good option in between your test, your notes can get very handy if you have taken them enough.</p>
<p>Good luck to the ones about to take up GAIQ. Please let me know your queries, I am more happy to assist you.</p>
<p><strong>What next?</strong></p>
<p>Feel free to contact me if you feel I can be consulted for your project involving Google Analytics <img src='http://www.seolion.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Do you wish to follow my tweets in Twitter? Find my Twitter profile link in the <a title="Contact SEOLion" href="http://www.seolion.com/contact/" target="_blank">contact page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/google-analytics-individual-qualification/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Cookie basics</title>
		<link>http://www.seolion.com/cookie-basics/</link>
		<comments>http://www.seolion.com/cookie-basics/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 14:18:06 +0000</pubDate>
		<dc:creator>seolion</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.seolion.com/?p=26</guid>
		<description><![CDATA[A post which throws some basic knowledge on cookies, what is the use of them, how to set them and about the same origin policy.]]></description>
			<content:encoded><![CDATA[<p><strong>What is a Cookie?</strong></p>
<p>Cookies, HTTP Cookies, Web Cookies or Tracking Cookies are small pieces of data stored by a website on client system. This data is sent back to the web server which initially set the cookie for any additional hit to the web server.</p>
<p><strong>What are the uses of cookies ?</strong></p>
<p>Cookies are majorly used for user authentication and carrying the active session across different page visits by a visitor in a visit session.</p>
<p>Say user A has a login at xyz.com. There is a login page where A enters his login details and goes ahead browsing pages in XYZ.com. Now cookies can be a method by which xyz.com distinguish user A as the same person visiting different pages at xyz.com.</p>
<p>Web analytic tools use cookies to calculate unique visitors.</p>
<p><strong>How a cookie is set ?</strong></p>
<p>Cookies can be set by javaScript or any server sided script.</p>
<p><strong>JavaScript cookie example</strong></p>
<blockquote><p><strong>Setting a cookie</strong><br />
document.cookie = &#8220;COOKIE NAME&#8221;+&#8221;=&#8221;+&#8221;COOKIE VALUE&#8221;+ &#8220;;expires=&#8221;+&#8221;EXPIRY DATE&#8221;+&#8221;;domain=&#8221;+&#8221;DOMAIN&#8221;;</p>
<p>COOKIE NAME is a string as a name for cookie, Value is a piece of data, EXPIRY DATE is created by using Date.toGMTString() method of javascript. Expiry value and domain are optional.</p>
<p><strong>Reading a cookie</strong></p>
<p>Reading a cookie is not straight forward. All the cookies set for a domain are available in document.cookie variable as a string. We need to have utility functions to read a specific cookie.</p></blockquote>
<p><strong>PHP Example</strong></p>
<blockquote><p><strong>Setting cookie</strong><br />
bool setcookie  ( string $name  [, string $value  [, int $expire  [, string $path  [, string $domain  [, bool $secure  [, bool $httponly  ]]]]]] )</p>
<p><strong>Reading a cookie</strong></p>
<p>The cookie is directly readable from the $_COOKIE global variable as $_COOKIE[$name]</p></blockquote>
<p><strong>Same origin policy related to browsers and cookies</strong></p>
<p>In simple terms the explanation of same origin policy would be, if xyz.com sets cookie, only javascript code in a page at xyz.com or a server sided script at xyz.com can only read the cookie. This is a browser policy. If www.xyz.com sets the cookie, the same way only www.xyz.com page js code / server sided script can only read cookie.</p>
<p><strong>Same cookie over all subdomains</strong></p>
<p>If you would like to share the same cookie data across all subdomains of a site, say xyz.com, the domain parameter in a setCookie function should be .xyz.com (dot at the start of the base domain name. No www&#8217;s in it !!)</p>
<p><strong>References</strong></p>
<p><a title="HTTP Cookie" rel="nofollow" href="http://en.wikipedia.org/wiki/HTTP_cookie" target="_blank">HTTP Cookie on WikiPedia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/cookie-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How web beacons perform web analytics data collection</title>
		<link>http://www.seolion.com/how-web-beacons-work/</link>
		<comments>http://www.seolion.com/how-web-beacons-work/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 10:07:19 +0000</pubDate>
		<dc:creator>seolion</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.seolion.com/?p=25</guid>
		<description><![CDATA[More widely used method of web analytics data collection method is through web beacons/image plugs. This post explains how web beacons work internally collecting the web analytics data. This post will be useful for someone who want to explore how does an analytics tag work.]]></description>
			<content:encoded><![CDATA[<p><strong>How does  web beacons work?</strong> if you have asked the question any time and would like to know still, read on !</p>
<p>If you are looking forward to know how does an analytics tag work or what is a web beacon, this post might help you.<br />
A web beacon is usually a 1X1 pixel transparent image which gets embedded into a web page or an email message which acts as a way to exchange data between the client and the web analytics data collection server.</p>
<p>Lets see how web beacons really work and transfer data to the server.</p>
<p><strong>Web beacons through javascript tags</strong></p>
<p>The usual web analytics data collection method being used is by means of javascript tags. Each web page which need to be analyzed or tracked contains few lines of javascript code. Following is an example of statcounter code (which is taken out of this page itself, as I use statcounter as one of the web analytics tool. Its free!!)</p>
<pre><span class="comment">&lt;!-- Start of StatCounter Code --&gt;</span>
&lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript"</span>&gt;
&lt;!--
var sc_project=2296441;
var sc_invisible=1;
var sc_partition=21;
var sc_security="0d580486";
//--&gt;
&lt;/<span class="end-tag">script</span>&gt;

&lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript" </span><span class="attribute-name">src</span>=<span class="attribute-value">"http://www.statcounter.com/counter/counter_xhtml.js"</span>&gt;&lt;/<span class="end-tag">script</span>&gt;
&lt;<span class="start-tag">noscript</span>&gt;&lt;div class="statcounter"&gt;&lt;a class="statcounter" href="http://www.statcounter.com/"&gt;
&lt;img class="statcounter" src="http://c22.statcounter.com/counter.php?sc_project=2296441&amp;java=0&amp;security=0d580486&amp;invisible=1" alt="web tracker" /&gt;
&lt;/a&gt;&lt;/div&gt;&lt;/<span class="end-tag">noscript</span>&gt;

<span class="comment">&lt;!-- End of StatCounter Code --&gt;</span></pre>
<p>Let me explain what this code does.</p>
<p>In first 4 lines of this code, few statcounter account related variables are being initialized (such as sc_project, sc_invisible etc). The last part of the code is inclusion of an external js file from the statcounter.</p>
<p>The code from statcounter does many things. For example it finds out the referring URL to the current page you are viewing, the page&#8217;s URL, title of the page, your browser&#8217;s resolution, your IP address etc etc).</p>
<p>Now comes the web beacon. The web analytics data is collected by the script from statcounter. And at the end of this initial process of collecting information, the data need to be passed to the statcounter server. This is achieved by use of a web beacon or image plug. An image request URL is formatted appending all the variables and values which need to be passed. Javascript outputs an &lt;img&gt; tag with this URL as the src attribute. When the browser renders this image, the script at statcounter.com collects the data present in the query string and sends out the 1X1 transparent image as the response (it was a request for an image &#8211; remember that).</p>
<p><strong>Web beacons as part of a mobile specific web page</strong></p>
<p>You would have seen a &lt;noscript&gt; portion in above statcounter code, which has an &lt;img&gt; tag in it. The URL in the scr attribute of that contains the basic variables which need to be passed. The &lt;noscript&gt; tag comes handy on a browser which dont execute javascript. Tagging in a mobile specific site is similar to the noscript portion above.</p>
<p>Here only difference being that there will not be any javascript code and the data exachange happens the same way as above. For which an image is embedded using the &lt;img&gt; tag with similar output of the above javascript code as the src URL. We have limitation that we cant pass values which the javascript code might have done in the first scenario such as the browser resolution etc. But the &lt;img&gt; output can be controlled at server level, finding the necessary data to be passed such as client IP address, referring URL etc.</p>
<p>What mentioned above is a generic method for page level web analytics tagging and how data is collected using this method. This process is similar if you take any tool such as Google Analytics, Omniture SiteCatalyst etc. In case of Omniture we have provision to send custom variables to Omniture by using javascript tags or through the image requests, which can be used for finding more actionable insights..</p>
<p>Thats it in this post.. I appreciate comments which can really help me modify this overview !!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/how-web-beacons-work/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Intro into Web Analytics</title>
		<link>http://www.seolion.com/introduction-to-web-analytics/</link>
		<comments>http://www.seolion.com/introduction-to-web-analytics/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 11:34:36 +0000</pubDate>
		<dc:creator>seolion</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.seolion.com/?p=22</guid>
		<description><![CDATA[An introduction into web analytics and an insight into why you need web analytics.]]></description>
			<content:encoded><![CDATA[<p><strong>What is Web Analytics ?</strong></p>
<p>Web Analytics refers to collection and analysis of website visitor activity data, to derive at key business decisions, corrective actions etc.</p>
<p>First and foremost thing in web analytics is the user data, how it is collected etc. There are various ways the user data is collected (Mind, each view of a page like the one you are reading now is being recorded by web analytics tools. I am using tools called StatCounter and Google Analytics at the moment).</p>
<p><strong>How Website Visitor Data is being recorded ?</strong></p>
<p>There are various methods which can be used to collect the visitor activity data in a website. The oldest among them is the server logs. A webserver keeps a log of the visitor requests, pages etc, This is the raw form of web analytics data.</p>
<p>The most commonly used method of web analytics data collection method as of date is by using web beacons. A web beacon is nothing but a transparent 1X1 image pixel which gets embedded into each web page being tracked. I will explain how web beacons work in detail in another post.</p>
<p>The most sophisticated method of website visitor data capture is using packet sniffers. A packet sniffer sniffs the data packets being sent from web server to the client system and records it.</p>
<p><strong>Why you need Web Analytics ?</strong></p>
<p>Whether big or small online business taken into consideration, the common objective would be increasing the sales/revenue through the online medium. In this point, it is very much required that the business is aware whats happening in the website, how useful is the website to the users, is the number of visitors increasing and how many leave the site without completing the enquiry/sales section and why. Web Analytics can provide answers to all of these and can also give you business recommendations on the corrective actions if necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/introduction-to-web-analytics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Difference between Bounce rate and Exit rate</title>
		<link>http://www.seolion.com/bounce-rate-exit-rate-difference/</link>
		<comments>http://www.seolion.com/bounce-rate-exit-rate-difference/#comments</comments>
		<pubDate>Fri, 02 May 2008 05:15:54 +0000</pubDate>
		<dc:creator>seolion</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.seolion.com/bounce-rate-exit-rate-difference/</guid>
		<description><![CDATA[Even though both the terms bounce rate and exit rate look to mean same, they are different web analytics terms. Bounce rate : is the percentage of visitors leaving the site from the landing page. Exit rate: Exit rate of a page is the percentage of visitors leaving the site from the particular page. Now.. [...]]]></description>
			<content:encoded><![CDATA[<p>Even though both the terms bounce rate and exit rate look to mean same, they are different web analytics terms.</p>
<p><strong>Bounce rate :</strong> is the percentage of visitors leaving the site from the landing page.</p>
<p><strong>Exit rate:</strong> Exit rate of a page is the percentage of visitors leaving the site from the particular page.</p>
<p>Now.. (Still confused??). Okay.. In the case of bounce rate, the visitor enters the site through a particular page (say about.html ) and leaves the site without visting any other page in the site. On the other hand, exit rate is for those pages where people exit, but prior to visiting this page they have come from a page within the same site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/bounce-rate-exit-rate-difference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

