<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" version="2.0">

<channel>
	<title>Key Web Metrics &amp; Web Analytics Blog</title>
	
	<link>http://www.keywebmetrics.com</link>
	<description>Maximize ROI Using Web Analytics &amp; Key Web Metrics</description>
	<lastBuildDate>Sat, 04 Sep 2010 23:40:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/KeyWebMetricsBlog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="keywebmetricsblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>29.691714</geo:lat><geo:long>-95.64978</geo:long><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">KeyWebMetricsBlog</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Top 5 Power User Excel Tips &amp; Tricks for Web Analytics Productivity</title>
		<link>http://www.keywebmetrics.com/2010/09/top-5-power-user-excel-tips-tricks-for-web-analytics-productivity/</link>
		<comments>http://www.keywebmetrics.com/2010/09/top-5-power-user-excel-tips-tricks-for-web-analytics-productivity/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 21:58:38 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Analytics Basic]]></category>
		<category><![CDATA[Web Analytics Tools]]></category>
		<category><![CDATA[Web Analytics Training]]></category>

		<guid isPermaLink="false">http://www.keywebmetrics.com/?p=757</guid>
		<description><![CDATA[Believe it or not MS Excel is the backbone of analytics. Almost all the day to day web analysis and reporting are done in MS Excel and learning Excel techniques to improve productivity will make your life lot easier. In this post, we will cover the most important Excel features and tricks to improve the [...]<p><a href="http://www.keywebmetrics.com/2010/09/top-5-power-user-excel-tips-tricks-for-web-analytics-productivity/">Top 5 Power User Excel Tips &#038; Tricks for Web Analytics Productivity</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Believe it or not MS Excel is the backbone of analytics. Almost all the day to day web analysis and reporting are done in MS Excel and learning Excel techniques to improve productivity will make your life lot easier.</p>
<p>In this post, we will cover the most important Excel features and tricks to improve the web analytics productivity.</p>
<p><strong><span style="font-size: medium;">Tip#1 Correlation Analysis</span></strong></p>
<p><strong> </strong>Web data analysis comes with its own set of data inconsistencies and irregularities that cannot be explained by simple math. Sometimes you may notice that your website bounce rate changes with the day of the week, and sometimes the conversion rate will change with traffic. This happens when one data set (visits) shares positive or negative relationship with another data set (conversion).</p>
<p>Pearson&#8217;s correlation is the best way to measure the positive and the negative correlation of data to rule out the data inconsistencies and establish a baseline.</p>
<p>MS Excel 2007 is equipped with Correlation function and can be used to perform a quick analysis.</p>
<p>Let&#8217;s assume that we want to see the relationship between the daily visits and the website conversion.</p>
<p>a. Enter the visit and the conversion data on the Excel spreadsheet.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/09/ScreenHunter_15-Sep.-04-18.04.gif"><img class="size-full wp-image-758  aligncenter" title="data1" src="http://www.keywebmetrics.com/wp-content/uploads/2010/09/ScreenHunter_15-Sep.-04-18.04.gif" alt="excel data" width="371" height="128" /></a></p>
<p>b. Place the cursor on any empty cell in the spreadsheet. This cell will be used to display the Pearson&#8217;s correlation coefficient. Press F2 to enter the formula for correlation and type &#8220;<strong>=Correl</strong>&#8221; and hit <strong>Tab</strong> key.</p>
<p><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/09/ScreenHunter_16-Sep.-04-18.06.gif"><img class="aligncenter size-full wp-image-761" title="excel-correlation-function1" src="http://www.keywebmetrics.com/wp-content/uploads/2010/09/ScreenHunter_16-Sep.-04-18.06.gif" alt="excel-correlation-function1" width="487" height="457" /></a></p>
<p>c. Once you hit the Tab key, the cursor will be placed in the bracket, and you will be allowed to select the array data. Select your first data column (avg. daily visits) for the array1 and second data column (avg. daily conversion) for the array2. Close the bracket and then hit the Enter key.</p>
<p><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/09/ScreenHunter_17-Sep.-04-18.07.gif"><img class="aligncenter size-full wp-image-763" title="excel-correlation-2" src="http://www.keywebmetrics.com/wp-content/uploads/2010/09/ScreenHunter_17-Sep.-04-18.07.gif" alt="excel-correlation-2" width="475" height="452" /></a></p>
<p>d. The value displayed in the cell (0.963240336) will be the correlation between the avg. daily visits and avg. daily conversion. In this case, the daily visits show a high positive correlation with conversion (greater than zero is positive and less than zero is negative. Zero is no correlation).</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/09/ScreenHunter_18-Sep.-04-18.08.gif"><img class="size-full wp-image-765  aligncenter" title="excel table" src="http://www.keywebmetrics.com/wp-content/uploads/2010/09/ScreenHunter_18-Sep.-04-18.08.gif" alt="excel table" width="376" height="168" /></a></p>
<p><strong><span style="font-size: medium;">Tip#2 Control Limits</span></strong></p>
<p>We have discussed <a href="http://www.keywebmetrics.com/2009/11/troubleshooting-website-traffic-drop-with-web-analytics/">control limits</a> on this blog before, but I could not resist talking about it once again because it is extremely important. Establishing control limits for your data set allows you to measure the trends in your web metrics effectively.</p>
<p>Your website traffic/conversion/bounce rate can fluctuate due to multiple uncontrollable environmental factors. You could see a spike in traffic due to a viral campaign or see a <a href="http://www.keywebmetrics.com/2009/11/troubleshooting-website-traffic-drop-with-web-analytics/">drop in conversion</a> because of shopping cart errors. In any case, your job as a web analyst is to identify a true trend and eliminate noise from data.</p>
<p>Calculating the upper and lower control limit (UCL &amp; LCL) using Excel will allow you to establish a trend benchmark for your key metrics. Using this data, you can focus on when to take action about the data.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/09/controllimit.gif"><img class="size-full wp-image-769  aligncenter" title="controllimit" src="http://www.keywebmetrics.com/wp-content/uploads/2010/09/controllimit.gif" alt="Control Limit Calculation" width="483" height="295" /></a></p>
<p>Here are the steps to calculate the UCL and LCL for web traffic data.</p>
<p>a. Enter the ninety day daily visits day on the Excel spreadsheet and calculate the Standard Deviation in an empty cell. (hint: For accurate UCL and LCL calculations, it is advisable to have atleast 90 data points).</p>
<p>Excel Standard Deviation formula = <strong>STDEV(number1,number2,..,numberN)</strong></p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/09/standard-deviation.gif"><img class="size-full wp-image-770  aligncenter" title="standard deviation" src="http://www.keywebmetrics.com/wp-content/uploads/2010/09/standard-deviation.gif" alt="standard deviation" width="464" height="378" /></a></p>
<p>b. Calculate the Mean for the data.</p>
<p><strong>Mean = Average(number1,number2,&#8230;,numberN)</strong></p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/09/excel-mean-calculation.gif"><img class="size-full wp-image-772  aligncenter" title="excel mean calculation" src="http://www.keywebmetrics.com/wp-content/uploads/2010/09/excel-mean-calculation.gif" alt="excel mean calculation" width="487" height="373" /></a></p>
<p>c. Finally, calculate the upper and the lower control limits. The control limits can be later applied to the weekly/monthly trend graph.</p>
<p><strong>Upper Control Limit (UCL) = Mean + Standard deviation</strong></p>
<p><strong>Lower Control Limit (LCL) = Mean &#8211; Standard deviation</strong></p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/09/control-limit-calculation.gif"><img class="size-full wp-image-773  aligncenter" title="control limit calculation" src="http://www.keywebmetrics.com/wp-content/uploads/2010/09/control-limit-calculation.gif" alt="control limit calculation" width="500" height="257" /></a></p>
<p><strong><span style="font-size: medium;">Tip#3 Data Comparison using Vlookup</span></strong></p>
<p>VLookup is one of the most powerful Excel functions that you can use to match / compare data between two Excel sheets. Vlookup can be used to match/compare the data between either the same or across different Excel spread sheets. The possibilities of using Vlookup function are endless. You can pull data from different sources and populate the fields based on a matching column. For example &#8211; data from your CRM solution can be connected to the data from web analytics provided you have one common column (visitor id) between the two spreadsheets.</p>
<p>Here is a short Youtube video that shows how to import value from one spreadsheet to another using Vlookup.</p>
<p><a href="http://www.keywebmetrics.com/2010/09/top-5-power-user-excel-tips-tricks-for-web-analytics-productivity/"><em>Click here to view the embedded video.</em></a></p>
<p><strong><em>Source:</em> <a href="http://www.youtube.com/user/smbst58" target="_blank">Youtube user smbst58</a></strong></p>
<p><strong><span style="font-size: medium;">Tip# 4 Pivot Tables</span></strong></p>
<p>Summarizing data from a large Excel spreadsheet is extremely difficult when dealing with multiple variables and filters. The excel Pivot Table feature allows you to summarize the data really quickly. The filter functionality of the Pivot table can be used to filter the data for multiple values, i.e. lead type, date, campaign source, campaign medium.</p>
<p>There are two ways to create a Pivot Table in MS Excel. You can either add the Pivot Table on the same spreadsheet or create the table on a new spreadsheet. I prefer creating the table on a new sheet because it is clean and easier to sue. To create the Pivot Table on a new sheet, open the Excel data file, place the cursor on a filled data cell (placing the cursor on an empty data cell will add Pivot Table to the same sheet), click &#8220;Insert&#8221; tab and then click &#8220;PivotTable&#8221; button in MS Excel 2007.</p>
<p><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/09/pivot-table1.gif"><img class="aligncenter size-full wp-image-776" title="pivot table1" src="http://www.keywebmetrics.com/wp-content/uploads/2010/09/pivot-table1.gif" alt="pivot table1" width="539" height="493" /></a></p>
<p>The Pivot Table action box will popup, and the &#8220;Table/Range&#8221; field will be automatically prepopulated with the table range.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/09/pivot-table2.gif"><img class="aligncenter size-full wp-image-778" title="pivot table2" src="http://www.keywebmetrics.com/wp-content/uploads/2010/09/pivot-table2.gif" alt="pivot table2" width="510" height="311" /></a></p>
<p>Click &#8220;OK&#8221; and you will be taken to a new sheet with the Pivot Table.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/09/pivot-table3.gif"><img class="aligncenter size-full wp-image-781" title="pivot table3" src="http://www.keywebmetrics.com/wp-content/uploads/2010/09/pivot-table3.gif" alt="pivot table3" width="496" height="296" /></a></p>
<p>Pivot Table consists of three sub sections.</p>
<p>a. <strong>PivotTable display area</strong> &#8211; Empty area on the left where the Pivot Table will be displayed.</p>
<p>b. <strong>Pivot Table field list</strong> &#8211; This is the list of the columns from the data spreadsheet.</p>
<p>c. <strong>Table customization areas</strong> &#8211; Table customization consists of four areas -</p>
<p>1. Report Filter: Report filter allows you to filter the table using any column. In this example, you can filter the table by Date, Day, Campaign source and Lead type. Simply, drag and drop the column from the field list to the filter area.</p>
<p>2. Row Labels: This area allows you to add the rows for the Pivot Table.</p>
<p>3. Column Labels: This area allows you to add the columns for the Pivot Table.</p>
<p>4. Values: This is where you can add the amount of the total sales and any other calculation you want to look at.</p>
<p>Once you drag and drop the columns in the respective areas, here is how the final table will look like. You can then easily filter the table by date, day or lead type.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/09/using-pivot-table.gif"><img class="aligncenter size-full wp-image-784" title="using pivot table" src="http://www.keywebmetrics.com/wp-content/uploads/2010/09/using-pivot-table.gif" alt="using pivot table" width="451" height="374" /></a></p>
<p><strong><span style="font-size: medium;">Tip#5 Unique Records Advanced Filter</span></strong></p>
<p>This is the easiest of all the Excel tricks and one of the most useful. As a web analyst, you will constantly come across multiple visit data for the same visitor in any given period of time. Unique record filter allows you to filter out the duplicate records from the data.</p>
<p>Here are the steps to use the unique record filter to remove the duplicate visitor ids from the sample data -</p>
<p>1. Select the column with the duplicate records (Visitor id)</p>
<p>2. Click the &#8220;Data&#8221; tab in MS Excel 2007</p>
<p>3. Click &#8220;Advanced&#8221; in &#8220;Sort &amp; Filter&#8221; section</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/09/unique-record.gif"><img class="aligncenter size-full wp-image-786" title="unique record" src="http://www.keywebmetrics.com/wp-content/uploads/2010/09/unique-record.gif" alt="remove duplicates" width="514" height="359" /></a></p>
<p>4. Click &#8220;Unique records only&#8221; check box and hit &#8220;Enter&#8221;.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/09/unique-records.gif"><img class="size-full wp-image-788  aligncenter" title="unique records" src="http://www.keywebmetrics.com/wp-content/uploads/2010/09/unique-records.gif" alt="unique records" width="473" height="224" /></a></p>
<p>The final data will only show one instance of the Visitor id.</p>
<p>Hope you enjoyed the post. Please share your thoughts, insights and comments below. Your feedbacks are helping me become a better blogger. Thanks!</p>
<p>Here is a list of the related top blog posts on this blog -<br />
<a href="http://www.keywebmetrics.com/2010/05/top-10-outrageous-web-analytics-myths-debunked/">Top 10 Outrageous Web Analytics Myths..Debunked</a><br />
<a href="http://www.keywebmetrics.com/2009/10/ultimate-web-analytics-training-guide-from-click-to-close/">Ultimate Web Analytics Training Guide: From Click to Close</a><br />
<a href="http://www.keywebmetrics.com/2010/04/facebook-vs-google-google-analytics-final-round/">Facebook vs Google &amp; Google Analytics – Final Round??</a><br />
<a href="http://www.keywebmetrics.com/2010/04/top-3-worst-web-analytics-metrics-reports/">Top 3 Worst Web Analytics Metrics &amp; Reports</a>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F09%2Ftop-5-power-user-excel-tips-tricks-for-web-analytics-productivity%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F09%2Ftop-5-power-user-excel-tips-tricks-for-web-analytics-productivity%2F&amp;source=ninjamarketer&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.keywebmetrics.com/2010/09/top-5-power-user-excel-tips-tricks-for-web-analytics-productivity/">Top 5 Power User Excel Tips &#038; Tricks for Web Analytics Productivity</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.keywebmetrics.com/2010/09/top-5-power-user-excel-tips-tricks-for-web-analytics-productivity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Absolutely Free Web and SEO Analytics Tools</title>
		<link>http://www.keywebmetrics.com/2010/08/top-10-absolutely-free-web-and-seo-analytics-tools/</link>
		<comments>http://www.keywebmetrics.com/2010/08/top-10-absolutely-free-web-and-seo-analytics-tools/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 23:51:28 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Visitor Behavior]]></category>
		<category><![CDATA[Web Analytics Basic]]></category>
		<category><![CDATA[Web Analytics Integration]]></category>
		<category><![CDATA[Web Analytics Segments]]></category>
		<category><![CDATA[Web Analytics Tools]]></category>
		<category><![CDATA[Web Analytics Training]]></category>
		<category><![CDATA[seo analytics]]></category>
		<category><![CDATA[social media analytics]]></category>

		<guid isPermaLink="false">http://www.keywebmetrics.com/?p=725</guid>
		<description><![CDATA[Web Analytics is not just measuring the visitor interaction with your website. Social media has changed the way how people spent time on the web. Your prospects and customers are spending more time outside of your website. It is important to understand analytics of the web in order to learn web analytics of visitors. In [...]<p><a href="http://www.keywebmetrics.com/2010/08/top-10-absolutely-free-web-and-seo-analytics-tools/">Top 10 Absolutely Free Web and SEO Analytics Tools</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Web Analytics is not just measuring the visitor interaction with your website. Social media has changed the way how people spent time on the web. Your prospects and customers are spending more time outside of your website. It is important to understand analytics of the web in order to learn web analytics of visitors.</p>
<p>In this post, we will discuss 100% free on and off site analytics tool that can provide you detailed insights about your customers and prospects.</p>
<p><strong><a href="http://www.google.com/insights/search/" target="_blank">Google Insights for Search</a></strong> &#8211; The only tool on the web that allows you to predict the future traffic volume of keyword and location based insight. You can use insights to identify the keywords that are trending down and will virtually become extinct and keywords are new and growing faster.</p>
<p>A super cool feature &#8220;secret&#8221; feature of insights is it can sometimes be used to identify investment opportunities. You can quickly compare real estate markets in Florida and Texas and identify better performing markets.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/08/insight-florida.jpg"><img class="aligncenter size-full wp-image-732" style="border: 1px solid black;" title="insight florida" src="http://www.keywebmetrics.com/wp-content/uploads/2010/08/insight-florida.jpg" alt="" width="487" height="183" /></a></p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/08/insight-texas.jpg"><img class="aligncenter size-full wp-image-736" style="border: 1px solid black;" title="insight texas" src="http://www.keywebmetrics.com/wp-content/uploads/2010/08/insight-texas.jpg" alt="" width="488" height="181" /></a></p>
<p><strong><a href="http://www.quantcast.com/" target="_blank">Quantcast</a></strong> &#8211; A pretty cool tool that provides quick demographics and traffic estimates on most websites. The key usage for the site is to find the right audience for marketing. Quantcast collects the log data from the websites that participate in their measurement program. The data collection is based on third party cookies.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/08/ScreenHunter_22-Aug.-01-19.16.gif"><img class="size-full wp-image-739  aligncenter" title="ScreenHunter_22 Aug. 01 19.16" src="http://www.keywebmetrics.com/wp-content/uploads/2010/08/ScreenHunter_22-Aug.-01-19.16.gif" alt="" width="420" height="382" /></a></p>
<p><a href="http://compete.com/" target="_blank"><strong>Compete</strong></a> &#8211; Compete is a top competitive analysis tool that allows you to spy on your competitor traffic and search analytics. The traffic estimates are far more accurate in comparison to Quantcast. Their data collection method is based on daily browsing activity of their panel of 2 million panelists.</p>
<p>Compete&#8217;s <a href="http://searchanalytics.compete.com/" target="_blank">search analytics</a> data is fairly usable, and you can instantly get the share of the search visit for any keyword.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/08/ScreenHunter_23-Aug.-01-19.20.gif"><img class="size-full wp-image-741  aligncenter" title="compete analytics" src="http://www.keywebmetrics.com/wp-content/uploads/2010/08/ScreenHunter_23-Aug.-01-19.20.gif" alt="" width="413" height="311" /></a></p>
<p><a href="http://twitteranalyzer.com" target="_blank"><strong>Twitter Analyzer</strong></a> &#8211; Measuring twitter conversations has become extremely important for every organization. Twitter analytics provides great details on the offsite customer / visitor behavior. Twitter Analyzer is a must use extremely powerful Twitter analytics tool. It not only measures the growth rate of your follower and friends but also provides detailed measurement of chats, popularity, reach, links, hashtags, follower geo location, groups and more.</p>
<p><a href="http://bit.ly" target="_blank"><strong>Bit.ly</strong></a> &#8211; Bitly was originally designed as a url shortener but it is now commonly used for real time click tracking and campaign measurement. Bitly is the hottest social media url shortner and campaign tracking tool. One of the coolest features of bit.ly is it allows the tracking of competitor campaigns.</p>
<p>To perform a competitive analysis simply find your competitor&#8217;s bit.ly url from Twitter search or Facebook pages and type bitlyurl+ in your browser window. Voila! You now have real time insights into your competitor&#8217;s campaigns.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/08/ScreenHunter_25-Aug.-01-19.24.gif"><img class="size-full wp-image-743  aligncenter" title="bitly analytics" src="http://www.keywebmetrics.com/wp-content/uploads/2010/08/ScreenHunter_25-Aug.-01-19.24.gif" alt="" width="420" height="273" /></a></p>
<p><a href="https://www.google.com/adplanner/" target="_blank"><strong>Google Ad planner</strong></a> &#8211; Google Ad planner is similar to Quantcast. but it offers additional data like &#8216;audience interest&#8217;, &#8216;keywords searched for&#8217; and sub domain level tracking.</p>
<p style="text-align: center;"><p><a href="http://www.keywebmetrics.com/2010/08/top-10-absolutely-free-web-and-seo-analytics-tools/"><em>Click here to view the embedded video.</em></a></p></p>
<p><a href="http://analytics.admob.com/home/" target="_blank"><strong>Admob Mobile Analytics</strong></a> &#8211; Google recently acquired Abmob, a company that is specialized in mobile ads and analytics. Admob analytics allows the user to install code on their mobile website and get detailed analytics reports. Users can instant access all web analytics reports like visitor location, mobile device types and time spent on the mobile site. The analytics package is completely free because the company makes money by selling ad space on mobile sites.</p>
<p><a href="http://www.opensiteexplorer.org" target="_blank"><strong>Open Site Explorer</strong></a> &#8211; Open site explorer is the best link analytics and seo metrics tool on the planet. The free version allows you to download data for up to 1000 links. You can perform advanced seo competitive analysis and compare data between two sites. Data can be exported in CSV format for further segmentation and pivoting in excel.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/08/opensitexplorer-analytics.jpg"><img class="aligncenter size-full wp-image-746" style="border: 1px solid black;" title="opensitexplorer analytics" src="http://www.keywebmetrics.com/wp-content/uploads/2010/08/opensitexplorer-analytics.jpg" alt="" width="500" height="277" /></a></p>
<p><a href="http://www.pearanalytics.com" target="_blank"><strong>Pear Analytics</strong></a> &#8211; Pear Analytics offers a complete SEO scan of your website and provide insights on how you can optimize your site for search ranking. The analytics engine is powered by some of the most popular search ranking factors. The software is capable of identifying 404 issues, title and meta issues, css and missing sitemap issues.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/08/ScreenHunter_27-Aug.-01-19.34.gif"><img class="size-full wp-image-751  aligncenter" title="pear analytics " src="http://www.keywebmetrics.com/wp-content/uploads/2010/08/ScreenHunter_27-Aug.-01-19.34.gif" alt="" width="521" height="287" /></a></p>
<p><a href="http://www.google.com/analytics" target="_blank"><strong>Google Analytics</strong></a> &#8211; The #1 free web analytics tool is becoming the biggest competitor to enterprise analytics. With new features like mobile tracking, advanced analysis tools, and <a href="http://analytics.blogspot.com/2009/10/google-analytics-now-more-powerful.html" target="_blank">analytics intelligence</a> more businesses are thinking twice before investing in paid solutions.</p>
<p>Google analytics recently added <a href="http://analytics.blogspot.com/2009/12/google-analytics-launches-asynchronous.html" target="_blank">asynchronous tracking</a> that loads the analytics code in the backend improving the site load time.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/08/Google-analytics.jpg"><img class="aligncenter size-full wp-image-728" style="border: 1px solid black;" title="Google analytics" src="http://www.keywebmetrics.com/wp-content/uploads/2010/08/Google-analytics.jpg" alt="" width="275" height="300" /></a></p>
<p>Hope you enjoyed the post. Please share your thoughts, feedbacks and comments on what you think are some of the top analytics tools.</p>
<p>Here is a list of the related top blog posts on this blog -</p>
<p><a href="http://www.keywebmetrics.com/2010/05/top-10-outrageous-web-analytics-myths-debunked/" target="_blank">Top 10 Outrageous Web Analytics Myths..Debunked</a><br />
<a href="http://www.keywebmetrics.com/2009/10/ultimate-web-analytics-training-guide-from-click-to-close/">Ultimate Web Analytics Training Guide: From Click to Close</a><br />
<a href="http://www.keywebmetrics.com/2010/04/facebook-vs-google-google-analytics-final-round/">Facebook vs Google &amp; Google Analytics – Final Round??</a><br />
<a href="http://www.keywebmetrics.com/2010/04/top-3-worst-web-analytics-metrics-reports/">Top 3 Worst Web Analytics Metrics &amp; Reports</a>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F08%2Ftop-10-absolutely-free-web-and-seo-analytics-tools%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F08%2Ftop-10-absolutely-free-web-and-seo-analytics-tools%2F&amp;source=ninjamarketer&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.keywebmetrics.com/2010/08/top-10-absolutely-free-web-and-seo-analytics-tools/">Top 10 Absolutely Free Web and SEO Analytics Tools</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.keywebmetrics.com/2010/08/top-10-absolutely-free-web-and-seo-analytics-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 Amazing Web Analytics and SEO Infographics</title>
		<link>http://www.keywebmetrics.com/2010/07/top-5-amazing-web-analytics-and-seo-infographics/</link>
		<comments>http://www.keywebmetrics.com/2010/07/top-5-amazing-web-analytics-and-seo-infographics/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 05:54:04 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Web Analytics Basic]]></category>
		<category><![CDATA[Web Analytics Integration]]></category>
		<category><![CDATA[Web Analytics Segments]]></category>
		<category><![CDATA[Web Analytics Tools]]></category>
		<category><![CDATA[Web Analytics Training]]></category>
		<category><![CDATA[infographics]]></category>
		<category><![CDATA[web analytics images]]></category>

		<guid isPermaLink="false">http://www.keywebmetrics.com/?p=702</guid>
		<description><![CDATA[Infographics has taken web marketing and information distribution by storm. I am sure you have come across similar awe inspiring graphical representation of data. You can find spectacular infographics almost everywhere, and it is hard to avoid them. It is interesting that web analytics is all about data but very fewer infographics have been created [...]<p><a href="http://www.keywebmetrics.com/2010/07/top-5-amazing-web-analytics-and-seo-infographics/">Top 5 Amazing Web Analytics and SEO Infographics</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Infographics has taken web marketing and information distribution by storm. I am sure you have come across similar awe inspiring graphical representation of data. You can find spectacular infographics almost everywhere, and it is hard to avoid them.</p>
<p>It is interesting that web analytics is all about data but very fewer infographics have been created on web analytics concepts. Here are some of the most popular web analytics and seo infographics.</p>
<p><strong>#1.</strong> <strong>Unica Anlaytics</strong> &#8211; The top in the category of the web analytics infographics, this Unica infograph explains the web analytics process and how use it for campaign optimization.</p>
<p><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/07/ScreenHunter_02-Jul.-04-23.26.gif"><img class="size-full wp-image-704 alignnone" title="Web Analytics infographics" src="http://www.keywebmetrics.com/wp-content/uploads/2010/07/ScreenHunter_02-Jul.-04-23.26.gif" alt="" width="466" height="366" /></a></p>
<p>Source: <a href="http://lp.unica.com/infographic/">http://lp.unica.com/infographic/</a></p>
<p><strong>#2.</strong> <strong>UXD Stress Fields</strong> &#8211; A super cool way to show how tech, web development and business decision makers can work together. Web analytics cannot operate in a silo, and it is absolutely important to connect your tech and web development team with the business analyst.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/07/uxd-stress-fields3.gif"><img class="aligncenter size-full wp-image-706" title="uxd-stress-fields3" src="http://www.keywebmetrics.com/wp-content/uploads/2010/07/uxd-stress-fields3.gif" alt="" width="495" height="472" /></a></p>
<p>Source: <a href="http://informationarchitects.jp/the-spectrum-of-user-experience-1/">http://informationarchitects.jp/the-spectrum-of-user-experience-1/</a><a href="http://chandoo.org/wp/2009/05/01/web-analytics-dashboard-review/"></a></p>
<p><strong>#3.</strong> <strong>SEO FAQs guide</strong> &#8211; This highly popular seo infographic can be used to learn the basics of search engine optimization in few minutes. Kudos to the designer who has incorporated the small on and off page optimization nuances with such clarity.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/07/SEO-Infographic1.jpg"><img class="aligncenter size-full wp-image-709" title="SEO-Infographic" src="http://www.keywebmetrics.com/wp-content/uploads/2010/07/SEO-Infographic1.jpg" alt="" width="560" height="2296" /></a></p>
<p>Source: <a href="http://www.datadial.net/blog/index.php/2010/04/13/seo-in-pictures-our-seo-infographic/">http://www.datadial.net/blog/index.php/2010/04/13/seo-in-pictures-our-seo-infographic/</a></p>
<p><strong>#4.</strong> <strong>Actionable Analytics </strong>- Here is a simple display of web analytics measurement framework. The designer has captured all the facets of buying cycle and connected it with the web measurement strategy.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/07/web-analytics-measurement-f.jpg"><img class="aligncenter size-full wp-image-716" style="border: 1px solid black;" title="web-analytics-measurement" src="http://www.keywebmetrics.com/wp-content/uploads/2010/07/web-analytics-measurement-f.jpg" alt="" width="526" height="285" /></a></p>
<p>Source: <a href="http://actionable-analytics.com/2009/07/how-to-build-a-digital-measurement-framework/">http://actionable-analytics.com/2009/07/how-to-build-a-digital-measurement-framework/</a></p>
<p><strong>#5. Google&#8217;s Analytics -</strong> A dark humorous way of showing how much data Google captures through different analytics measurement techniques. <a href="http://www.google.com/analytics/" target="_blank">Google Analytics</a> is the most widely used analytics software and is one of the key tools of Google&#8217;s data capture portfolio.</p>
<p><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/07/google_thumb.jpg"><img class="aligncenter size-full wp-image-721" title="google_analytics infograph" src="http://www.keywebmetrics.com/wp-content/uploads/2010/07/google_thumb.jpg" alt="" width="510" height="2492" /></a></p>
<p>Source: <a href="http://smashingcrunch.com/images/fear-google-true-power-of-analytics-user-data-infographic">http://smashingcrunch.com/images/fear-google-true-power-of-analytics-user-data-infographic</a></p>
<p>Original Source: Onlineschools.org</p>
<p>Please share your thoughts, insights and comments below.</p>
<p>Here is a list of the related top blog posts on this blog -<br />
<a href="http://www.keywebmetrics.com/2009/10/ultimate-web-analytics-training-guide-from-click-to-close/">Ultimate Web Analytics Training Guide: From Click to Close</a><br />
<a href="http://www.keywebmetrics.com/2009/12/top-5-coolest-web-analytics-iphone-apps/">Top 5 Coolest Web Analytics iPhone Apps</a><br />
<a href="http://www.keywebmetrics.com/2010/02/copy-my-actionable-google-analytics-advanced-segments/">Copy My Actionable Google Analytics Advanced Segments</a><br />
<a href="http://www.keywebmetrics.com/2010/02/copy-my-actionable-google-analytics-advanced-segments/">Top 3 Worst Web Analytics Metrics &amp; Reports</a>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F07%2Ftop-5-amazing-web-analytics-and-seo-infographics%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F07%2Ftop-5-amazing-web-analytics-and-seo-infographics%2F&amp;source=ninjamarketer&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.keywebmetrics.com/2010/07/top-5-amazing-web-analytics-and-seo-infographics/">Top 5 Amazing Web Analytics and SEO Infographics</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.keywebmetrics.com/2010/07/top-5-amazing-web-analytics-and-seo-infographics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google vs Bing: Advanced SEO Analytics</title>
		<link>http://www.keywebmetrics.com/2010/06/google-vs-bing-advanced-seo-analytics/</link>
		<comments>http://www.keywebmetrics.com/2010/06/google-vs-bing-advanced-seo-analytics/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 21:41:52 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Search Marketing]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Visitor Behavior]]></category>
		<category><![CDATA[Web Analytics Basic]]></category>

		<guid isPermaLink="false">http://www.keywebmetrics.com/?p=685</guid>
		<description><![CDATA[Search marketing is my second passion after web analytics and getting analytics insights on search/seo is pretty cool. Rand Fishkin (seomoz CEO), did a great presentation on search analytics comparison of Google and Bing at SMX Advanced Seattle. The session was about using data to show what are some of the key influencers of ranking [...]<p><a href="http://www.keywebmetrics.com/2010/06/google-vs-bing-advanced-seo-analytics/">Google vs Bing: Advanced SEO Analytics</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Search marketing is my second passion after web analytics and getting analytics insights on search/seo is pretty cool. <a href="http://www.seomoz.org/team/randfish" target="_blank">Rand Fishkin</a> (seomoz CEO), did a great presentation on <a href="http://www.seomoz.org/blog/google-vs-bing-correlation-analysis-of-ranking-elements">search analytics comparison</a> of Google and Bing at <a href="http://searchmarketingexpo.com/advanced/" target="_blank">SMX Advanced Seattle</a>. The session was about using data to show what are some of the key influencers of ranking in Google and Bing.</p>
<p>Bing being a key competitor to Google is not different atleast algorithmically as far as the ranking factor goes. There are striking similarities on the criteria used for ranking between Google and Bing.</p>
<p><strong>TLD Extensions</strong> &#8211; Top level domains with .gov and .org extensions have the highest possibility of ranking higher in both Google and Bing. The most interesting part is .org is rated higher to rank than .com and it is quiet surprising.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/06/ScreenHunter_09-Jun.-09-16.34.gif"><img class="size-full wp-image-686   aligncenter" title="ScreenHunter_09 Jun. 09 16.34" src="http://www.keywebmetrics.com/wp-content/uploads/2010/06/ScreenHunter_09-Jun.-09-16.34.gif" alt="" width="467" height="324" /></a></p>
<p>Tip &#8211; Grab .org extension for your site and build a community on that domain or redirect to your .com domain.</p>
<p><strong>Keyword in Domain</strong> &#8211; A website with target keywords in the domain name has the highest correlation with rankings higher on search.</p>
<p>Here is a quick example of my blog ranking higher in search because of the keyword in the domain.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/06/ScreenHunter_02-Jun.-08-17.33.gif"><img class="aligncenter size-full wp-image-687" title="ScreenHunter_02 Jun. 08 17.33" src="http://www.keywebmetrics.com/wp-content/uploads/2010/06/ScreenHunter_02-Jun.-08-17.33.gif" alt="" width="540" height="341" /></a></p>
<p>Tip &#8211; Buy domains with your target keywords and build micro sites with unique content on those domains.</p>
<p><strong>Keyword in subdomain</strong> &#8211; Sometimes it is harder to get a keyword rich domain and another alternative is to go for a keyword filled sub domain. Data shows that Google gives some important and Bing does not factors this in their SERPs ranking.</p>
<p>Tip &#8211; Stay away from creating too many subdomains to gain higher ranking in search. Create sub domains only if you feel it is required from user point of view.</p>
<p><strong>On page keyword usage</strong> &#8211; Both Bing and Google ranking analysis data show a small correlation between on page keyword usage and ranking. Alt image is useful to search ranking in some cases, and so is putting keywords in the url.</p>
<p>In the example below, the website webhostingsearch.com has the word &#8220;dedicated server hosting&#8221; 10 times on the page in comparison to webhostinggeeks.com (3 times) and it still <a href="http://www.google.com/search?hl=en&amp;q=dedicated+server+hosting&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=" target="_blank">ranks lower</a>. The reason is webhostinggeeks.com has over 2000 unique links to the page and webhostingsearch.com has only 246 unique links to the page.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/06/ScreenHunter_04-Jun.-08-18.00.gif"><img class="aligncenter size-full wp-image-688" title="ScreenHunter_04 Jun. 08 18.00" src="http://www.keywebmetrics.com/wp-content/uploads/2010/06/ScreenHunter_04-Jun.-08-18.00.gif" alt="" width="546" height="390" /></a></p>
<p><strong>External links </strong>- Having a small number of links from multiple websites is 10x better than having a large number of links from the same website. Websites rank higher if they have diversity in link sources and there is a high correlation for this in both Google and Bing.</p>
<p>Tip &#8211; Diversify your link building strategies to multiple avenues. Build social links along with content links and viral links.</p>
<p><strong>Length of url</strong> &#8211; Data shows that shorter urls rank higher in search than longer urls.</p>
<p>Tip &#8211; I have seen that blog links with longer url tend to rank higher in search, and clearly Google and Bing have different set of rules for different types of sites. This could be because blog links are generally longer. It is ok to have longer blog post links but keep your website links short because it helps users remember the url easily.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/06/ScreenHunter_11-Jun.-09-16.36.gif"><img class="size-full wp-image-689  aligncenter" title="ScreenHunter_11 Jun. 09 16.36" src="http://www.keywebmetrics.com/wp-content/uploads/2010/06/ScreenHunter_11-Jun.-09-16.36.gif" alt="" width="472" height="281" /></a></p>
<p><strong>Anchor text</strong> &#8211; The number of unique links with anchor text influence the ranking of a website. Having anchor text diversity is as important as the link diversity.</p>
<p>Please share your thoughts, insights and comments below.</p>
<p>Here is a list of the related top blog posts on this blog -<br />
<a href="http://www.keywebmetrics.com/2009/10/ultimate-web-analytics-training-guide-from-click-to-close/" target="_blank">Ultimate Web Analytics Training Guide: From Click to Close</a><br />
<a href="http://www.keywebmetrics.com/2009/12/top-5-coolest-web-analytics-iphone-apps/" target="_blank">Top 5 Coolest Web Analytics iPhone Apps</a><br />
<a href="http://www.keywebmetrics.com/2010/02/copy-my-actionable-google-analytics-advanced-segments/" target="_blank">Copy My Actionable Google Analytics Advanced Segments</a><br />
<a href="http://www.keywebmetrics.com/2010/02/copy-my-actionable-google-analytics-advanced-segments/" target="_blank">Top 3 Worst Web Analytics Metrics &amp; Reports</a>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F06%2Fgoogle-vs-bing-advanced-seo-analytics%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F06%2Fgoogle-vs-bing-advanced-seo-analytics%2F&amp;source=ninjamarketer&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.keywebmetrics.com/2010/06/google-vs-bing-advanced-seo-analytics/">Google vs Bing: Advanced SEO Analytics</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.keywebmetrics.com/2010/06/google-vs-bing-advanced-seo-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Outrageous Web Analytics Myths..Debunked!</title>
		<link>http://www.keywebmetrics.com/2010/05/top-10-outrageous-web-analytics-myths-debunked/</link>
		<comments>http://www.keywebmetrics.com/2010/05/top-10-outrageous-web-analytics-myths-debunked/#comments</comments>
		<pubDate>Sat, 15 May 2010 20:39:34 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Visitor Behavior]]></category>
		<category><![CDATA[Web Analytics Basic]]></category>
		<category><![CDATA[Web Analytics Segments]]></category>
		<category><![CDATA[Web Analytics Training]]></category>
		<category><![CDATA[actionable insights]]></category>
		<category><![CDATA[insights]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[seo and web analytics]]></category>
		<category><![CDATA[web analytics demystified]]></category>
		<category><![CDATA[Web Analytics Integration]]></category>
		<category><![CDATA[web analytisc myth]]></category>

		<guid isPermaLink="false">http://www.keywebmetrics.com/?p=663</guid>
		<description><![CDATA[Myths exist in almost every industry and web analytics is not free from it. There are several myths in the web analytics industry, and we will debunk them one by one in this post. #1 Web analytics is accurate &#8211; Web analytics is all about direction and insights. It is funny that we are still [...]<p><a href="http://www.keywebmetrics.com/2010/05/top-10-outrageous-web-analytics-myths-debunked/">Top 10 Outrageous Web Analytics Myths..Debunked!</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Myths exist in almost every industry and web analytics is not free from it. There are several myths in the web analytics industry, and we will debunk them one by one in this post.</p>
<p><span style="font-size: large;"><strong>#1 Web analytics is accurate</strong></span> &#8211; Web analytics is all about direction and insights. It is funny that we are still worried about the <a href="http://search.twitter.com/search?q=analytics+accurate" target="_blank">accuracy of analytics</a> reports. We can spend days arguing with the marketing and sales managers on why the reports are accurate even though we all know that web analytics can never be accurate. Instead of focusing on this let&#8217;s start focusing on insights.</p>
<p>All web analytics reports are directional and getting insights is the key to web analytics success. Focus on direction, build trends, and apply <a href="http://www.keywebmetrics.com/2009/11/troubleshooting-website-traffic-drop-with-web-analytics/">statistical significance</a> to the trends to get meaningful takeaways.</p>
<p style="text-align: center;"><img class="aligncenter" title="statisticalcontrollimits" src="http://www.keywebmetrics.com/wp-content/uploads/2009/11/statisticalcontrollimits-1.jpg" alt="Statistical Control Limit" width="456" height="265" /><span style="font-size: large;"><br />
</span></p>
<p><span style="font-size: large;"><strong>#2 Site Visitors delete cookies</strong></span> &#8211; It is extremely important to understand the difference between the first and third party. First party cookies are cookies from the host domain i.e. your domain. Top analytics tools (Google Analytics, Omniture, Coremetrics, WebTrends) all install first party cookies in order to measure the repeat visitors. The deletion / block rate for first party cookies is atleast 50% lower than the third party cookies.</p>
<p>Having said that, <a href="http://blogs.sun.com/pstrupp/entry/cookie_retention_rates" target="_blank">studies have shown</a> that web analytics software cookie (first or third party) will be deleted no matter what. This is the truth about the tag based web analytics industry, and we have to accept it. This does not mean that we should stop trusting the reports and ignore them. The analytics reports are power packed and actionable because it can provide you insights if you follow the direction. As mentioned above the directional aspect of web analytics is unmatched.</p>
<p>So, stop worrying about cookie deletion rate and focus on the trend.</p>
<p style="text-align: center;"><img class="aligncenter" title="java block" src="http://www.keywebmetrics.com/images/java%20cookie.gif" alt="" width="526" height="313" /></p>
<p><span style="font-size: large;"><strong>#3 Users disable Java scripts</strong></span> &#8211; A major myth that goes around the market is about the blocking of the java script and thus prevent the execution of analytics tags. Java is an integral part of web and disabling java on the web browser can limit the accessibility to a large number of services on the internet.</p>
<p>Still not convinced? <a href="http://smorgasbork.com/php/84-a-study-of-internet-users-cookie-and-javascript-settings" target="_blank">Here is a good study</a> conducted by few developers showing why only 3-5% of the users disable java scripts.</p>
<p><span style="font-size: large;"><strong>#4 Google Analytics data for search ranking</strong> </span>- Google analytics data is not used by Google to evaluate search rankings. Here is a quick video from <a href="http://www.mattcutts.com/blog/about-me/" target="_blank">Matt Cutt’s</a> (head of Googles webspam team). In this video, Matt debunks the myth about Google using GA data for SEO or search ranking.</p>
<p style="text-align: center;"><p><a href="http://www.keywebmetrics.com/2010/05/top-10-outrageous-web-analytics-myths-debunked/"><em>Click here to view the embedded video.</em></a></p></p>
<p><span style="font-size: large;"><strong>#5 Data addiction =  actionable insights</strong></span> &#8211; Are you lost in data collection, integrations, and data obsession?  If you are a pro analyst then you know that data dump, web integrations, data warehouse are critical issues. Please don&#8217;t get carried away by data addiction and focus on analytics priorities. Ask yourself &#8220;what is the most important and high priority task / project for you in next 5 days/ 5 months.?&#8221; Is it business growth insights or painstaking integrations? Is it few key recommendations to your management or never ending analysis?</p>
<p>I agree, <a href="http://www.keywebmetrics.com/2010/03/google-analytics-and-instant-service-live-chat-integration/" target="_blank">analytics integrations</a> can sometimes make your job lot easier but in most cases integrating your CRM and analytics tool is painful. Use excel reports and MS Access for connecting the dots. Leave the integrations for your web developer and business intelligence teams.</p>
<p><span style="font-size: large;"><strong>#6 Analytics code hampers site performance</strong></span> &#8211; I cannot deny that java scripts can increase the web page load time. However, there several options available to minimize the code impact on the site performance.</p>
<p>1. Open a <a href="https://www.google.com/accounts/ServiceLogin?service=sitemaps&amp;passive=true&amp;nui=1&amp;continue=https%3A%2F%2Fwww.google.com%2Fwebmasters%2Ftools%2F&amp;followup=https%3A%2F%2Fwww.google.com%2Fwebmasters%2Ftools%2F&amp;hl=en" target="_blank">Google webmaster tools</a> account. Google has recently added a cool web performance measurement tool in the webmaster tools. It is the only free tool that measures your site performance relative to other sites on the internet and displays your historical performance in a trend line.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" title="Google page speed" src="http://www.keywebmetrics.com/images/page%20speed.gif" alt="Google page speed" width="479" height="111" /></p>
<p>2. Install <a href="https://addons.mozilla.org/en-US/firefox/addon/5369/">Yslow</a> and Google page speed Firefox plugins. These plugins can instantly provide you detailed reports on how you can improve your site performance.</p>
<p>3. If you are using Google analytics then switch to <a href="http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html" target="_blank">asynchronous tracking</a>. Asynchronous tag allows the browser to continue loading the web page while the tag is loaded in the background. This decreases the page load time.</p>
<p>4. For other analytics solutions, limit the use of onclick function to reduce server call connections. Tag only those pages that can provide insightful and actionable data.</p>
<p><span style="font-size: large;"><strong>#7 Unique visitors are absolutely unique</strong></span> &#8211; Your unique visitor reports are not really unique. It varies depending on the time frame you are looking at. You will have different data for hourly/daily/weekly/monthly unique visitor reports because of the way unique visitor is calculated. Using visits report with new and returning visitor segment will provide you more insights that you can ever imagine from unique visitor reports.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" title="new vs returning" src="http://www.keywebmetrics.com/images/new%20vs%20returning.gif" alt="new vs returning " width="516" height="223" /></p>
<p><span style="font-size: large;"><strong>#8 Time on page is accurate</strong></span> &#8211; The <a href="http://www.keywebmetrics.com/2010/04/top-3-worst-web-analytics-metrics-reports/">time on page</a> can only be calculated if the web site visitor navigates to another page on the same website. What this means is you will never be able to figure out how much time a web visitor spent on the last page of the website. Stop worrying about the time on page metric and focus on conversion and task completion. A task completion could be clickling the link to the next page, subscribing to RSS feeds, clicking the buy now button or anything that page is motivating the users to do.</p>
<p><span style="font-size: large;"><strong>#9 Free Analytics = Enterprise Analytics</strong></span> &#8211; Investing in paid analytics solution is not a bad decision atall. You might have been motivated by someone on why you should never pay for analytics. The truth is far from accurate. Google Analytics is one of the best free tools out there, but it does not provide enterprise level capabilities that are required for advanced business analytics.</p>
<p>Here are the top 5 reasons why paid enterprise solutions win over free solutions-</p>
<p>1. <strong>Support</strong> &#8211; Paid solutions comes with support hours so you don&#8217;t have to spend time fixing analytics issues.</p>
<p>2. <strong>Custom Metrics</strong> &#8211; Paid solutions allow you to create custom metrics on the fly. You can create your own task completion and conversion metrics.</p>
<p>3. <strong>Multi-dimensional Timeline</strong> &#8211; Advanced solutions like Omniture Discover and Coremetircs Explore allows you to compare data from more than two time segments. Google Analytics can only provide two dimensional timeline comparison.</p>
<p>4. <strong>Analytics integrations</strong> &#8211; Web integrations become easier with the enterprise analytics provider because of their partnerships with email, crm, live chat and other service providers. Usually they provide integration hours or detailed documentation.</p>
<p>5. <strong>Campaign Attribution</strong> &#8211; Enterprise analytics providers store all the data on the data warehouses. The data can be accessible anytime and both first and last click is captured in most cases (depending on your settings). You can use this data to design a campaign attribution dashboard and allocate funds efficiently.</p>
<p><span style="font-size: large;"><strong>#10 Dedicated web analyst is not required</strong></span> &#8211; Paying $100K to your enterprise web analytics provider and expecting them to provide you all the answer is not going to work. Web analysis is the core of online marketing and without proper analysis and recommendations your business could come to a dead end.</p>
<p style="text-align: center;"><img class="aligncenter" title="dead end" src="http://www.keywebmetrics.com/images/dead%20end.gif" alt="dead end" width="253" height="286" /></p>
<p>Even though I love enterprise analytics I cannot stress enough that a dedicated analytics team is a must. <a href="http://www.coremetrics.com/solutions/cross-sell-up-sell-recommendations.php" target="_blank">Intelligent recommendations</a> may be the future of web analytics but without an expert eye to decipher data and implement recommendations you won&#8217;t get results.</p>
<p>Hiring a web analytics expert is more important than investing in paid analytics tools and services. Period!</p>
<p>Please share your thoughts, insights and comments below.</p>
<p>Here is a list of the related top blog posts on this blog -<br />
<a href="http://www.keywebmetrics.com/2009/10/ultimate-web-analytics-training-guide-from-click-to-close/">Ultimate Web Analytics Training Guide: From Click to Close</a><br />
<a href="http://www.keywebmetrics.com/2009/12/top-5-coolest-web-analytics-iphone-apps/">Top 5 Coolest Web Analytics iPhone Apps</a><br />
<a href="http://www.keywebmetrics.com/2010/02/copy-my-actionable-google-analytics-advanced-segments/">Copy My Actionable Google Analytics Advanced Segments</a><br />
<a href="http://www.keywebmetrics.com/2010/02/copy-my-actionable-google-analytics-advanced-segments/">Top 3 Worst Web Analytics Metrics &amp; Reports</a>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F05%2Ftop-10-outrageous-web-analytics-myths-debunked%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F05%2Ftop-10-outrageous-web-analytics-myths-debunked%2F&amp;source=ninjamarketer&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.keywebmetrics.com/2010/05/top-10-outrageous-web-analytics-myths-debunked/">Top 10 Outrageous Web Analytics Myths..Debunked!</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.keywebmetrics.com/2010/05/top-10-outrageous-web-analytics-myths-debunked/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Facebook vs Google &amp; Google Analytics – Final Round??</title>
		<link>http://www.keywebmetrics.com/2010/04/facebook-vs-google-google-analytics-final-round/</link>
		<comments>http://www.keywebmetrics.com/2010/04/facebook-vs-google-google-analytics-final-round/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 04:45:47 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Search Marketing]]></category>
		<category><![CDATA[Web Analytics Basic]]></category>

		<guid isPermaLink="false">http://www.keywebmetrics.com/?p=650</guid>
		<description><![CDATA[Facebook is yet to crack the code of internet advertising that Google has mastered for years. In its most recent attempt to win the online advertising battle and woo businesses, Facebook is about to release some of the coolest features available on the face of the earth for advertisers. 1. Super Local Marketing Currently, being [...]<p><a href="http://www.keywebmetrics.com/2010/04/facebook-vs-google-google-analytics-final-round/">Facebook vs Google &#038; Google Analytics &#8211; Final Round??</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Facebook is yet to crack the code of internet advertising that <a href="http://investor.google.com/earnings/2010/Q1_google_earnings.html">Google has mastered</a> for years. In its <a href="http://www.facebook.com/f8#!/f8?v=app_4949752878" target="_blank">most recent attempt</a> to win the online advertising battle and woo businesses, Facebook is about to release some of the coolest features available on the face of the earth for advertisers.</p>
<p><strong><span style="font-size: medium;">1. Super Local Marketing</span></strong></p>
<p>Currently, being called as mobile + social is a uqniue way of advertising locally. This new advertising channel will allow the local advertiser to measure the effectiveness of their campaign all the way to physical action i.e visit to a local restaurant / coffee shop to make a purchase.</p>
<p>Google is <a href="http://content.usatoday.com/communities/technologylive/post/2010/04/google-renames-local-business-center-now-places/1" target="_blank">trying hard</a> to make local advertising more effective. Using data from public reviews is useful, but it still does not provide physical conversion measurement.</p>
<p>Facebook is getting <a href="http://www.facebook.com/f8#!/f8?v=app_4949752878" target="_blank">ready to announce</a> the intelligent social ads that could potentially be a breakthrough in local advertising. The concept opens up a whole new way of looking at conversion data and yes it definitely is not going to be your traditional <a href="http://www.youtube.com/watch?v=S5XpYm-B5Fs" target="_blank">GA goal conversions</a>. It definitely opens up new web analytics measurement possibilities.</p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/04/angel-1-thumb-505xauto-2042.jpg"><img class="aligncenter size-full wp-image-651" style="border: 1px solid black;" title="angel 1-thumb-505xauto-2042" src="http://www.keywebmetrics.com/wp-content/uploads/2010/04/angel-1-thumb-505xauto-2042.jpg" alt="" width="505" height="262" /></a></p>
<p> </p>
<p> </p>
<p><strong><span style="font-size: medium;">2. New Ranking Algorithm</span></strong></p>
<p>This one seriously aims at Google&#8217;s age old core competency &#8211; The ranking algorithm. Google has always used links as the core of its ranking algorithm and its page rank metric was developed using link data. However, it is interesting to note that not all links were created manually.</p>
<p>Facebook has decided to go a step further and exploit web user data for calculating website rankings. It is <a href="http://techcrunch.com/2010/03/25/facebook-to-release-a-like-button-for-the-whole-darn-internet/" target="_blank">currently testing</a> a new feature that will take the Facebook share button functionality to next level.</p>
<p>The new button will include a feature called &#8220;like&#8221;. At the frontend it might look like a cool new way to express your feelings about a website but at the backend it will send data to Facebook servers using <a href="http://developers.facebook.com/connect.php" target="_blank">Facebook connect</a>. This data will go through a series of mathematical calculations and the system will decide the new web rank / site authority.</p>
<p align="center"> </p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/04/ScreenHunter_03-Apr.-20-23.31.gif"><img class="aligncenter size-full wp-image-653" style="border: 1px solid black;" title="ScreenHunter_03 Apr. 20 23.31" src="http://www.keywebmetrics.com/wp-content/uploads/2010/04/ScreenHunter_03-Apr.-20-23.31.gif" alt="" width="476" height="329" /></a></p>
<p> </p>
<p><strong><span style="font-size: medium;">3. Facebook Analytics</span></strong></p>
<p>Waging a war against Google should not be limited to search. Google has an endless list of useful <a href="http://www.google.com/options/" target="_blank">products and services</a> and Facebook is ready to battle on all front.</p>
<p>Facebook Insight might be another major announcement at the F8 summit. The <a href="http://github.com/facebook/connect-js/blob/master/src/core/insights.js" target="_blank">concept</a> of data capture is similar to the web analytics solutions where the data is shared through an image beacon file. This allows developers and users to measure events triggered during an API call.</p>
<p style="text-align: center;" align="center"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/04/facebook-2binsight.jpg"><img class="aligncenter size-full wp-image-654" style="border: 1px solid black;" title="facebook-2binsight" src="http://www.keywebmetrics.com/wp-content/uploads/2010/04/facebook-2binsight.jpg" alt="" width="420" height="392" /></a></p>
<p> </p>
<p>Do you think that Google should be worried about these new features?</p>
<p>Please share your thoughts, insights and comments below.</p>
<p>Here is a list of the related top blog posts on this blog -<br /> <a href="http://www.keywebmetrics.com/2009/10/ultimate-web-analytics-training-guide-from-click-to-close/">Ultimate Web Analytics Training Guide: From Click to Close</a><br /> <a href="http://www.keywebmetrics.com/2009/12/top-5-coolest-web-analytics-iphone-apps/">Top 5 Coolest Web Analytics iPhone Apps</a><br /> <a href="http://www.keywebmetrics.com/2010/02/copy-my-actionable-google-analytics-advanced-segments/">Copy My Actionable Google Analytics Advanced Segments</a><br /> <a href="http://www.keywebmetrics.com/2010/04/top-3-worst-web-analytics-metrics-reports/">Top 3 Worst Web Analytics Metrics &amp; Reports</a></p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F04%2Ffacebook-vs-google-google-analytics-final-round%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F04%2Ffacebook-vs-google-google-analytics-final-round%2F&amp;source=ninjamarketer&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.keywebmetrics.com/2010/04/facebook-vs-google-google-analytics-final-round/">Facebook vs Google &#038; Google Analytics &#8211; Final Round??</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.keywebmetrics.com/2010/04/facebook-vs-google-google-analytics-final-round/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 3 Worst Web Analytics Metrics &amp; Reports</title>
		<link>http://www.keywebmetrics.com/2010/04/top-3-worst-web-analytics-metrics-reports/</link>
		<comments>http://www.keywebmetrics.com/2010/04/top-3-worst-web-analytics-metrics-reports/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 22:15:43 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Analytics Basic]]></category>
		<category><![CDATA[top metrics]]></category>
		<category><![CDATA[worst metrics]]></category>

		<guid isPermaLink="false">http://www.keywebmetrics.com/?p=635</guid>
		<description><![CDATA[Most marketers and analyst are too concerned about the best metrics to focus on to get actionable insights. Obsession for metrics does not always guarantee results. It is equally important to exclude the worst metrics from your analysis. Yes, you heard it right, these metrics can suck your time and lead you nowhere. Unique Visitors [...]<p><a href="http://www.keywebmetrics.com/2010/04/top-3-worst-web-analytics-metrics-reports/">Top 3 Worst Web Analytics Metrics &#038; Reports</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Most marketers and analyst are too concerned about the best metrics to focus on to get <a href="http://www.keywebmetrics.com/2009/07/actionable-insights-defining-kpis-for-business-success/">actionable insights</a>. Obsession for metrics does not always guarantee results. It is equally important to exclude the worst metrics from your analysis. Yes, you heard it right, these metrics can suck your time and lead you nowhere.</p>
<p><strong>Unique Visitors</strong></p>
<p>The first one is one of the most talked about metric: &#8220;Unique Visitors&#8221;. Unique visitor has been called by various names in different analytics package. Some call it <a href="http://analytics.blogspot.com/2007/01/absolute-unique-visitors-versus-new.html" target="_blank">absolute unique visitor</a> and others like to call it hourly/daily/yearly/decade/centuries unique visitors (see below you guessed it right <img src='http://www.keywebmetrics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Quite honestly, it does not matter what you call it by definition a unique visitor is a &#8220;statistic describing a unit of traffic to a Web site, counting each visitor only once in the time frame of the report.&#8221; (courtesy: <a href="http://en.wikipedia.org/wiki/Unique_visitor" target="_blank">wikipedia.com</a>)</p>
<p><span style="text-decoration: underline;"><strong>Key benefits</strong></span></p>
<p>This metric helps building rapport with your field sales team (because it is so common <img src='http://www.keywebmetrics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  no kidding).</p>
<p>The second benefit is it allows building cool reports like hourly/daily/weekly visitors that you might rarely use.</p>
<p>Third benefit is your websites unique visitor number could change if you change the date range. You will have a different unique visitor value for day/week/month/yearly unique visitor. What is the point of using a metric that creates confusion instead of providing insights?</p>
<p> </p>
<p align="center"><img style="border: 1px solid black;" src="http://www.keywebmetrics.com/images/screenhunter_01apr.0822.20.gif" alt="ScreenHunter 01 Apr. 08 22" width="147" height="206" /></p>
<p> </p>
<p>My advice is to use visits metric report with new and returning visitor segment instead. This will provide you more information than any form of unique visitor report can.</p>
<p> </p>
<p align="center"><img style="border: 1px solid black;" src="http://www.keywebmetrics.com/images/new vs returning.gif" alt="new vs returning" width="510" height="220" /></p>
<p> </p>
<p> </p>
<p align="center"> </p>
<p><strong>Overall bounce rate report</strong></p>
<p><a href="http://www.keywebmetrics.com/2008/12/bounce-rate-does-it-really-matters/">Bounce rate</a> can be the coolest metric only when you apply it to the right report. Overall site bounce rate report is total waste of time because it will not give you any directional data. It might be a good metric to <a href="http://search.twitter.com/search?q=my+bounce+rate" target="_blank">tweet about</a> if you have nothing else to say.</p>
<p>You could be getting a low bounce on your worst performing pages / campaigns and high bounce on the high converting pages.</p>
<p> </p>
<p style="text-align: center;" align="center"><img class="aligncenter" style="border: 1px solid black;" src="http://www.keywebmetrics.com/images/bounce rate.gif" alt="bounce rate" width="509" height="270" /></p>
<p> </p>
<p align="center"> </p>
<p> </p>
<p>Bounce rate can be super charged if you apply it to the right reports. Most Google Analytics reports have bounce rate as one of the default metric.</p>
<p>Apply bounce rate to get most actionable data from the following reports-</p>
<p><strong>1. Keywords report</strong> &#8211; Keywords report provide insights on what keywords are driving targeted traffic to your website. Our goal is to identify the keywords with higher conversion and high bounce rate (40% or more). The default view of the keywords report in Google Analytics will not provide both the bounce rate and the goal conversion rate metric in the same screen. The trick is to export the excel version of the keywords report. This report will provide the conversion and the bounce rate data side by side. Find out the landing pages for these keywords and test multiple landing pages.</p>
<p> </p>
<p align="center"><img style="border: 1px solid black;" src="http://www.keywebmetrics.com/images/keyword.gif" alt="keyword" /></p>
<p> </p>
<p><strong>2. Top Landing page</strong> &#8211; The top landing pages report can be segmented into paid vs non paid search traffic. High bounce paid search landing pages are low hanging fruits. Find out all the high bounce pages for paid search campaign and divert the traffic to more relevant pages after successful split testing. Similarly, identify the organic search landing pages with high bounce rate and add relevant content.</p>
<p> </p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.keywebmetrics.com/images/landing pages.gif" alt="landing pages" width="528" height="181" /></p>
<p> </p>
<p><strong>Time on Page</strong></p>
<p>Time on page metric could have been the best metric to <a href="http://www.keywebmetrics.com/2010/03/measuring-content-engagement-with-omniture-plugin/">measure content effectiveness</a> only if the time on page calculation was done correctly. The time on page can only be calculated if the web site visitor navigates to another page on the same website. What this means is you will never be able to figure out how much time a web visitor spent on the last page of the website.</p>
<p> </p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.keywebmetrics.com/images/ScreenHunter_02 Apr. 09 13.05.gif" alt="ScreenHunter 02 Apr. 08 22" width="540" height="293" /></p>
<p> </p>
<p>So, what should be the most productive and insightful way to measure time on site related data? Quite honestly, just stop being obsessive about the time on page metric and <span style="text-decoration: underline;">focus on the conversions</span> instead.</p>
<p>Here are some questions that you need to ask yourself -</p>
<p><strong>1.</strong> <strong>Does this page have a high bounce / exit rate?</strong></p>
<p><strong>Yes</strong></p>
<p>Identify the paid search keywords with high bounce and divert this traffic more relevant pages.</p>
<p><strong>No</strong></p>
<p>Great</p>
<p><strong>2. Is the page a key driver to the path to conversion?</strong></p>
<p><strong>Yes</strong></p>
<p>Great. Drive more traffic to this page.</p>
<p><strong>No</strong></p>
<p>Identify the paid search traffic landing on this page and divert it to better performing pages. Optimize the page by addding relevant content to this page. Drive relevant paid search traffic to this page.</p>
<p><strong>3. Is the page located at the right place in the site architecture?</strong></p>
<p><strong>Yes</strong></p>
<p>Great.</p>
<p><strong>No</strong></p>
<p>Move it to a better location on the website and 301 the old url to the new page.</p>
<p>Do you agree that these three reports / metrics are the worst metric? Please share your thoughts, insights and comments below.</p>
<p>Here is a list of the related top blog posts on this blog -</p>
<p><span style="text-decoration: underline;"><span style="COLOR: blue"><a href="http://www.keywebmetrics.com/2009/10/ultimate-web-analytics-training-guide-from-click-to-close/">Ultimate Web Analytics Training Guide: From Click to Close</a><br /> <a href="http://www.keywebmetrics.com/2009/12/top-5-coolest-web-analytics-iphone-apps/">Top 5 Coolest Web Analytics iPhone Apps</a><br /> <a href="http://www.keywebmetrics.com/2010/02/copy-my-actionable-google-analytics-advanced-segments/">Copy My Actionable Google Analytics Advanced Segments</a><br /> <a href="http://www.keywebmetrics.com/2009/11/troubleshooting-website-traffic-drop-with-web-analytics/">Troubleshooting Website Traffic drop with Web Analytics</a><br /> <a href="http://www.keywebmetrics.com/2009/12/top-5-coolest-web-analytics-iphone-apps/">5 Web Analytics Predictions for 2010 and Beyond</a></span></span><a href="http://www.keywebmetrics.com/2009/12/top-5-coolest-web-analytics-iphone-apps/"></a></p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F04%2Ftop-3-worst-web-analytics-metrics-reports%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F04%2Ftop-3-worst-web-analytics-metrics-reports%2F&amp;source=ninjamarketer&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.keywebmetrics.com/2010/04/top-3-worst-web-analytics-metrics-reports/">Top 3 Worst Web Analytics Metrics &#038; Reports</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.keywebmetrics.com/2010/04/top-3-worst-web-analytics-metrics-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics and Instant Service Live Chat Integration</title>
		<link>http://www.keywebmetrics.com/2010/03/google-analytics-and-instant-service-live-chat-integration/</link>
		<comments>http://www.keywebmetrics.com/2010/03/google-analytics-and-instant-service-live-chat-integration/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 02:31:07 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Web Analytics Integration]]></category>

		<guid isPermaLink="false">http://www.keywebmetrics.com/?p=599</guid>
		<description><![CDATA[Web Analytics integrations are often the most challenging part of web analyst job. The benefits of analytics integration are huge but when the rubber hits the road things get messy. If done correctly, web analytics integrations can close the campaign attribution gap. You can get all the data you need to effectively optimize website and [...]<p><a href="http://www.keywebmetrics.com/2010/03/google-analytics-and-instant-service-live-chat-integration/">Google Analytics and Instant Service Live Chat Integration</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Web Analytics integrations are often the most challenging part of web analyst job. The benefits of analytics integration are huge but when the rubber hits the road things get messy. If done correctly, web analytics integrations can close the campaign attribution gap. You can get all the data you need to effectively optimize website and campaign performance.</p>
<p>In this post, we will discuss the end to end integration of <a href="https://www.google.com/analytics" target="_blank">Google Analytics</a> (GA) with <a href="http://www.instantservice.com">Instant Service</a> (IS) live chat solution. Integrating a chat tool with an analytics solutions can provide you all the chat conversion data in the analytics reports.</p>
<p align="center"><img src="http://www.keywebmetrics.com/wp-content/uploads/2010/03/screenhunter_03mar.0914.09.gif" alt="ScreenHunter 03 Mar. 09 14" width="450" height="218" /></p>
<p>Instant service (IS) is one of the fastest growing live chat solution and their default setup does not capture on page data. You will not be able to identify the pages, campaigns or referral that lead to chat. Instant service reports will only provide you with the post chat start data. Interestingly, the chat solution is designed for quick and easy analytics integration.</p>
<h2><strong>Step#1. Requirements</strong></h2>
<p>GA provides three options for <a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html" target="_blank">custom variables</a> i.e. page-level, session-level and visitor level. We will be using three GA session-level custom variables and trackpageview function for the integration. Session-level custom variable will allow us to track chat metrics per visitor session. There are no special requirements as such on the IS software except you will need admin level access to your account.</p>
<p align="center"><img src="http://www.keywebmetrics.com/wp-content/uploads/2010/03/gacustomvariable-1.gif" alt="ga custom variable" width="814" height="159" /></p>
<p align="center"> </p>
<h2><strong>Step#2. Metrics / Events Setup<br /></strong></h2>
<p>We will be tracking the following events &amp; metrics inside of GA through this integration.</p>
<ul>
<li>
<div><strong>Invitation offered</strong> &#8211; Number of times the chat popup was offered to your site visitor.</div>
</li>
<li>
<div><strong>Invitation accepted</strong> (proactive chat) &#8211; Number of time the chat was accepted by the visitor.</div>
</li>
<li>
<div><strong>Invitation declined</strong> &#8211; Number of time the chat was declined by the visitor.</div>
</li>
<li>
<div><strong>On page chat clicks</strong> (requested chat) &#8211; Number of time the chat was started by clicking a chat button on the website</div>
</li>
<li>
<div><strong>Referring url</strong> (IS_referrer) &#8211; Referring url of the chat visitor</div>
</li>
<li>
<div><strong>Page name</strong> (IS_pagename) &#8211; URL of the page where chat started.</div>
</li>
</ul>
<p> </p>
<h2><strong>Step#3. Code and scripts Installation<br /></strong></h2>
<p>To begin with, you do not have to be a programmer to write the codes for this integration. Below is the list of all the codes you will need to capture the data.</p>
<p><strong>a.</strong> URL parsing scripts &#8211; These are php scripts that allow you to capture the referring url and page name for any page on your website. The captured data is stored in variables and later copied into GA custom variables when chat events are triggered. These scripts should be added anywhere between the &lt;body&gt;&lt;/body&gt; area on each webpage or inside the include file.</p>
<p> </p>
<table style="height: 318px;" border="1" cellspacing="0" cellpadding="0" width="515">
<tbody>
<tr>
<td width="638" valign="top">
<p>&lt;?php</p>
<p>$IS_referrer = getenv(&#8220;HTTP_REFERER&#8221;);</p>
<p>echo $IS_referrer;</p>
<p>?&gt;</p>
<p><strong>(script to capture referring url)</strong></p>
<p> </p>
<p>&lt;?php</p>
<p>function IS_pagename() {</p>
<p>return   substr($_SERVER["SCRIPT_NAME"],strrpos($_SERVER["SCRIPT_NAME"],&#8221;/&#8221;)+1);</p>
<p>}</p>
<p>echo &#8220;The current page name is &#8220;.IS_pagename();</p>
<p>?&gt;</p>
<p><strong>(script to capture page name)</strong></p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<p><strong>b.</strong> Reactive Chat script (capture click based chat data) -The script below when added to the website will allow you to capture reactive (click based) chat data in GA. When a web visitor clicks the chat button the clicks will be registered as a page view in GA.</p>
<p>Notice how we are passing the page name (IS_pagename) and referring url (IS_referrer) to GA custom variable. This will allow us to link the web data to the chat metrics.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top">
<p>&lt;script  &gt;</p>
<p>function track_chat_button()</p>
<p>{</p>
<p>var s=s_gi(s_account);</p>
<p>pageTracker._trackPageview(&#8216;Chat/Button/Clicked&#8217;);</p>
<p>pageTracker._setCustomVar(1, IS_pagename, IS_pagename, 2);</p>
<p>pageTracker._setCustomVar(2, IS_referrer, IS_referrer, 2);</p>
<p>}</p>
<p>function agents_not_available()</p>
<p>{</p>
<p>document.getElementById(&#8216;smartbutton&#8217;).innerHTML =</p>
<p>&#8216;&lt;a href= &#8220;&#8221;  MsoNormal&#8221; style=&#8221;margin-bottom: 0.0001pt; line-height: normal;&#8221;&gt;&#8217;return false;&#8221;&gt;&lt;img   src=&#8221;http://www.yourwebsite.com/chat_button.gif&#8221;&gt;&lt;/a&gt;&#8217;;</p>
<p>return true;</p>
<p>}</p>
<p>function agents_available()</p>
<p>{</p>
<p>document.getElementById(&#8216;smartbutton&#8217;).innerHTML =</p>
<p>&#8216;&lt;img   src=&#8221;http://www.yourwebsite.com/email_button.gif&#8221;&gt;&#8217;;</p>
<p>return true;</p>
<p>}</p>
<p>document.write(&#8216;&lt;img   src=&#8221;https://rs.instantservice.com/resources/smartbutton&#8217; +</p>
<p>&#8216;/YOUR ACCOUNT ID/DIVISION ID/available.gif?&#8217; + Math.floor(Math.random()*10001)   +</p>
<p>&#8216;&#8221;style=&#8221;width:0;height:0;visibility:hidden;position:absolute;&#8221;&#8216;   +</p>
<p>&#8216;onLoad=&#8221;agents_available()&#8221;  &gt;&#8217;);</p>
<p>&lt;/script&gt;</p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<p><strong>c.</strong> Proactive chat script (capture popup based chat data) &#8211; The proactive chat codes should be added in the <strong>custom java script</strong> section of IS admin console.</p>
<p align="center"><img src="http://www.keywebmetrics.com/wp-content/uploads/2010/03/screenhunter_03mar.2311.14.gif" alt="ScreenHunter 03 Mar. 23 11" width="554" height="258" /></p>
<div></div>
<div><strong>Invitation offered</strong> &#8211; Number of times the chat popup was offered to your site visitor.</div>
<div></div>
<div></div>
<div></div>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="385" valign="top">
<p>function ii_executeOfferedEvent(param1, param2, param3)<br /> {<br /> if(typeof(pageTracker)!=&#8217;undefined&#8217;){<br /> pageTracker._trackPageview(&#8216;Chat/Invitation/Offered&#8217;);<br /> }<br /> }</p>
</td>
</tr>
</tbody>
</table>
<div></div>
<div></div>
<div></div>
<div><strong>Invitation accepted</strong> (proactive chat) &#8211; Number of time the chat was accepted by the visitor.</div>
<div></div>
<div></div>
<div></div>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="385" valign="top">
<p> </p>
<p>function ii_executeAcceptedEvent(param1, param2, param3)<br /> {<br /> if(typeof(pageTracker)!=&#8217;undefined&#8217;){<br /> pageTracker._trackPageview(&#8216;Chat/Invitation/Accepted&#8217;);<br /> }<br /> }</p>
</td>
</tr>
</tbody>
</table>
<div></div>
<div></div>
<div></div>
<div><strong>Invitation declined</strong> &#8211; Number of time the chat was declined by the visitor.</div>
<div></div>
<div></div>
<div></div>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="385" valign="top">
<p>function ii_executeDeclinedEvent(param1, param2, param3)<br /> {<br /> if(typeof(pageTracker)!=&#8217;undefined&#8217;){<br /> pageTracker._trackPageview(&#8216;Chat/Invitation/Declined&#8217;);<br /> }<br /> }</p>
</td>
</tr>
</tbody>
</table>
<h2></h2>
<h2></h2>
<h2>Step#4. Reading Anlaytics Reports</h2>
<p>Allow 24 hours for Google Analytics to populate the reports. You will be able to see the data in the following reports.</p>
<p><strong>1. </strong><strong>Top content Report</strong></p>
<p>Apply filter page containing = chat to see how many times the invitations were offered, accepted and declined. Using page = page name custom segment you will be able to see the chat performance for each page on your website.</p>
<p align="center"><img src="http://www.keywebmetrics.com/wp-content/uploads/2010/03/screenhunter_04mar.2311.27.gif" alt="ScreenHunter 04 Mar. 23 11" width="343" height="196" /></p>
<p><strong>2. Custom Variables</strong></p>
<p>Custom reports will provide you all the referring url data associated with each chat event. Using referring url and page name you can optimize the chat popup rules to maximize performance and improve the chat conversions.</p>
<p align="center"><img src="http://www.keywebmetrics.com/wp-content/uploads/2010/03/screenhunter_09mar.2311.37.gif" alt="ScreenHunter 09 Mar. 23 11" width="546" height="254" /></p>
<p>Please share your thoughts, insights and comments because it really helps me write more effectively.</p>
<p>Here is a list of other helpful blog posts on this blog-<br /> <a href="http://www.keywebmetrics.com/2010/02/copy-my-actionable-google-analytics-advanced-segments/">Copy My Actionable Google Analytics Advanced Segments</a> <a href="http://www.keywebmetrics.com/2009/11/troubleshooting-website-traffic-drop-with-web-analytics/">Troubleshooting Website Traffic drop with Web Analytics</a><br /> <a href="http://www.keywebmetrics.com/2009/12/top-5-coolest-web-analytics-iphone-apps/">Top 5 Coolest Web Analytics iPhone Apps</a></p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F03%2Fgoogle-analytics-and-instant-service-live-chat-integration%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F03%2Fgoogle-analytics-and-instant-service-live-chat-integration%2F&amp;source=ninjamarketer&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.keywebmetrics.com/2010/03/google-analytics-and-instant-service-live-chat-integration/">Google Analytics and Instant Service Live Chat Integration</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.keywebmetrics.com/2010/03/google-analytics-and-instant-service-live-chat-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Analytics Scan Update</title>
		<link>http://www.keywebmetrics.com/2010/03/web-analytics-scan-update/</link>
		<comments>http://www.keywebmetrics.com/2010/03/web-analytics-scan-update/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:00:34 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Web Analytics Tools]]></category>

		<guid isPermaLink="false">http://www.keywebmetrics.com/?p=589</guid>
		<description><![CDATA[Thank you. Your support and feedbacks have helped us identify and fix the issues in the web analytics scan app. Here is a quick snap shot of all the beta release to date. Feel free to share your comments, insights and thoughts to improve this free web app. Beta 1.3 – Released 3/17/10 * Full [...]<p><a href="http://www.keywebmetrics.com/2010/03/web-analytics-scan-update/">Web Analytics Scan Update</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Thank you. Your support and feedbacks have helped us identify and fix the issues in the <a href="http://www.keywebmetrics.com/web-analytics-scan/">web analytics scan</a> app.</p>
<p>Here is a quick snap shot of all the beta release to date. Feel free to share your comments, insights and thoughts to improve this free web app.</p>
<p><strong>Beta 1.3</strong> – Released 3/17/10</p>
<p>* Full support for Omniture Analytics<br /> * Bug fix with certain pages not being scanned for Google Analytics<br /> * Few small bug fixes</p>
<p><strong>Beta 1.2</strong> – Released 02/28/10</p>
<p>* Added excel download option for download reports<br /> * Added email delivery option for getting reports delivered by email once the scan is complete</p>
<p><strong>Beta 1.1</strong> – Released 02/22/10</p>
<p>* Frist beta release with support for 5 analytics software (Google, Omniture, Coremetrics, Yahoo and web trends)</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F03%2Fweb-analytics-scan-update%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F03%2Fweb-analytics-scan-update%2F&amp;source=ninjamarketer&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.keywebmetrics.com/2010/03/web-analytics-scan-update/">Web Analytics Scan Update</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.keywebmetrics.com/2010/03/web-analytics-scan-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Measuring Content Effectiveness with Omniture SiteCatalyst</title>
		<link>http://www.keywebmetrics.com/2010/03/measuring-content-engagement-with-omniture-plugin/</link>
		<comments>http://www.keywebmetrics.com/2010/03/measuring-content-engagement-with-omniture-plugin/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 23:44:16 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Customer Engagement]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.keywebmetrics.com/?p=569</guid>
		<description><![CDATA[Producing a ton of content and not knowing if web site visitors are consuming it can sometimes be really frustrating. Avg. time on site and time on page metrics can provide some insights into how engaging the web content is. These metrics are good to get a high level view of content usage and are [...]<p><a href="http://www.keywebmetrics.com/2010/03/measuring-content-engagement-with-omniture-plugin/">Measuring Content Effectiveness with Omniture SiteCatalyst</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Producing a ton of content and not knowing if web site visitors are consuming it can sometimes be really frustrating. Avg. time on site and time on page metrics can provide some insights into how engaging the web content is. These metrics are good to get a high level view of content usage and are still not enough to provide actionalbe insights.</p>
<p>What if there was a way to find what part of the content on any given page is consumed? What if you can generate a report that shows if your headline and first paragraph are able to drive visitors to read the next part of the content?</p>
<p>Omniture <a href="http://blogs.omniture.com/2010/03/10/summit-topic-2-getpercentpageviewed-plug-in/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+omniture%2Fblogs%2Fall+%28Omniture%3A+Industry+Insights%29" target="_blank">recently announced</a> a cool new plugin for their SiteCatalyst analytics tool. This plugin allows users to view the percentage of content viewed on any given page vertically.</p>
<p align="center"><img src="http://www.keywebmetrics.com/wp-content/uploads/2010/03/screenhunter_04mar.1215.57.gif" alt="ScreenHunter 04 Mar. 12 15" width="468" height="339" /></p>
<p>The plugin is totally free for current SiteCatalyst customers. You can find the plugin code on the <strong>Help -&gt; Supporting docs -&gt; Implementation -&gt; Plugins</strong> section of SiteCatalyst help section.</p>
<p>Here are step by step instructions on how to install this plugin.</p>
<p><strong>#1.</strong> Add a new traffic/property variable.</p>
<p><strong>Admin -&gt; Report Suites -&gt; Edit Settings -&gt; Traffic -&gt; Traffic Variables</strong></p>
<p align="center"><img src="http://www.keywebmetrics.com/wp-content/uploads/2010/03/screenhunter_05mar.1216.11.gif" alt="ScreenHunter 05 Mar. 12 16" width="447" height="179" /></p>
<p><strong>#2.</strong> Set the new s.prop value to the percentage page viewed function. This variable will record the percentage of the <strong>previous page viewed</strong>.</p>
<p align="center"><img src="http://www.keywebmetrics.com/wp-content/uploads/2010/03/screenhunter_06mar.1216.18.gif" alt="ScreenHunter 06 Mar. 12 16" width="310" height="52" /></p>
<p><strong>#3.</strong> Create another s.prop traffic variable. This variable will be used to store the previous page value. Adding this variable will allow us to combine the page name with the percentage page viewed value metric.</p>
<p><strong>#4.</strong> Prepare the code for implementation. This is how your final code should look like.</p>
<p align="center"><img src="http://www.keywebmetrics.com/wp-content/uploads/2010/03/screenhunter_12mar.1217.19.gif" alt="ScreenHunter 12 Mar. 12 17" width="401" height="99" /></p>
<p><strong>#5.</strong> Copy the code in the s_doPlugins() function located in the &#8220;Plugin Config&#8221; area of the s_code.js file.</p>
<p><strong>(<a href="../wp-content/uploads/2010/03/code-sitecat.docx" target="_blank">Click here</a> to download the code file)</strong></p>
<p style="text-align: center;" align="center"><strong><img class="aligncenter" src="http://www.keywebmetrics.com/wp-content/uploads/2010/03/screenhunter_11mar.1217.02.gif" alt="ScreenHunter 11 Mar. 12 17" width="645" height="170" /></strong></p>
<p><strong>#6</strong> Finally, copy the following code in &#8220;PLUGINS SECTION&#8221; area of the s_code.js file and allow SiteCatalyst to populate reports. You should see two new reports inside the Custom Traffic section.</p>
<p><strong>(<a href="http://www.keywebmetrics.com/wp-content/uploads/2010/03/code-sitecat.docx" target="_blank">Click here</a> to download the code file)</strong></p>
<p style="text-align: center;"><a href="http://www.keywebmetrics.com/wp-content/uploads/2010/03/ScreenHunter_01-Mar.-14-18.40.gif"><img class="aligncenter size-medium wp-image-580" title="ScreenHunter_01 Mar. 14 18.40" src="http://www.keywebmetrics.com/wp-content/uploads/2010/03/ScreenHunter_01-Mar.-14-18.40-300x238.gif" alt="omniture sitecatalyst" width="300" height="238" /></a></p>
<p>Here is a quick screen shot of how the final Custom Traffic report should look like.</p>
<p><a href="http://blogs.omniture.com/2010/03/10/summit-topic-2-getpercentpageviewed-plug-in/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+omniture%2Fblogs%2Fall+%28Omniture%3A+Industry+Insights%29" target="_blank"><img style="width: 461px; height: 281px;" src="http://microsite.omniture.com/t2/blogs/images/getpercentpageviewed_02.png" border="1" alt="" hspace="0" align="baseline" /></a></p>
<p>Please share your thoughts, insights and comments because it really helps me write more effectively.</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F03%2Fmeasuring-content-engagement-with-omniture-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.keywebmetrics.com%2F2010%2F03%2Fmeasuring-content-engagement-with-omniture-plugin%2F&amp;source=ninjamarketer&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.keywebmetrics.com/2010/03/measuring-content-engagement-with-omniture-plugin/">Measuring Content Effectiveness with Omniture SiteCatalyst</a> is a post from: <a href="http://www.keywebmetrics.com">Key Web Metrics &amp; Web Analytics Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.keywebmetrics.com/2010/03/measuring-content-engagement-with-omniture-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
