<?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>Nihuo Newsletter &#187; web log analysis</title>
	<atom:link href="http://blog.nihuo.com/tag/web-log-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nihuo.com</link>
	<description></description>
	<lastBuildDate>Wed, 04 May 2011 20:23:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Web Log Analysis Tutorial &#8211; Lesson 7: Tracking Email Marketing Campaigns</title>
		<link>http://blog.nihuo.com/2009/09/web-log-analysis-tutorial-lesson-7-tracking-email-marketing-campaigns/</link>
		<comments>http://blog.nihuo.com/2009/09/web-log-analysis-tutorial-lesson-7-tracking-email-marketing-campaigns/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 12:18:31 +0000</pubDate>
		<dc:creator>Michael Choi</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[email campaign tracking]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web log analysis]]></category>

		<guid isPermaLink="false">http://blog.nihuo.com/?p=53</guid>
		<description><![CDATA[Table of Contents Email Open Tracking Email Click Tracking Related learning resources Unsubscribe I. Email Open Tracking To track an &#8220;open&#8221; in an HTML email, we need embed a tiny, 1×1 pixel transparent .GIF at the bottom of the message &#8211; it&#8217;s called a &#8220;tracker image&#8221; or &#8220;web beacon.&#8221; ( you can download the ×1 [...]]]></description>
			<content:encoded><![CDATA[<h2 style="font-size:12.0pt;color:#007F00;">Table of Contents</h2>
<ol>
<li><a href="#1">Email Open Tracking</a></li>
<li><a href="#2">Email Click Tracking</a></li>
<li><a href="#3">Related learning resources</a></li>
<li><a href="#4">Unsubscribe</a></li>
</ol>
<p align="center">
<h2 style="font-size:12.0pt;color:#007F00;">I.<a id="1" name="1"></a> Email Open Tracking</h2>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="25%" valign="top"><img style="margin-right: 15px; margin-bottom: 15px;" title="Email Marketing Campaigns tracking" src="http://www.loganalyzer.net/images/nl_email.jpg" alt="" width="160" height="144" /></td>
<td width="75%" valign="top">To track an &#8220;open&#8221; in an HTML email, we need embed a tiny, 1×1 pixel         transparent .GIF at the bottom of the message &#8211; it&#8217;s called a &#8220;tracker         image&#8221; or &#8220;web beacon.&#8221; ( you can download the ×1 pixel transparent         .GIF from <a href="http://loganalyzer.net/images/c.gif">http://loganalyzer.net/images/c.gif</a> and save it to your         server) Whenever your recipient opens their email, the tracker image is         downloaded from the your servers, and this is instantly tracked as an         email Open. That&#8217;s the way things are supposed to work. There&#8217;s one         glitch here though. Nowadays, thanks mostly to massive amounts of         graphic porno spam, as many as 40% of recipients now, by default, will         *disable* image displays. Since the beacon or tracker image is just         another image, if images are disabled and the recipient actually opens         the email but doesn&#8217;t enable image viewing, then that open is not         tracked. As a sender &#8211; encourage your recipients to white list you (or         add you to their address book) &#8211; this ensures your email gets delivered       and that images will always be displayed.</td>
</tr>
</tbody>
</table>
<p>Opens for text only email can&#8217;t be tracked, because there is no way to         embed the tracking beacon image like we do in HTML emails. But we can         tell when someone clicks on a link. And you can only click on a link if         you&#8217;ve opened and read the email, right? So if a text-only email is         sent and the recipient clicks on a link, then this registers as both an  &#8220;Open&#8221; and a &#8220;Click&#8221;.</p>
<p>Here&#8217;s a simple trick to track email open:</p>
<ol>
<li>Save the 1×1 pixel transparent .GIF in your server</li>
<li>Embed the pixel at the bottom of the message and add unique parameter
<p>e.g.</p>
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000; overflow: auto;margin-left:20px ;margin-right:20px;">http://www.youdomain.com/c.gif?emailid=12345678</div>
</li>
<li>Send email and after several days, start log analysis work as below</li>
<li>Launch <a href="http://www.loganalyzer.net">Nihuo Web Log Analyzer</a></li>
<li>Create a new profile for email open tracking</li>
<li>In Hit Filter page of profile properties dialog, click And button and           select Requested file from menu</li>
<li> Input full path name of the gif file ( e.g. /c.gif ) and click ok           button</li>
<li> Click And button and select URL parameter from menu</li>
<li> Input the unique parameter ( e.g. emailid=12345678 ) and click ok           button</li>
<li> Click OK button to close profile properties dialog</li>
<li> Right click the profile and select Analyze from menu</li>
<li>Total Visits in General Statistics is count of email opens.</li>
</ol>
<h2 style="font-size:12.0pt;color:#007F00;">II.<a id="2" name="2"></a> Email Click Tracking</h2>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="75%" valign="top">One of the simplest methods for tracking clicks is to append links which                 are from the email to the landing pages like so:</p>
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">http://www.yoursite.com/purchase.asp?emailid=12345678</div>
<p>The <strong style="color:#3f3f3f;">emailid=12345678</strong> will be recorded in your server logs, which you can               then search for instances of.</p>
<p>Here&#8217;s a simple trick to track email click:</td>
<td width="25%" valign="top"><img style="margin-left: 15px; margin-bottom: 15px;" title="click tracking" src="http://www.loganalyzer.net/images/nl_mouse.jpg" alt="" width="160" height="160" /></td>
</tr>
</tbody>
</table>
<ol>
<li> Launch Nihuo Web Log Analyzer</li>
<li>Create a new profile for email click tracking</li>
<li>In visit filter, click And button and select Visitor with specified           entry page from menu</li>
<li>Input <strong style="color:#3f3f3f;">/purchase.asp?emailid=12345678</strong> and click ok button. If you want           track clicks from multi emails, please input like so:
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">/purchase.asp?emailid=*</div>
<p>or</p>
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">/*.asp*emailid=*</div>
</li>
<li>Select Tracking page</li>
<li> Click Add button</li>
<li>Input <strong style="color:#3f3f3f;">/purchase.asp</strong> and click ok button. (Please add your &#8220;order         complete&#8221; page into tracking list too.)</li>
<li>Click OK button to close profile properties dialog</li>
<li> Right click the profile and select Analyze from menu</li>
</ol>
<p>Here are a couple of key metrics you need to pay attention to:</p>
<ul>
<li>Total Visits ( Count of clicks from email )</li>
<li>Pages Per Visit</li>
<li>Average Time on Site</li>
<li>Bounce Rate</li>
</ul>
<h2 style="font-size:12.0pt;color:#007F00;">III. <a id="3" name="3"></a> Related learning resources</h2>
<ul>
<li><a href="http://analytics.blogspot.com/2009/03/tips-for-tracking-email-marketing.html">Tips for Tracking Email Marketing Campaigns by Google Analytics</a></li>
<li><a href="http://en.wikipedia.org/wiki/E-mail_tracking">E-mail tracking</a></li>
<li><a href="http://en.wikipedia.org/wiki/E-mail_open_rate">E-mail open rate</a></li>
</ul>
<div class="tweetthis" style="text-align:left;"><p> <a rel="nofollow" class="tt" href="http://twitter.com/home/?status=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+7%3A+Tracking+Email+Marketing+Campaigns+http%3A%2F%2Ftinyurl.com%2F6h392g7" title="Post to Twitter"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://blog.nihuo.com/2009/09/web-log-analysis-tutorial-lesson-7-tracking-email-marketing-campaigns/&amp;headline=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+7%3A+Tracking+Email+Marketing+Campaigns" title="Post to Yahoo Buzz"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz-micro3.png" alt="Post to Yahoo Buzz" /></a> <a rel="nofollow" class="tt" href="http://delicious.com/post?url=http://blog.nihuo.com/2009/09/web-log-analysis-tutorial-lesson-7-tracking-email-marketing-campaigns/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+7%3A+Tracking+Email+Marketing+Campaigns" title="Post to Delicious"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://blog.nihuo.com/2009/09/web-log-analysis-tutorial-lesson-7-tracking-email-marketing-campaigns/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+7%3A+Tracking+Email+Marketing+Campaigns" title="Post to Digg"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://blog.nihuo.com/2009/09/web-log-analysis-tutorial-lesson-7-tracking-email-marketing-campaigns/&amp;t=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+7%3A+Tracking+Email+Marketing+Campaigns" title="Post to Facebook"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nihuo.com/2009/09/web-log-analysis-tutorial-lesson-7-tracking-email-marketing-campaigns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Log Analysis Tutorial &#8211; Lesson 6 : Search Engines</title>
		<link>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-6-search-engines/</link>
		<comments>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-6-search-engines/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 11:48:51 +0000</pubDate>
		<dc:creator>Michael Choi</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web log analysis]]></category>

		<guid isPermaLink="false">http://blog.nihuo.com/?p=48</guid>
		<description><![CDATA[Table of Contents Introduction Landing Page What are people really looking for? Spider analysis Internal site search tracking Related resources Unsubscribe I. Introduction Search engine play more and more important role in Internet. When a potential visitors want to find something on the web, he will look to a search engine such as Google, Yahoo [...]]]></description>
			<content:encoded><![CDATA[<h2 style="font-size:12.0pt;color:#007F00;">Table of Contents</h2>
<ol>
<li><a href="#1">Introduction</a></li>
<li><a href="#2">Landing Page</a></li>
<li><a href="#3">What are people really looking for?</a></li>
<li><a href="#4">Spider analysis</a></li>
<li><a href="#5">Internal site search tracking</a></li>
<li><a href="#6">Related resources</a></li>
<li><a href="#7">Unsubscribe</a></li>
</ol>
<p align="center"><img src="http://www.loganalyzer.net/images/search_engines.jpg" alt="" width="160" height="182" /></p>
<p align="center">
<h2 style="font-size:12.0pt;color:#007F00;">I.<a id="1" name="1"></a> Introduction</h2>
<p>Search engine play more and more important role in Internet. When a         potential visitors want to find something on the web, he will look to a         search engine such as Google, Yahoo and Bing. This makes it imperative         that your site get ranked high enough for important keywords that         visitors can find it. Knowing what keywords are important means knowing       what visitors are looking for when they find your site.</p>
<p>Using Nihuo Web Log Analyzer, you can find out what engines, phrases and         keywords visitors are using to reach your site and produce reports to         help you improve your site content and search engines listings. Each         search engine will offer links to your site for certain keywords or         phrases. When a visitor types these phrases your link will be given,       along with many others.</p>
<p>To view search engines report of your web site, go to reports under         Search Engines.</p>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="28%" valign="center"><img title="landing page" src="http://www.loganalyzer.net/images/nl_landingstage.jpg" alt="" width="200" height="127" /></td>
<td width="72%" valign="top">
<h2 style="font-size:12.0pt;color:#007F00;">II.<a id="2" name="2"></a> Landing Page</h2>
<p>Landing Page is the page that appears when a potential visitor clicks on             a search-engine result link. It could be your home page, or any other             page in your site. The best use of a landing page is not what it is, but             what is can do. Your landing pages should provide a customized sales             pitch for the visitor. The best way to do this is consider where the             person has come from, and who they are. By providing a good match, your             chances of engaging the visitor goes up, as should your conversion rate.</td>
</tr>
</tbody>
</table>
<p>To view landing page report of your web site, go to reports under Search       Engines &gt; Top Searched Files.</p>
<h2 style="font-size:12.0pt;color:#007F00;">III. <a id="3" name="3"></a>What are people really looking for?</h2>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="80%" valign="top">Knowing what search phrases folks use to find your web site is one             thing. Knowing what they are really looking for is quite something else.             Visitors type keywords into search engines they think will find the page             they want. The pages of results might or might not contain what they&#8217;re             looking for. When a searcher immediately clicks the &#8220;back&#8221; button, it<br />
may suggest that the search phrases is not as relevant to your landing             page as previously supposed. You need carefully research phrases which             is with high bounce rate, try to find out what are they really looking             for, and adjust landing page or create a new page to match the search             phrase with lower bounce rate.</p>
<p>To view bounce rate of search phrases of your web site, go to reports           under Search Engines &gt; Top Search Phrases.</td>
<td width="20%" valign="top">
<div><img src="http://www.loganalyzer.net/images/nl_lookingfor.jpg" alt="" width="160" height="172" /></div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="19%" valign="top"><img title="web spider analysis" src="http://www.loganalyzer.net/images/nl_spider.jpg" alt="" width="160" height="160" /></td>
<td width="81%" valign="top">
<h2 style="font-size:12.0pt;color:#007F00;">IV. <a id="4" name="4"></a>Spider analysis</h2>
<p>One part of log analysis that has remained surprisingly lacking, both in           terms of content and accuracy, is spider analysis. Though traffic           analysis programs may look at spider activity, the information often           isn&#8217;t detailed enough or presented in a format to do you much good.           Also, spider and robot analysis is acknowledged as being a main culprit           for inaccurate log analysis measurements.</p>
<p>Therefore, the need for detailed spider analysis has begun entering the           minds of search engine marketers.</td>
</tr>
</tbody>
</table>
<p>You know that when you submit a Web page to an engine for indexing, the       engine sends a spider to your site to index the contents of the page.      &#8220;Spider analysis&#8221; is simply analyzing the search engine spider visits       to your site.</p>
<p>With powerful filter function of Nihuo Web Log Analyzer, you can learn       the following information about your site in a concise, easy-to-read       format through effective spider analysis.</p>
<ul>
<li>Has your site been spidered?</li>
<li>If so, by which engines?</li>
<li>When did the spiders visit?</li>
<li>Which directories and pages did they visit?</li>
<li>Are certain pages getting respidered more often, signaling their<br />
importance to the search engines?</li>
<li> Are certain pages not getting spidered at all?</li>
<li>Are the spiders indexing inappropriate content?</li>
<li>Are the spiders getting everything they want and need, or are they receiving error messages?</li>
<li> Was your site spidered within the specified time agreed upon in the<br />
pay inclusion programs you&#8217;re participating in?</li>
<li> Is your site getting respidered on a regular basis, as agreed upon in<br />
your participating pay inclusion programs?</li>
</ul>
<h2 style="font-size:12.0pt;color:#007F00;">V.<a id="5" name="5"></a> Internal site search tracking</h2>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="89%" valign="top">You can track phrase which visitor search in your internal site search            engine with Nihuo Web Log Analyzer.</p>
<p>Please follow below guides step by step to add your site search engine              url into search engine configuration list:</p>
<ol>
<li> Launch <a href="http://www.loganalyzer.net">Nihuo Web Log Analyzer</a></li>
<li>Click Option button on toolbar</li>
<li>Select Search Engine page</li>
<li>Click Add button</li>
<li>Input &#8220;Internal Site Search Engine&#8221; into Name field</li>
<li>Input your site search url idAssume your search url looks like this:
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">http://search.yoursite.com/search.cgi?q=keyword</div>
<p>Input &#8220;<strong style="color:#3f3f3f;">search.yoursite.com</strong>&#8221; as URL ID.</p>
<p>Input &#8220;<strong style="color:#3f3f3f;">q=</strong>&#8221; as Phrase Header.</p>
<p><img src="http://www.loganalyzer.net/images/nl_se_cfg.jpg" alt="" width="297" height="444" /></li>
<li>Please select default code page of your search url.</li>
<li>Click OK button</li>
</ol>
</td>
<td width="11%" valign="top">
<div><img src="http://www.loganalyzer.net/images/nl_sitenav.jpg" alt="" width="170" height="135" /></div>
</td>
</tr>
</tbody>
</table>
<h2 style="font-size:12.0pt;color:#007F00;">VI.<a id="52" name="6"></a> Related resources</h2>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Landing_page_optimization">Landing page optimization</a></li>
<li><a href="https://www.google.com/webmasters/tools/">Google webmaster tools</a></li>
<li><a href="https://siteexplorer.search.yahoo.com/">Yahoo site explorer</a></li>
<li><a href="http://www.bing.com/webmaster">Bing webmaster tools</a></li>
</ul>
<div class="tweetthis" style="text-align:left;"><p> <a rel="nofollow" class="tt" href="http://twitter.com/home/?status=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+6+%3A+Search+Engines+http%3A%2F%2Ftinyurl.com%2F6kxgz7p" title="Post to Twitter"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-6-search-engines/&amp;headline=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+6+%3A+Search+Engines" title="Post to Yahoo Buzz"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz-micro3.png" alt="Post to Yahoo Buzz" /></a> <a rel="nofollow" class="tt" href="http://delicious.com/post?url=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-6-search-engines/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+6+%3A+Search+Engines" title="Post to Delicious"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-6-search-engines/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+6+%3A+Search+Engines" title="Post to Digg"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-6-search-engines/&amp;t=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+6+%3A+Search+Engines" title="Post to Facebook"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-6-search-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Log Analysis Tutorial &#8211; Lesson 5 : Site and Server Diagnostics</title>
		<link>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-5-site-and-server-diagnostics/</link>
		<comments>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-5-site-and-server-diagnostics/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 00:10:37 +0000</pubDate>
		<dc:creator>Michael Choi</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web log analysis]]></category>

		<guid isPermaLink="false">http://blog.nihuo.com/?p=45</guid>
		<description><![CDATA[Table of Contents Broken Links Stolen Object Web Server Issues I. Broken Links Broken links occur when web pages are deleted or moved but the link to the old address still exists. When a user clicks on the broken link, the page cannot be found, so a 404 error page is displayed. This looks bad [...]]]></description>
			<content:encoded><![CDATA[<h2 style="font-size:12.0pt;color:#007F00;">Table of Contents</h2>
<ol>
<li><a href="#1">Broken Links</a></li>
<li><a href="#2">Stolen Object</a></li>
<li><a href="#3">Web Server Issues</a></li>
</ol>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="22%" valign="top"><img title="find broken links via log analysis" src="http://www.loganalyzer.net/images/broken-link.jpg" alt="" width="200" height="150" /></td>
<td width="78%" valign="top">
<h2 style="font-size:12.0pt;color:#007F00;">I.<a id="1" name="1"></a> Broken Links</h2>
<p>Broken links occur when web pages are deleted or moved but the link to             the old address still exists. When a user clicks on the broken link, the             page cannot be found, so a 404 error page is displayed. This looks bad             and frustrates customers, so you want to fix them as soon as possible.             To help you maintain your site, Nihuo Web Log Analyzer has the 404             Errors report that show which pages on your site failed and the referrer             that was associated with it. You can use this report to quickly find and           fix the links.</td>
</tr>
</tbody>
</table>
<p>Two entries you will often see near the top of your 404 Errors report       are /robots.txt and /favicon.ico.</p>
<p>The robots.txt file is something that well-behaved robots or spiders         check to see what parts of your site they are allowed to index. You can         find complete details on how to set up your site with robots.txt in<a href="http://www.robotstxt.org/robotstxt.html">http://www.robotstxt.org/robotstxt.html</a>.</p>
<p>Microsoft Internet Explorer 5 introduced a new technique to allow you to         customize the icon that your visitors see when they save links to your<br />
site. IE 5 and later (and now Konqueror and perhaps other browsers) look          for a file called favicon.ico on your web server when the user bookmarks         a page on your site or saves a link to it on her computer. IE looks         first at the root of your site (/favicon.ico) then in the directory<br />
where the page is located. If you create an icon in the root of your         site it will be applied to all pages. If you have one in a particular         directory, then each directory can have its own icon. You can find         complete details on how to set up your site with favicon.ico in <a href="http://en.wikipedia.org/wiki/Favicon">http://en.wikipedia.org/wiki/Favicon</a>.</p>
<p>404 Errors report is under Errors &gt; 404 Errors.</p>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="20%" valign="top"><img src="http://www.loganalyzer.net/images/hijack.jpg" alt="" width="143" height="200" /></td>
<td width="80%" valign="top">
<h2 style="font-size:12.0pt;color:#007F00;">II.<a id="2" name="2"></a> Stolen Object</h2>
<p>Graphics and other non-page files that you have on your site are             something you have put effort and time (and perhaps money) into             developing to represent your business or service. They are indicative of             your brand or service and are a valuable part of the consistent image             your present to your customers. The way the Web works, however, it is             not very hard for another site to simply include a reference to these             files from your site in their pages. The HTML can tell a visitor&#8217;s             browser to retrieve graphics or other files from anywhere else on the             Web, not just the same site the page is on. When this happens, the             visitors at the other site may have no idea that the files belong to             you. In Nihuo Web Log Analyzer the files are referred to as ‘Stolen             Object&#8217; and Nihuo Web Log Analyzer has the Stolen Object report to help           you diagnose this behavior.</td>
</tr>
</tbody>
</table>
<p>If you have setup an agreement with partner web sites to allow them to         include references to your graphics and other files in their site (for         example, linking to your logo to promote your product or linking to your         advertisements to host on their sites) Nihuo Web Log Analyzer will not<br />
recognize this and these will show up in the Stolen Object report.</p>
<p>The Domains Stolen Object report only shows you when other sites include         references to graphics or other non-page files on your site. If a         malicious user really wants to steal your files without you knowing she         can simply save the file to her computer and copy it to her web site.<br />
Saving a file produces the same request that viewing it in the first         place does (in fact web browsers just make a copy of the file they have<br />
already cached, so you never get a request for the ‘save&#8217; action if         the file was already viewed.) This behavior is effectively impossible to        detect.</p>
<p>Stolen Object report is under Resources Accessed &gt; Stolen Object.</p>
<h2 style="font-size:12.0pt;color:#007F00;">III. <a id="3" name="3"></a>Web Server Issues</h2>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="79%" valign="top">Many server issues are best diagnosed with network and process              monitoring tools. There are a number of good ones available for all              platforms, both commercial and free. However, some server diagostic              information can be gathered from your web site logs using <a href="http://www.loganalyzer.net">Nihuo Web Log            Analyzer</a>.</td>
<td width="21%" valign="top">
<div><img src="http://www.loganalyzer.net/images/web_server.jpg" alt="" width="160" height="120" /></div>
</td>
</tr>
</tbody>
</table>
<h3 style="font-size:10.0pt;font-weight:bolder;">1. Bandwidth Usage</h3>
<p>Your web site probably has a limited available bandwidth for connecting         with visitors. There may be times, say during a promotion or a product         release, when your bandwidth usage is well above normal. Most service          providers will allow you to ‘burst&#8217; well beyond your average usage to         handle times such as these. However, if your monthly usage typically         exceeds your contractual allowance, you could be paying more for         connection than you need to be. The solution to this is to either         increase your contract quota with your provider or determine where the         bandwidth is being consumed and alter the site to reduce the amount of       bandwidth required to present the information you need.</p>
<h3 style="font-size:10.0pt;font-weight:bolder;">2. Server Attack</h3>
<p>Server attacks are worm or virus attacks as well as unauthorized users         trying to gain access to protected directories. A common server attack         is a request to the &#8220;cmd.exe&#8221; file caused by the Nimda or the Code Red          virus present on a Windows machine. If the machine is on a local         network, you can find out which machine it is on and inform the network         administrator. If this file was requested from the Internet, you can do         a DNS lookup through the program or do a Whois lookup (using         www.allwhois.com or www.arin.net ) to find out who this comes from. If         you can find out where the request came from, you can inform the         originator of the virus on their server. These requests usually cause         many 404 (File Not Found) errors in your log files. If you find         successful accesses to the file cmd.exe on your Windows Server, your       server is probably infected.</p>
<p>Server Attack report is under Server Attack &gt; Server Attack.</p>
<h3 style="font-size:10.0pt;font-weight:bolder;">3. Loading Time</h3>
<p>Everyone knows how annoying it can be having to deal with websites that         take forever to load. There are recent researches, in fact, confirming         that 75% of the Internet users do not return to sites that take longer       than four seconds to load.</p>
<p>In order to minimize loading time for fast user experiences, you need         find out which page waste most time of your server.</p>
<p>If your web server is IIS, please ensure export <strong style="color:#3f3f3f;">time-taken</strong> field in your<br />
log files.</p>
<p>If your web server is apache, Here&#8217;s a simple trick to track time taken         data:</p>
<ol>
<li>Please add &#8220;%T&#8221; ( time-taken ) into your log format string.e.g.
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">LogFormat &#8220;%h %l %u %t \&#8221;%r\&#8221; %&gt;s %b \&#8221;%{Referer}i\&#8221; \&#8221;%{User-agent}i\&#8221; %T&#8221; timetakenlog</p>
<p>CustomLog log/access_log timetakenlog</p></div>
</li>
<li>Launch Nihuo Web Log Analyzer</li>
<li>Right click the project and select Edit from menu</li>
<li>Select Format page</li>
<li>Select Apache/NCSA custom log as Log file format</li>
<li>Click Custom button<img src="http://www.loganalyzer.net/images/customlog.jpg" alt="" width="440" height="314" /></li>
<li>Input %h %l %u %t \&#8221;%r\&#8221; %&gt;s %b \&#8221;%{Referer}i\&#8221; \&#8221;%{User-agent}i\&#8221; %T<br />
<img src="http://www.loganalyzer.net/images/customlog-param.jpg" alt="" /></li>
<li>Click OK button</li>
<li>Analyze</li>
</ol>
<p>Loading time report is under Resources Accessed &gt; Time Taken.</p>
<div class="tweetthis" style="text-align:left;"><p> <a rel="nofollow" class="tt" href="http://twitter.com/home/?status=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+5+%3A+Site+and+Server+Diagnostics+http%3A%2F%2Ftinyurl.com%2F4texo2j" title="Post to Twitter"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-5-site-and-server-diagnostics/&amp;headline=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+5+%3A+Site+and+Server+Diagnostics" title="Post to Yahoo Buzz"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz-micro3.png" alt="Post to Yahoo Buzz" /></a> <a rel="nofollow" class="tt" href="http://delicious.com/post?url=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-5-site-and-server-diagnostics/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+5+%3A+Site+and+Server+Diagnostics" title="Post to Delicious"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-5-site-and-server-diagnostics/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+5+%3A+Site+and+Server+Diagnostics" title="Post to Digg"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-5-site-and-server-diagnostics/&amp;t=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+5+%3A+Site+and+Server+Diagnostics" title="Post to Facebook"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-5-site-and-server-diagnostics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Log Analysis Tutorial – Lesson 4 : Understand Your Visitors</title>
		<link>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-4-understand-your-visitors/</link>
		<comments>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-4-understand-your-visitors/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 08:26:20 +0000</pubDate>
		<dc:creator>Michael Choi</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web log analysis]]></category>

		<guid isPermaLink="false">http://blog.nihuo.com/?p=36</guid>
		<description><![CDATA[Table of Contents Introduction How to exclude invalid activities? Which data should you focus on? Unsubscribe I. Introduction The internet is a fast-paced environment. People can come to your website at any hour from a wide range of locations, each of them with different intentions or needs. Unlike physical retail stores, you can&#8217;t see who [...]]]></description>
			<content:encoded><![CDATA[<h2 style="font-size:12.0pt;color:#007F00;">Table of Contents</h2>
<ol>
<li><a href="#1">Introduction</a></li>
<li><a href="#2">How to exclude invalid activities?</a></li>
<li><a href="#3">Which data should you focus on?</a></li>
<li><a href="#4">Unsubscribe</a></li>
</ol>
<p align="center"><img title="understand website visitor" src="http://www.loganalyzer.net/images/understand.gif" alt="" width="200" height="245" /></p>
<p align="center">
<h2 style="font-size:12.0pt;color:#007F00;">I.<a id="1" name="1"></a> Introduction</h2>
<p>The internet is a fast-paced environment. People can come to your         website at any hour from a wide range of locations, each of them with         different intentions or needs. Unlike physical retail stores, you can&#8217;t         see who is coming in and browsing around. You don&#8217;t know much about the<br />
people reading you.</p>
<p>You already get a glimpse of visitors everyday when they interact with         your website. Some may register for an account, leave a comment or send<br />
you an email. But many are ‘invisible&#8217;. They get to your site, see       what you put out, click on a outbound link and disappear.</p>
<p>What you currently know about these individuals comes from a combination         of visible user actions (e.g comments/emails) and statistics (e.g visit         frequency/visit length). Is this knowledge sufficient for most         businesses? Yes. But I think it would be tremendously helpful to learn       even more about your visitors.</p>
<p>It is helpful to analyze and construct a general profile of your         visitors, however shifting it may be, because it provides you with         information that will allow you to better improve your content scope,       site usability, conversation rate or marketing campaign.</p>
<h2 style="font-size:12.0pt;color:#007F00;">II.<a id="2" name="2"></a> How to exclude invalid activities?</h2>
<p>Before analyzing visitor behavior, activities caused by spiders, bots       and stolen object need be excluded to avoid noise.</p>
<p>To exclude invalid activities:</p>
<ol>
<li>1Right click profile and select Edit from menu</li>
<li>Select Hit Filter page</li>
<li>Click Template button and select Exclude all invalid activity</li>
<li>Click OK button</li>
<li>Clearing database is required ( Right click profile and select Clear database from menu)</li>
<li> Re-analyze ( Right click profile and select Analyze from menu)</li>
</ol>
<h2 style="font-size:12.0pt;color:#007F00;">III. <a id="3" name="3"></a>Which data should you focus on?</h2>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="74%" height="270" valign="top"><a href="http://www.loganalyzer.net">Nihuo Web Log Analyzer</a> provide a lot of information on how visitors are             using your website, where they come from and what they are looking at.             There are obviously a lot of different metrics to look at but I&#8217;m             listing what I think is more relevant to understanding visitors in           general:</p>
<h3 style="font-size:10.0pt;font-weight:bolder;">1. Bounce Rate</h3>
<p>Understanding bounce rate is an important aspect of analyzing your             overall statistics, especially when it comes to determining the             effectiveness of an individual page. The bounce rate measures the number             of visitors to a website that leave before a specified amount of time             has elapsed (this time period varies among analytics tools, but             typically it is 30 minutes). This means that if a user accesses your             site and leaves it within 30 minutes or leaves their browser idle for</p>
<p>that time, they will be registered as a bounce. The bounce rate for an             individual page of a website is etermined by the number of users that             access a page and leave the site without clicking to another page within           the specified time period.</td>
<td width="26%">
<div><img title="bounce rate" src="http://www.loganalyzer.net/images/mengnalisha.gif" alt="" width="180" height="241" /></div>
</td>
</tr>
</tbody>
</table>
<p>It is really hard to get a bounce rate under 20%, anything over 35% is         cause for concern. Generally a bounce rate less than 50% is considered<br />
ok. This is based on our experience, but hopefully it gives you a feel       for what you are shooting for.</p>
<p>One thing to keep in mind is that your expectation for meeting the         standard on any given page of your site should also be measured against<br />
the entrance sources for that page. Depending upon how a user is         referred to your site, his or her understanding of the relevance of your<br />
site&#8217;s content to their query will vary quite a bit.</p>
<p>To view the bounce rates for your website and the bound rate of each         page on your site, go to the Bounce Rate report under Resources Accessed        &gt; Bounce Pages &gt; Top Bounce Pages.</p>
<p>Below are other reports which are include bounce rate information.</p>
<ul>
<li>Bounce rate by visitor location -Visitor &amp; Demographics &gt; By Countries &gt; Most Active CountriesVisitor &amp; Demographics &gt; By US States &gt; Most Active US StatesVisitor &amp; Demographics &gt; By Cities &gt; Most Active Cities</li>
<li>Bounce rate by visitor ip classVisitor &amp; Demographics &gt; Top Class A IP &gt; Top Class A IPVisitor &amp; Demographics &gt; Top Class B IP &gt; Top Class B IPVisitor &amp; Demographics &gt; Top Class C IP &gt; Top Class C IP</li>
<li>Bounce rate by visitor referrerReferrers &gt; Top Referring Sites &gt; Top Referring SitesReferrers &gt; Top Referring URLs &gt; Top Referring URLs</li>
<li>Bounce rate by search engineSearch Engines &gt; Top Search Engines &gt; Top Search EnginesSearch Engines &gt; Top Search Phrases &gt; Top Search Phrases</li>
</ul>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="42%" valign="top"><img title="visitor location" src="http://www.loganalyzer.net/images/visitorlocation.jpg" alt="" width="300" height="136" /></td>
<td width="58%" valign="top">
<h3 style="font-size:10.0pt;font-weight:bolder;">2. Visitor Location</h3>
<p>This allows you to make cultural and linguistic assumptions of your             visitors. If you know you receive the most visitors from a few specific             countries, you might want to create landing pages/offers or content with             a geographic focus. If you geo-target your site, it makes your business             look like it is there to serve the specific location of your visitor.</td>
</tr>
</tbody>
</table>
<p>To view visitor location of your website, go to reports under Resources Accessed        &gt; Visitor &amp; Demographics.</p>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="72%" valign="top">
<h3 style="font-size:10.0pt;font-weight:bolder;">3. Search Phrase</h3>
<p>This includes both search engines and on-site search boxes. The clearest             indicator of visitor interest, search terms tell you what they want to             get from your site and it reveals information gaps you can fill up. This<br />
is where data collection gets specific. If you consistently get a lot of             queries for a specific phrase, you can safely assume that there will be             visitor interest in content or offers related to it.</p>
<p>To view search phrases of your website, go to Top Search Phrases reports           under Search Engines &gt; Top Search Phrases &gt; Top Search Phrases.</td>
<td width="28%" valign="top">
<div><img title="search phrase" src="http://www.loganalyzer.net/images/Search-Engine-Marketing.png" alt="" width="200" height="204" /></div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="36%" valign="top"><img title="traffic source of your site" src="http://www.loganalyzer.net/images/traffic.jpg" alt="" width="256" height="148" /></td>
<td width="64%" valign="top">
<h3 style="font-size:10.0pt;font-weight:bolder;">4. Traffic Source</h3>
<p>This includes search engines, referrer sites, type-in/bookmark traffic             and ad campaigns. Pay attention to referrer sites: it reveals what             visitors are reading or using. Traffic sources also tell you where to             improve for greater visibility. It is not just about the amount of             traffic but the quality of the traffic.</td>
</tr>
</tbody>
</table>
<p>Let&#8217;s look at the ways you can determine the quality of traffic using               your website analytics. Here are a couple of key metrics you need to pay<br />
attention to:</p>
<ul>
<li>Visits</li>
<li>Pages Per Visit</li>
<li>Average Time on Site</li>
<li>Bounce Rate</li>
</ul>
<p>To view traffic sources of your website, go to reports under Referrers and Search Engines.</p>
<h3 style="font-size:10.0pt;font-weight:bolder;">5. Visitor Path</h3>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="72%">Visitor Path is a process of determining a sequence of pages visited in a visitor session prior to some desired event, such as the visitor purchasing an item or requesting a newsletter. The precise order of pages visited may or may not be important and may or may not be specified. In practice, this analysis is done in aggregate, ranking the paths (sequences of pages) visited prior to the desired event, by descending frequency of use. The idea is to determine what features of the website encourage the desired result. &#8220;Fallout analysis,&#8221; a subset of path analysis, looks at &#8220;black holes&#8221; on the site, or paths that lead to a dead end most frequently, paths or features that confuse or lose potential customers.</p>
<p>To view visitor path of your website, go to reports under Resources Accessed &gt; Paths Through.</td>
<td width="28%">
<div><img title="visitor path" src="http://www.loganalyzer.net/images/visitpath.jpg" alt="" width="200" height="200" /></div>
</td>
</tr>
</tbody>
</table>
<p>While this isn&#8217;t an exhaustive list, you will find other ways to get more visitor data. When combined with other visitor statistics, it&#8217;s easy to understand your visitors, allowing you to better accommodate their needs or interest.</p>
<div class="tweetthis" style="text-align:left;"><p> <a rel="nofollow" class="tt" href="http://twitter.com/home/?status=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+4+%3A+Understand+Your+Visitors+http%3A%2F%2Ftinyurl.com%2F6bh3qfe" title="Post to Twitter"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-4-understand-your-visitors/&amp;headline=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+4+%3A+Understand+Your+Visitors" title="Post to Yahoo Buzz"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz-micro3.png" alt="Post to Yahoo Buzz" /></a> <a rel="nofollow" class="tt" href="http://delicious.com/post?url=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-4-understand-your-visitors/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+4+%3A+Understand+Your+Visitors" title="Post to Delicious"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-4-understand-your-visitors/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+4+%3A+Understand+Your+Visitors" title="Post to Digg"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-4-understand-your-visitors/&amp;t=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+4+%3A+Understand+Your+Visitors" title="Post to Facebook"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-%e2%80%93-lesson-4-understand-your-visitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Log Analysis Tutorial &#8211; Lesson 3 : Mining Gold with Filters</title>
		<link>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesson-3-mining-gold-with-filters/</link>
		<comments>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesson-3-mining-gold-with-filters/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 04:54:23 +0000</pubDate>
		<dc:creator>Michael Choi</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web log analysis]]></category>

		<guid isPermaLink="false">http://blog.nihuo.com/?p=23</guid>
		<description><![CDATA[Table of Contents Introduction Why should I filter data? Hit Filter &#38; Visit Filter Wildcards How to exclude spiders and bots data? How do I exclude my internal traffic from reports? I. Introduction Filters hold the key to unlocking the power of Nihuo Web Log Analyzer. Understanding how filters work will help you to get [...]]]></description>
			<content:encoded><![CDATA[<h2 style="font-size:12.0pt;color:#007F00;">Table of Contents</h2>
<table border="0" cellspacing="5" cellpadding="4" width="90%">
<tbody>
<tr>
<td width="59%" height="248">
<ol>
<li><a href="#31">Introduction</a></li>
<li><a href="#32">Why should I filter data?</a></li>
<li><a href="#33">Hit Filter  &amp; Visit Filter</a></li>
<li><a href="#34">Wildcards</a></li>
<li><a href="#35">How to exclude spiders and bots data?</a></li>
<li><a href="#36">How do I exclude my internal traffic from reports?</a></li>
</ol>
</td>
<td width="41%">
<div><img title="log analysis filters" src="http://www.loganalyzer.net/images/Paper_Filters.jpg" alt="" width="240" height="240" /></div>
</td>
</tr>
</tbody>
</table>
<h2 style="font-size:12.0pt;color:#007F00;">I.<a id="31" name="31"></a> Introduction</h2>
<p>Filters hold the key to unlocking the power of <a href="http://www.loganalyzer.net">Nihuo Web Log Analyzer</a>.         Understanding how filters work will help you to get the most out of your<br />
reports. Filters allow you to limit the scope of Nihuo Web Log         Analyzer&#8217;s analysis to specific parts of your site, providing only the         most important information in reports to make reports more readable or       relevant.</p>
<h2 style="font-size:12.0pt;color:#007F00;">II.<a id="32" name="32"></a> Why should I filter data?</h2>
<p>Filtering or excluding certain data from your reports is important to         ensure your data reports are accurate. If you want to measure performance<br />
of your promotion plan and you do not set up any filters, all those         visits from your web team are going to have a negative effect on the         reported data. Generally it is a good idea to filter as many known         people and domains as possible to ensure the reported data is as       accurate as possible.</p>
<p>You can create extra profiles of the same website and filter specific         traffic to only appear in all reports of that profile.</p>
<h2 style="font-size:12.0pt;color:#007F00;">III. <a id="33" name="33"></a> Hit Filter &amp; Visit Filter</h2>
<p>Nihuo Web Log Analyzer provides two filter types: Hit Filter and Visit       Filter.</p>
<p>Hit filters include or exclude raw data generated by individual actions         on a web site.</p>
<p>Visit filters include or exclude all the data in a visitor session.</p>
<p>Multiple filters can be combined in a profile with boolean operator (         AND, OR , NOT ).</p>
<p><img title="filters boolean operation" src="http://www.loganalyzer.net/images/filters.jpg" alt="" width="398" height="324" /></p>
<p>Here’s the correct list for all the currently available filters and how         Nihuo categorizes them.</p>
<h3 style="font-size:10.0pt;font-weight:bolder;">1. Hit Filter</h3>
<ul>
<li>Advertising</li>
<li>Agent</li>
<li>Authenticate User</li>
<li>Browser</li>
<li>Client Host Country</li>
<li>Client Host Domain</li>
<li>Client Host IP</li>
<li>Cookie</li>
<li>Day Of Week</li>
<li>File Type</li>
<li>HTTP Method</li>
<li>OS</li>
<li>Referrer</li>
<li>Requested File</li>
<li>Return Code</li>
<li>Spider</li>
<li>Stolen Object</li>
<li>Time</li>
<li>URL Parameter</li>
<li>Virtual Domain</li>
</ul>
<h3 style="font-size:10.0pt;font-weight:bolder;">2. Visit Filter</h3>
<ul>
<li>Visitor with specified entry page</li>
<li>Visitors with specified exit page</li>
<li>Visitors who came from specify referrer</li>
<li>Visitors who accessed specified file</li>
<li>Visitors who accessed specified file type</li>
<li>Visit Depth</li>
<li>Visitors who came from specify search phrase</li>
</ul>
<p>For step-by-step instructions on creating filters, please refer to <a href="http://loganalyzer.net/tutorial.html#filter">http://loganalyzer.net/tutorial.html#filter</a>.</p>
<h2 style="font-size:12.0pt;color:#007F00;">IV. <a id="34" name="34"></a> Wildcards</h2>
<p>Nihuo Web Log Analyzer support using wildcards in hit parameters.</p>
<p>Here are the wildcards supported by Nihuo Web Log Analyzer:</p>
<table border="0" cellspacing="5" cellpadding="4" width="90%">
<tbody>
<tr>
<td width="32%" height="27">
<div><strong style="color:#3f3f3f;">Wildcard </strong></div>
</td>
<td width="68%">
<div><strong style="color:#3f3f3f;">Matches</strong></div>
</td>
</tr>
<tr>
<td>
<div>?</div>
</td>
<td>any character (only one)</td>
</tr>
<tr>
<td>
<div>*</div>
</td>
<td>zero or more characters (any characters)</td>
</tr>
</tbody>
</table>
<h3 style="font-size:10.0pt;font-weight:bolder;">1. An example using *</h3>
<p>Let&#8217;s say you want exclude all files and subdirectory below /admin/ from reports.</p>
<p>Just create exclude Requested File hit filer and input below parameter:</p>
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">/admin/*</div>
<h3 style="font-size:10.0pt;font-weight:bolder;">2. An example using ?</h3>
<p>Let&#8217;s say you have several files on your website:</p>
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">file1.htm</p>
<p>file2.htm</p>
<p>file3.htm</p>
<p>file35.htm</p></div>
<p>Let&#8217;s say we use this wildcard file name:</p>
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">file?.htm</div>
<p>The ? matches a single character. The wildcard file name above means</p>
<p>&#8220;match any filename which starts with file, is followed by a single character, and then the .htm extension follows&#8221;. This wildcard will select:</p>
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #00FF00;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">file1.htm</p>
<p>file2.htm</p>
<p>file3.htm</p></div>
<p>&#8230; but it will NOT select:</p>
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #FF0000;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">file35.htm</div>
<p>because it has two characters, instead of one, between file and .htm.</p>
<p>But if you specify the wildcard:</p>
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">file??.htm</div>
<p>then only</p>
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #00FF00;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">file35.htm</div>
<p>will be selected, because the wildcard file name specifies that there must be 2 characters between file and .htm</p>
<p>For more detail information about wildcards, please refer to <a href="http://www.loganalyzer.net/log-analysis-tutorial/how-to-use-wildcards.html">http://www.loganalyzer.net/log-analysis-tutorial/how-to-use-wildcards.html </a></p>
<h2 style="font-size:12.0pt;color:#007F00;">V.<a id="35" name="35"></a>How to exclude spiders and bots data?</h2>
<p>If you want to exclude spiders and bots traffic from appearing in your reports, you can use spider hit filter to filter out visits from spiders and bots.</p>
<p>To exclude spiders and bots:</p>
<ol>
<li>Right click profile and select Edit from menu<img title="edit log analysis profile" src="http://www.loganalyzer.net/images/profilemenu.jpg" alt="" width="366" height="200" /></li>
<li>Select Hit Filter page</li>
<li>Click Template button and select Exclude all spiders from menu<img title="hit filter" src="http://www.loganalyzer.net/images/hitfiltertemplatemenu.jpg" alt="" width="401" height="451" /></li>
<li>Click OK button</li>
<li>Clearing database is required ( Right click profile and select Clear database from menu)</li>
<li> Re-analyze ( Right click profile and select Analyze from menu)</li>
</ol>
<p>You may also use agent filter to filter out visits from particular spiders and bots which aren&#8217;t recognized by Nihuo Web Log Analyzer.</p>
<p>For example: exclude agent string &#8220;Microsoft Data Access Internet Publishing Provider DAV 1.1&#8243;</p>
<ol>
<li>Right click profile and select Edit from menu</li>
<li>Select Hit Filter page</li>
<li>Click And button and select Agent from menu</li>
<li>Input &#8220;Microsoft Data Access Internet Publishing Provider DAV 1.1&#8243; ( include double quotes ).</li>
<li> Click OK button</li>
<li>Right click the filter node and select Not from context menu<img title="exclude by user agent" src="http://www.loganalyzer.net/images/hitfiltermenunot.jpg" alt="" width="464" height="313" /></li>
<li>Click OK button</li>
<li>Clearing database</li>
<li>Re-analyze</li>
</ol>
<h2 style="font-size:12.0pt;color:#007F00;">VI.<a id="36" name="36"></a>How do I exclude my internal traffic from reports?</h2>
<p>If you want to exclude internal traffic from appearing in your reports, you can filter out a specific IP address or a range of IP addresses. You can also use cookies to filter out visits from particular users. We&#8217;ll explain how below.</p>
<p>To exclude by IP address:</p>
<ol>
<li>Right click profile and select Edit from menu</li>
<li>Select Hit Filter page</li>
<li>Click And button and select Client Host IP from menu</li>
<li>Enter correct IP range value and click OK button<img title="exclude internal traffic by visitor ip" src="http://www.loganalyzer.net/images/visitorip.jpg" alt="" width="391" height="268" /></li>
<li>Right click the filter node and select Not from context menu</li>
<li>Click OK button</li>
<li>Clearing database</li>
<li>Re-analyze</li>
</ol>
<p>To exclude traffic by Cookie Content:</p>
<p>To exclude traffic from dynamic IP addresses, you can use a JavaScript function to set a cookie on your internal computers. You&#8217;ll then be able to filter all visitors with this cookies from appearing on your Analytics reports. How to exclude traffic by cookie:</p>
<ol>
<li>Create a new page on your domain, containing the following code:
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">&lt; script &gt; <span class="STYLE2">function</span> SetCookie(cookieName, cookieValue, nDays)  {</p>
<p><span class="STYLE2">var</span> today  =  <span class="STYLE2">new</span> <span class="STYLE3">Date</span>();</p>
<p><span class="STYLE2">var</span> expire  =  <span class="STYLE2">new</span> <span class="STYLE3">Date</span>();</p>
<p>if (nDays == <span class="STYLE2">null</span> ||  nDays == 0)<br />
nDays = 1;</p>
<p>expire.setTime(today.getTime()  +  3600000 * 24 * nDays);</p>
<p><span class="STYLE3">document</span>.cookie  =  cookieName + <span class="STYLE4">&#8220;=&#8221;</span> + escape(cookieValue) +<br />
<span class="STYLE4">&#8220;; expires=&#8221;</span> + expire.toGMTString();</p>
<p>}</p>
<p>&lt;/script&gt;</p></div>
<p>(Please note you must ensure cookie field had been exported in log files.)</li>
<li> In order to set the cookie, visit your newly created page from all computers that you would like to exclude from your reports.</li>
<li> Launch Nihuo Web Log Analyzer and right click profile and select Edit from menu</li>
<li> Select Hit Filter page</li>
<li>Click And button and select Cookie from menu</li>
<li>Enter &#8220;test_value&#8221; and click OK button</li>
<li>Right click the filter node and select Not from context menu</li>
<li>Click OK button</li>
<li>Clearing database</li>
<li>Re-analyze</li>
</ol>
<div class="tweetthis" style="text-align:left;"><p> <a rel="nofollow" class="tt" href="http://twitter.com/home/?status=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+3+%3A+Mining+Gold+with+Filters+http%3A%2F%2Ftinyurl.com%2F4ngtsox" title="Post to Twitter"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesson-3-mining-gold-with-filters/&amp;headline=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+3+%3A+Mining+Gold+with+Filters" title="Post to Yahoo Buzz"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz-micro3.png" alt="Post to Yahoo Buzz" /></a> <a rel="nofollow" class="tt" href="http://delicious.com/post?url=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesson-3-mining-gold-with-filters/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+3+%3A+Mining+Gold+with+Filters" title="Post to Delicious"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesson-3-mining-gold-with-filters/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+3+%3A+Mining+Gold+with+Filters" title="Post to Digg"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesson-3-mining-gold-with-filters/&amp;t=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+3+%3A+Mining+Gold+with+Filters" title="Post to Facebook"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesson-3-mining-gold-with-filters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Log Analysis Tutorial &#8211; Lesson 2: Basic concept of web log analysis</title>
		<link>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesson-2-basic-concept-of-web-log-analysis/</link>
		<comments>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesson-2-basic-concept-of-web-log-analysis/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 18:33:41 +0000</pubDate>
		<dc:creator>Michael Choi</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web log analysis]]></category>

		<guid isPermaLink="false">http://blog.nihuo.com/?p=18</guid>
		<description><![CDATA[Table of Contents Hits and Visits Page views Bandwidth Web Spider Stolen object Unique Visitors Session Referrer Bounce rate I. Hits and Visits A log entry will generate a &#8220;Hit&#8221; on the web server. This can include pages, images, animations, audio, video, downloads, PDF or Word documents or anything else that you allow visitors to [...]]]></description>
			<content:encoded><![CDATA[<h2 style="font-size:12.0pt;color:#007F00;">Table of Contents</h2>
<ol>
<li><a href="#21">Hits and Visits</a></li>
<li><a href="#22">Page views</a></li>
<li><a href="#23">Bandwidth</a></li>
<li><a href="#24">Web Spider</a></li>
<li><a href="#25">Stolen object</a></li>
<li><a href="#26">Unique Visitors</a></li>
<li><a href="#27">Session</a></li>
<li><a href="#28">Referrer</a></li>
<li><a href="#29">Bounce rate</a></li>
</ol>
<p align="center"><img title="web log analysis stat image" src="http://loganalyzer.net/sample/Visits.png" alt="" width="600" height="300" align="middle" /></p>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="21%" valign="top"><img style="margin-right: 15px; margin-bottom: 15px;" title="hits and visit" src="http://www.loganalyzer.net/images/nl-hit.jpg" alt="" width="128" height="160" /></td>
<td style="font-size:10.0pt;font-family:Verdana,sans-serif;mso-fareast-font-family:Times New Roman;" width="79%" valign="top">
<h2 style="font-size:12.0pt;color:#007F00;">I.<a id="21" name="21"></a> Hits and Visits</h2>
<p>A log entry will generate a &#8220;Hit&#8221; on the web server. This can include             pages, images, animations, audio, video, downloads, PDF or Word             documents or anything else that you allow visitors to access. When a web             browser loads a page, it also loads all the components referenced by             that page. For example, if a web page contains 5 images, a visit on that             page will generate 6 &#8220;Hits&#8221; on the web server, one hit for the web page,             5 hits for the images.</p>
<p>A unique visitor is determined by the IP address or cookie. By default,               a visit session is terminated when a user falls on inactive state for               more than 30 minutes. So a unique visitor may visit your web site twice           and get reported as two visits.</td>
</tr>
</tbody>
</table>
<p>If the visitor left the web site and came back 30 minutes later, <a title="web log analyzer" href="http://www.loganalyzer.net">Nihuo         Web Log Analyzer</a> will report 2 visits. If the visitor came back within       30 minutes, Nihuo Web Log Analyzer will still report 1 visit.</p>
<h2 style="font-size:12.0pt;color:#007F00;">II.<a id="22" name="22"></a> Page views</h2>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td style="font-size:10.0pt;font-family:Verdana,sans-serif;mso-fareast-font-family:Times New Roman;" width="72%" valign="top">Page is any file or content delivered by a web server that would             generally be considered a web document. This includes HTML pages (.html,             .htm, .shtml), script-generated pages (.cgi, .asp, .cfm, etc.). Image<br />
files (.jpeg, .gif, .png), javascript (.js) and style sheets (.css) are             generally not considered to be pages.</p>
<p>A page view (PV) or page impression is a request to load a single page               of an Internet site. On the World Wide Web a page request would result               from a web surfer clicking on a link on another HTML page pointing to<br />
the page in question. This should be contrasted with a hit, which refers               to a request for a file from a web server. There may therefore be many           hits per page view since a page can be made up of multiple files.</td>
<td width="28%" valign="top"><img style="margin-right: 25px; margin-left: 15px; margin-bottom: 15px;" title="pageview" src="http://www.loganalyzer.net/images/nl_page.jpg" alt="" width="160" height="100" /></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="25%" valign="top"><img style="margin-right: 15px; margin-bottom: 15px;" title="bandwidth" src="http://www.loganalyzer.net/images/nl_bandwidth.jpg" alt="" width="160" height="110" /></td>
<td style="font-size:10.0pt;font-family:Verdana,sans-serif;mso-fareast-font-family:Times New Roman;" width="75%" valign="top">
<h2 style="font-size:12.0pt;color:#007F00;">III. <a id="23" name="23"></a>Bandwidth</h2>
<p>Measure (in kilobytes of data transferred) of the traffic on a site. If         you are billed for bandwidth usage on a monthly basis you can see an         estimate of the amount of bandwidth your web site used in the General  Statistics report.</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td style="font-size:10.0pt;font-family:Verdana,sans-serif;mso-fareast-font-family:Times New Roman;" width="75%" height="183" valign="top">
<h2 style="font-size:12.0pt;color:#007F00;">IV. <a id="24" name="24"></a>Web Spider</h2>
<p>Web spider is a program used by search engines, also known as a crawler               or robot, searches the internet scanning web pages to include in the               search engines index. All activities caused by web spiders will also be            recorded into web log files.</td>
<td width="25%" valign="top"><span style="font-size:12.0pt;color:#007F00;"><img style="margin-right: 15px; margin-bottom: 15px; margin-top: 15px;" title="web crawler" src="http://www.loganalyzer.net/images/nl_spider.jpg" alt="" width="160" height="160" /></span></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="23%" valign="top"><img style="margin-right: 15px; margin-bottom: 15px; margin-top: 15px;" title="stolen object" src="http://www.loganalyzer.net/images/hijack.jpg" alt="" width="143" height="200" /></td>
<td style="font-size:10.0pt;font-family:Verdana,sans-serif;mso-fareast-font-family:Times New Roman;" width="77%" valign="top">
<h2 style="font-size:12.0pt;color:#007F00;">V.<a id="25" name="25"></a> Stolen object</h2>
<p>Stolen object report reveals cases in which your images and other           non-page objects have been embedded in, or directly linked to by, pages           on other web sites. This does NOT mean that the files have been stolen in           any legal sense. It does, however, mean that your content is being           displayed, heard or shown outside the context of your own web pages.</p>
<p>For example, if an outside site places this code in a popular web page:</p>
<blockquote><p>&lt;img src=&#8221;http://www.yoursite.com/yourpicture.jpg&#8221;&gt;</p></blockquote>
<p>Then your image will be displayed thousands of times, possibly without             any attribution or permission on your part. This report is extremely           valuable in identifying such situations.</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td style="font-size:10.0pt;font-family:Verdana,sans-serif;mso-fareast-font-family:Times New Roman;" width="83%" height="118" valign="top">
<h2 style="font-size:12.0pt;color:#007F00;">VI.<a id="26" name="26"></a> Unique Visitors</h2>
<p>The number of individuals who visit a web site during a specific time.           The same person visiting twice is only counted once.</td>
<td width="17%" valign="top"><span style="font-size:12.0pt;color:#007F00;"><img style="margin-top: 15px; margin-right: 15px; margin-bottom: 15px;" title="unique visitor" src="http://www.loganalyzer.net/images/nl_unique.jpg" alt="" width="96" height="95" /></span></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="29%" valign="top"><img style="margin-right: 15px; margin-bottom: 15px; margin-top: 15px;" title="session" src="http://www.loganalyzer.net/images/nl_xiangzhu.jpg" alt="" width="189" height="120" /></td>
<td style="font-size:10.0pt;font-family:Verdana,sans-serif;mso-fareast-font-family:Times New Roman;" width="71%" valign="top">
<h2 style="font-size:12.0pt;color:#007F00;">VII.<a id="27" name="27"></a> Session</h2>
<p>A period of interaction between a visitor&#8217;s browser and a particular           web site, ending when the browser is closed or shut down, or when the           user has been inactive on that site for a specified period of time.</p>
<p>For the purpose of Nihuo Web Log Analyzer reports, a session is             considered to have ended if the user has been inactive on the site for           30 minutes. You can update this setting in Option dialog.</td>
</tr>
</tbody>
</table>
<h2 style="font-size:12.0pt;color:#007F00;">VIII.<a id="28" name="28"></a> Referrer</h2>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td style="font-size:10.0pt;font-family:Verdana,sans-serif;mso-fareast-font-family:Times New Roman;" width="73%" valign="top">An http referrer or referrer is anything online that drives visits and<br />
visitors to your Web site.<br />
This can include:</p>
<ul>
<li>search engines</li>
<li> blogs</li>
<li> link lists</li>
<li> banner ads</li>
<li> email</li>
<li> affiliate links</li>
<li> links built into software</li>
</ul>
</td>
<td width="27%" valign="top"><img style="margin: 15px;" title="referrer" src="http://www.loganalyzer.net/images/nl_ref.jpg" alt="" width="160" height="120" /></td>
</tr>
</tbody>
</table>
<p>Technically, even offline sources like print ads or references in books       or magazines are referrers, but these aren&#8217;t specifically captured in<br />
the server referrer log. When a Web developer uses the term &#8220;referrer&#8221;       she means those sites or services that are referenced in the Web server<br />
logs.</p>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="20%" valign="top"><span style="font-size:12.0pt;color:#007F00;"><img style="margin-top: 15px; margin-right: 15px; margin-bottom: 15px;" title="bounce rate" src="http://www.loganalyzer.net/images/nl_bounce.jpg" alt="" width="120" height="105" /></span></td>
<td style="font-size:10.0pt;font-family:Verdana,sans-serif;mso-fareast-font-family:Times New Roman;" width="80%" valign="top">
<h2 style="font-size:12.0pt;color:#007F00;">IX.<a id="29" name="29"></a> Bounce rate</h2>
<p>It essentially represents the percentage of initial visitors to a site             who &#8220;bounce&#8221; away to a different site, rather than continue on to other             pages within the same site.</p>
<p>The formula used to calculate bounce rate is:</td>
</tr>
</tbody>
</table>
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">Bounce Rate = Total Number of Single-Page Visitors / Total Number of Visitors</div>
<p>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.</p>
<div class="tweetthis" style="text-align:left;"><p> <a rel="nofollow" class="tt" href="http://twitter.com/home/?status=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+2%3A+Basic+concept+of+web+log+analysis+http%3A%2F%2Ftinyurl.com%2F4xfwybt" title="Post to Twitter"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesson-2-basic-concept-of-web-log-analysis/&amp;headline=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+2%3A+Basic+concept+of+web+log+analysis" title="Post to Yahoo Buzz"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz-micro3.png" alt="Post to Yahoo Buzz" /></a> <a rel="nofollow" class="tt" href="http://delicious.com/post?url=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesson-2-basic-concept-of-web-log-analysis/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+2%3A+Basic+concept+of+web+log+analysis" title="Post to Delicious"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesson-2-basic-concept-of-web-log-analysis/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+2%3A+Basic+concept+of+web+log+analysis" title="Post to Digg"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesson-2-basic-concept-of-web-log-analysis/&amp;t=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+2%3A+Basic+concept+of+web+log+analysis" title="Post to Facebook"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesson-2-basic-concept-of-web-log-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Log Analysis Tutorial &#8211; Lesson 1 : Getting Started with Nihuo Web Log Analyzer</title>
		<link>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesion-1-getting-started-with-nihuo-web-log-analyzer/</link>
		<comments>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesion-1-getting-started-with-nihuo-web-log-analyzer/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 04:35:51 +0000</pubDate>
		<dc:creator>Michael Choi</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web log analysis]]></category>

		<guid isPermaLink="false">http://blog.nihuo.com/?p=5</guid>
		<description><![CDATA[Table of Contents Introduction Download and install Creating your 1st analysis task Web Log Format Related learning resources I. Introduction This tutorial is your starting point for learning web log analysis. It shows you some of the things you can discover about your visitors through analysis of your web site logs. It uses Nihuo Web [...]]]></description>
			<content:encoded><![CDATA[<h2 style="font-size:12.0pt;color:#007F00;">Table of Contents</h2>
<ol>
<li><a href="#11">Introduction </a></li>
<li><a href="#12">Download and install</a></li>
<li><a href="#13">Creating your 1st analysis task</a></li>
<li><a href="#14">Web Log Format</a></li>
<li><a href="#15">Related learning resources</a></li>
</ol>
<p align="center"><img title="web log analysis" src="http://www.loganalyzer.net/images/nl_analyst.jpg" alt="" width="247" height="165" /></p>
<h2 style="font-size:12.0pt;color:#007F00;">I.<a id="11" name="11"></a> Introduction</h2>
<p>This tutorial is your starting point for learning web log analysis. It<br />
shows you some of the things you can discover about your visitors<br />
through analysis of your web site logs. It uses <a href="http://www.loganalyzer.net">Nihuo Web Log Analyzer</a><br />
Windows version to provide examples of reports, but the knowledge gained<br />
can be applied to Nihuo Web Log Analyzer Linux version and any other<br />
traffic analysis tool.</p>
<h2 style="font-size:12.0pt;color:#007F00;">II.<a id="12" name="12"></a> Download and install</h2>
<p>If you have not downloaded Nihuo Web Log Analyzer, please download and<br />
install the latest version from</p>
<p><a href="http://www.loganalyzer.net/download.html">http://www.loganalyzer.net/download.html</a>, before proceeding with this<br />
tutorial.</p>
<h2 style="font-size:12.0pt;color:#007F00;">III. <a id="13" name="13"></a>Creating your 1st analysis task</h2>
<h3 style="font-size:10.0pt;font-weight:bolder;">1. Where can I find my IIS log files?</h3>
<p>To determine where your IIS log files are stored, please follow below<br />
guides step by step on your server:</p>
<ol>
<li>Go to Start -&gt; Control Panel -&gt; Administrative Tools</li>
<li>Run Internet Information Services (IIS).</li>
<li>Find your Web site under the tree on the left.</li>
<li>If your server is IIS7
<ol>
<li>Click Logging icon on the right<br />
<img title="iis7 logging" src="http://loganalyzer.net/log-analysis/images/iis7-logging.jpg" alt="" width="447" height="295" /></li>
<li>On the bottom of logging page, you will see a box that contains<br />
the log file directory<br />
<img title="logging" src="http://loganalyzer.net/log-analysis/images/IIS7-log-location.jpg" alt="" width="416" height="288" /></li>
</ol>
</li>
<li> If your server is IIS 6
<ol>
<li>Right-click on it and choose Properties.</li>
<li>On the Web site tab, you will see an option near the bottom that<br />
says &#8220;Active Log Format&#8221; Click on the Properties button.</p>
<p><img title="web site properties" src="http://loganalyzer.net/images/TR_IIS.gif" alt="" width="460" height="446" /></li>
<li>At the bottom of the General Properties tab, you will see a box<br />
that contains the log file directory and the log file name.</p>
<p><img title="extended logging properties" src="http://loganalyzer.net/images/iislog.jpg" alt="" width="404" height="391" /></li>
</ol>
</li>
</ol>
<h3 style="font-size:10.0pt;font-weight:bolder;">2. Where can I find my Apache access log files?</h3>
<p>The location and content of the access log are controlled by the<br />
CustomLog directive. Default apache access log file location:</p>
<ul>
<li>RHEL / Red Hat / CentOS / Fedora Linux Apache access file<br />
location &#8211; <strong style="color:#3f3f3f;">/var/log/httpd/access_log</strong></li>
<li>Debian / Ubuntu Linux Apache access log file location -<br />
<strong style="color:#3f3f3f;">/var/log/apache2/access.log</strong></li>
<li>FreeBSD Apache access log file location -<br />
<strong style="color:#3f3f3f;">/var/log/httpd-access.log</strong></li>
</ul>
<p>To find exact apache log file location, you can use grep command:</p>
<ul>
<li>grep CustomLog /usr/local/etc/apache22/httpd.conf</li>
<li>grep CustomLog /etc/apache2/apache2.conf</li>
<li>grep CustomLog /etc/httpd/conf/httpd.conf</li>
</ul>
<p>Sample output:</p>
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">a CustomLog directive (see below)</p>
<p>CustomLog &#8220;/var/log/httpd-access.log&#8221; common</p>
<p>CustomLog &#8220;/var/log/httpd-access.log&#8221; combined</p></div>
<h3 style="font-size:10.0pt;font-weight:bolder;">3. How to create my first analysis task?</h3>
<p>Please visit online flash step by step tutorial in <a href="http://loganalyzer.net/log-analysis-tutorial/creating-project.html">http://loganalyzer.net/log-analysis-tutorial/creating-project.html</a>.</p>
<h2 style="font-size:12.0pt;color:#007F00;">IV. <a id="14" name="14"></a>Web Log Format</h2>
<p>It is critical to set up your web server logging in a format that allows<br />
Nihuo Web Log Analyzer to properly interpret the data and produce fully<br />
detailed reporting.</p>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="20%" height="130" valign="top"><span style="font-size:10.0pt;font-weight:bolder;"><img title="apache" src="http://www.loganalyzer.net/images/nl_apache.jpg" alt="" width="120" height="107" /></span></td>
<td width="80%" valign="top">
<h3 style="font-size:10.0pt;font-weight:bolder;">1. Apache</h3>
<p>By default, <a href="http://www.apache.org">Apache </a>generally logs in what&#8217;s called <a href="http://www.loganalyzer.net/log-analyzer/apache-common-log.html">common log format</a>,<br />
and also provides an option to log in a more detailed format known as <a href="http://www.loganalyzer.net/log-analyzer/apache-combined-log.html">NCSA extended/combined log format</a>. For optimal reporting, Nihuo strongly<br />
recommend the NCSA extended/combined format. <a href="http://www.loganalyzer.net/log-analyzer/apache-custom-log.html">NCSA custom log format</a> can<br />
be analyzed by Nihuo Web Log Analyzer too.</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="73%" valign="top">
<h3 style="font-size:10.0pt;font-weight:bolder;">2. Microsoft Internet Information Server (IIS)</h3>
<p>Nihuo Web Log Analyzer can provide very basic reporting if your <a href="http://www.iis.net/">IIS</a> log<br />
files have, at the very least, the following fields:</p>
<ul>
<li>date</li>
<li>time</li>
<li>c-ip</li>
<li>cs-uri-stem</li>
<li>sc-status</li>
<li>sc-bytes</li>
</ul>
</td>
<td width="27%" valign="top"><img style="margin-left: 15px; margin-right: 15px;" title="iis" src="http://www.loganalyzer.net/images/nl_iis.jpg" alt="" width="160" height="107" /></td>
</tr>
</tbody>
</table>
<p>However, this minimal logging does not provide enough information for<br />
Referral and Browser reporting. Therefore it is advisable to set more<br />
detailed logging properties for your IIS server.</p>
<p>For more detail report, please export following fields in your IIS log<br />
files:</p>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="38%">
<ul>
<li> c-ip</li>
<li> cs-method</li>
<li> cs-host</li>
<li> cs-uri-stem</li>
<li> cs-uri-query</li>
<li> sc-status</li>
<li> sc-bytes</li>
<li> time-taken</li>
<li> cs(referer)</li>
<li> cs(user-agent)</li>
<li> cs(cookie)</li>
<li> cs-username</li>
<li> date</li>
<li> time</li>
<li> s-ip</li>
<li> s-port</li>
<li> sc-win32-status</li>
<li> sc-substatus</li>
<li> s-sitename</li>
<li> s-computername</li>
</ul>
</td>
<td width="62%"><img title="iis logging properies field select" src="http://loganalyzer.net/images/iislogs.jpg" alt="" width="403" height="383" /></td>
</tr>
</tbody>
</table>
<h2 style="font-size:12.0pt;color:#007F00;">V.<a id="15" name="15"></a> Related learning resources</h2>
<ul>
<li><a href="http://www.analytics20.org/web-analytics/what-are-log-file-analysis-and-page-tagging/">What are Log File Analysis and Page Tagging?</a></li>
<li><a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/bea506fd-38bc-4850-a4fb-e3a0379d321f.mspx?mfr=true">Log File Formats in IIS</a></li>
<li><a href="http://httpd.apache.org/docs/1.3/logs.html">Log Files &#8211; Apache HTTP Server</a></li>
</ul>
<div class="tweetthis" style="text-align:left;"><p> <a rel="nofollow" class="tt" href="http://twitter.com/home/?status=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+1+%3A+Getting+Started+with+Nihuo+Web+Log+Analyzer+http%3A%2F%2Ftinyurl.com%2F6efvbhu" title="Post to Twitter"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesion-1-getting-started-with-nihuo-web-log-analyzer/&amp;headline=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+1+%3A+Getting+Started+with+Nihuo+Web+Log+Analyzer" title="Post to Yahoo Buzz"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz-micro3.png" alt="Post to Yahoo Buzz" /></a> <a rel="nofollow" class="tt" href="http://delicious.com/post?url=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesion-1-getting-started-with-nihuo-web-log-analyzer/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+1+%3A+Getting+Started+with+Nihuo+Web+Log+Analyzer" title="Post to Delicious"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesion-1-getting-started-with-nihuo-web-log-analyzer/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+1+%3A+Getting+Started+with+Nihuo+Web+Log+Analyzer" title="Post to Digg"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesion-1-getting-started-with-nihuo-web-log-analyzer/&amp;t=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+1+%3A+Getting+Started+with+Nihuo+Web+Log+Analyzer" title="Post to Facebook"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nihuo.com/2009/08/web-log-analysis-tutorial-lesion-1-getting-started-with-nihuo-web-log-analyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
