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

<channel>
	<title>JBS Partners &#187; Analytics/Statistics</title>
	<atom:link href="http://www.jbspartners.com/resources/blog/analytics-statistics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jbspartners.com</link>
	<description>Web Site Design and Marketing</description>
	<lastBuildDate>Fri, 23 Jul 2010 04:05:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How Many File Downloads is Google Analytics Tracking For You?</title>
		<link>http://www.jbspartners.com/blog/analytics-statistics/file-download-tracking-in-google-analytics</link>
		<comments>http://www.jbspartners.com/blog/analytics-statistics/file-download-tracking-in-google-analytics#comments</comments>
		<pubDate>Sun, 29 Jun 2008 03:24:52 +0000</pubDate>
		<dc:creator>Jim Spencer</dc:creator>
				<category><![CDATA[Analytics/Statistics]]></category>

		<guid isPermaLink="false">http://www.jbspartners.com/blog/analytics-statistics/how-many-file-downloads-is-google-analytics-tracking-for-you</guid>
		<description><![CDATA[Google Analytics provides valuable information about your visitor traffic and what visitors find interesting on your website or blog pages.  However, it does not track file downloads by default.

What if you have eight downloadable files and you want to know which of the eight is downloaded the most?
The easy option is to use the [...]]]></description>
			<content:encoded><![CDATA[<p>Google Analytics provides valuable information about your visitor traffic and what visitors find interesting on your website or blog pages.  However, it does not track file downloads by default.</p>
<p><img height="43" alt="Google-Analytics-logo" src="http://www.jbspartners.com/wp-content/uploads/2008/06/google-analytics-logo.gif" width="184" /></p>
<p>What if you have eight downloadable files and you want to know which of the eight is downloaded the most?</p>
<p>The easy option is to use the Site Overlay feature.  However, I found, on a low traffic site, that it did not record clicks on file download links.  Please let me know if you find otherwise.</p>
<p>Google provides another option, adding a javascript tracking code to each file download link.  This bit of javascript assigns a pageview to the clicks on your file links which Google easily tracks.</p>
<p><strong>Adding the Google Analytics code to your links</strong></p>
<p><em>a href=&#8221;folder-name/file-name.pdf&#8221;<br />
onClick=&#8221;javascript: pageTracker._trackPageview(&#8216;folder-name/file-name.pdf&#8217;);&#8221;&gt;<br /></em>This is a complete code sample</p>
<p><em>a href=&#8221;folder-name/file-name.pdf&#8221;</em><br />
This line is the path to your pdf.  I didn&#8217;t need to change anything here.</p>
<p><em>onClick=&#8221;javascript: pageTracker._trackPageview(&#8216;folder-name/file-name.pdf&#8217;);&#8221;&gt;</em><br />
This line is the tracker code.  This is the new Google code that was added.</p>
<p><em>onClick=&#8221;javascript: pageTracker._trackPageview(&#8216;folder-name/<strong>fn.pdf&#8217;</strong></em><br />
The file-name.pdf in this line can be any text that you choose. Here it is shortened to fn.pdf.</p>
<p><strong>Bonus: Try a shorter link name</strong></p>
<p>I shortened the file name text compared to the acutal file name so that it would fit nicely in the Google Analytics display.</p>
<ul>
<li>Simple cut and paste</li>
<li>Consider shortening the file name</li>
<li>Works with any kind of downloadable file, pdf, avi, doc and so on.   </li>
</ul>
<p></p>
<p><strong>Give it a try</strong></p>
<p>Don&#8217;t expect to see the results immediately.  Google suggests waiting one or two days. I saw results within 30 minutes.</p>
<p>Here is a link to the Google Analytics Help page.  <a href="http://www.google.com/support/googleanalytics/bin/answer.py?answer=55529&amp;topic=11006">http://www.google.com/support/googleanalytics/bin/answer.py?answer=55529&amp;topic=11006</a></p>
<p>You are invited to share your comments below.  Thanks for visiting.</p>
<div class="tweetmeme_button" style="float: left; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jbspartners.com%2Fblog%2Fanalytics-statistics%2Ffile-download-tracking-in-google-analytics"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jbspartners.com%2Fblog%2Fanalytics-statistics%2Ffile-download-tracking-in-google-analytics&amp;source=fairminder&amp;style=compact&amp;service=cli.gs&amp;service_api=94286b2d7bd5639f1811f7fc259d5240" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jbspartners.com/blog/analytics-statistics/file-download-tracking-in-google-analytics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to add a tracking code to your WordPress blog</title>
		<link>http://www.jbspartners.com/blog/analytics-statistics/how-to-add-a-tracking-script-to-your-wordpress-home-page</link>
		<comments>http://www.jbspartners.com/blog/analytics-statistics/how-to-add-a-tracking-script-to-your-wordpress-home-page#comments</comments>
		<pubDate>Sun, 28 Oct 2007 23:59:03 +0000</pubDate>
		<dc:creator>Jim Spencer</dc:creator>
				<category><![CDATA[Analytics/Statistics]]></category>

		<guid isPermaLink="false">http://jbspartners.com/blog/hosting/how-to-add-a-tracking-script-to-your-wordpress-home-page</guid>
		<description><![CDATA[On a typical web site, tracking code is added to the index.html page.  However, WordPress is structured differently.  Here is one way to add tracking codes to your WordPress blog.

FTP (I prefer FileZilla) to your hosting account.
Download the header.php file.
Navigate to the file location:  You path may look like this /public_html/wp-content/themes/&#60;your theme&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>On a typical web site, tracking code is added to the index.html page.  However, WordPress is structured differently.  Here is one way to add tracking codes to your WordPress blog.</p>
<ol>
<li>FTP (I prefer <a href="http://filezilla-project.org/" target="_blank" title="filezilla">FileZilla</a>) to your hosting account.</li>
<li>Download the header.php file.</li>
<li>Navigate to the file location:  You path may look like this /public_html/wp-content/themes/&lt;your theme&#8217;s name&gt;/</li>
<li>Find the &lt;/head&gt; tag and paste your code above it.  See the specific instructions for your code.</li>
</ol>
<p>Tracking codes you might be using:</p>
<ul>
<li><a href="http://www.google.com/analytics/" target="_blank" title="Google Analytics">Google Analytics </a> &#8211; Analytics</li>
<li><a href="http://www.crazyegg.com/" title="www.crazyegg.com/ " target="_blank">Crazy Egg</a> &#8211; Heat Map</li>
<li><a href="http://www.hittail.com" title="Hit Tail" target="_blank">Hit Tail</a> &#8211; Long Tail Key Words</li>
</ul>
<p>What tracking codes are you using?
<div class="tweetmeme_button" style="float: left; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jbspartners.com%2Fblog%2Fanalytics-statistics%2Fhow-to-add-a-tracking-script-to-your-wordpress-home-page"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jbspartners.com%2Fblog%2Fanalytics-statistics%2Fhow-to-add-a-tracking-script-to-your-wordpress-home-page&amp;source=fairminder&amp;style=compact&amp;service=cli.gs&amp;service_api=94286b2d7bd5639f1811f7fc259d5240" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jbspartners.com/blog/analytics-statistics/how-to-add-a-tracking-script-to-your-wordpress-home-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Site Analytics and Statistics</title>
		<link>http://www.jbspartners.com/blog/analytics-statistics/web-site-analytics-and-statistics</link>
		<comments>http://www.jbspartners.com/blog/analytics-statistics/web-site-analytics-and-statistics#comments</comments>
		<pubDate>Tue, 16 Jan 2007 00:56:27 +0000</pubDate>
		<dc:creator>Jim Spencer</dc:creator>
				<category><![CDATA[Analytics/Statistics]]></category>

		<guid isPermaLink="false">http://webpageadvisor.com/blog/web-site-analytics-and-statistics</guid>
		<description><![CDATA[



Web Site Analytics and Statistics 

&#160;



How are people finding my site? 
 Free tools are available to assist you in increasing the effectiveness of your Web site by understanding existing traffic patterns. And you don&#8217;t have to be a traffic controller to understand this stuff.  
Server Logs &#8212;Web servers log basic visitor information, such [...]]]></description>
			<content:encoded><![CDATA[<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr bgcolor="#7486c0" style="background-color: rgb(116, 134, 192);">
<td valign="top">
<p style="padding: 3px;"><font size="2" face="Arial,Helvetica,sans-serif" color="#c7d1fc" style="font-weight: bold; font-size: 10pt; color: rgb(199, 209, 252); font-family: Arial,Helvetica,sans-serif; letter-spacing: -0.02em;">Web Site Analytics and Statistics </font></p>
</td>
<td width="12" background="http://img.constantcontact.com/letters/images/newsletters_crisp2_rounded.gif" style="background-position: right top; background-repeat: no-repeat;">&nbsp;</td>
</tr>
<tr>
<td valign="middle" colspan="2">
<p><font size="1" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#7486c0" style="font-weight: bold; font-size: 9pt; color: rgb(116, 134, 192); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">How are people finding my site? </font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"><a href="http://rs6.net/tn.jsp?t=ijy8i8bab.0.0.e95i8ybab.0&amp;ts=S0216&amp;p=http%3A%2F%2Fwww.google.com%2Fanalytics%2F" shape="rect"><img width="189" vspace="5" hspace="5" height="162" border="0" align="right" title="Google" style="width: 189px; height: 162px;" alt="Google" src="http://www.google.com/analytics/images/intro_small.jpg" /></a> </font><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">Free tools are available to assist you in increasing the effectiveness of your Web site by understanding existing traffic patterns. And you don&rsquo;t have to be a traffic controller to understand this stuff. </font><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"> </font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"><strong>Server Logs</strong> &mdash;Web servers log basic visitor information, such as the time, date, what IP address sent the visitor to your Web site, and much more. </font><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"> </font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"><strong>Statistics software tools</strong>&mdash;Collect this information, and more, from the text based logs and present bar graphs and pie charts showing visitor statistics over a specified period of time.</font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"><strong>Analytics software tools</strong>&mdash;These tools require installing tracking software on each Web page, to collect even more data which you can then interpret to learn even more about your customers.</font><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">Fees for analytics tools range from free to hundreds of dollars per month. A free tool such as Google Analytics is a great choice for small and large businesses.</font></p>
<hr />
<p>&nbsp;<br />
            <strong><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"></p>
<p>            Here are questions and answers that illustrate the value of analytics tools:</font></strong></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"><strong>Q. Where are your visitors located? </strong></font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">A. Geographic information can inform your advertising purchasing decisions. You may decide that an overseas market warrants providing language translation on your web site.</font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"><strong>Q. Which search engine is bringing the most visitors? </strong></font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">A. If one search engine is providing most of the traffic. you may choose to focus your marketing efforts with that search engine, or you may wish to balance your results out by advertising more with another search engine.</font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"><strong>Q. What keywords do visitors use to reach your site from the search engines? </strong></font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">A. Once you know which keywords are bringing visitors, you can then optimize your Web site to include the right keywords on the pages that you want visitors to land on.</font><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">I found that a visitor arrived at my site after searching for &ldquo;testimonials law sites&rdquo;. As of this writing, my Web site ranks number 7 in Google (bottom of the first page). <a href="http://rs6.net/tn.jsp?t=ijy8i8bab.0.0.e95i8ybab.0&amp;ts=S0216&amp;p=http%3A%2F%2Fwww.google.com%2Fsearch%3Fq%3Dtestimonials%2Blaw%2Bsites%26complete%3D1%26hl%3Den%26lr%3D%26star" t="10&amp;sa=N">Try the query!</a></font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"><strong>Q. Which Web sites send the most traffic your way?</strong></font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">A. If you know that visitors are coming from a particular web site, see what you can do to enhance the linking from that site to get more traffic. At a minimum, keep up a good relationship.</font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"><strong>Q. Most visitors are landing on your Contact Us page. What should you do?</strong></font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">A. If your goal is for folks to contact you, and they are, then great. But, if you want visitors to read about your products or services, then they are still a click away. Adjustments are required in this case to direct the traffic to the desired page.</font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"><strong>Q. Why do most visitors leave your web site after looking at X page? </strong></font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">A. If they leave after looking at one page, I would be concerned about what was on that page, and what brought them there. Their expectations are not aligned with the page content.</font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"><strong>Q. Would you value a list of the most visited pages on your Web site? </strong></font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">A. If visitors are spending a lot of time on a certain page, discover if this is beneficial or not. Are they <em>not</em> finding what they need <em>or</em> are they absolutely entranced with your offering?</font></p>
<hr />
<p>&nbsp;</p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"></p>
<p>            An analytics tool is a requirement if you are paying advertisers. Without these tools, it is like taking a road trip without a map.</font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">The analytics tools allow you to track your campaign in real time so that you can make important adjustments, monitor for click fraud and revise your web site and advertising copy. </font> <font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">It is invaluable for A/B split testing.</font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">Even if you are not using Google Adwords or Yahoo Search Marketing to drive traffic to your site, here is what can you do now.</font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"><strong>1)</strong> Review the statistics provided by your hosting company.&nbsp; </font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">&nbsp;&nbsp;&nbsp; If you host with <strong>JBS Partners</strong>, here is how:</font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">&nbsp;&nbsp;&nbsp; 1 &ndash; Go to www.jbspartners.net/cpanel and login </font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">&nbsp;&nbsp;&nbsp; 2 &ndash; click on the Web/FTP stats icon </font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;">&nbsp;&nbsp;&nbsp; 3 &ndash; Click on awstats, the first listing 4 &ndash; Review your statistics</font></p>
<p><font size="2" face="Verdana,Geneva,Arial,Helvetica,sans-serif" color="#000000" style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; letter-spacing: 0.03em;"><strong>2)</strong> Setup Google Analytics yourself, or speak with JBS Partners about setting it up for you. </font></p>
</td>
</tr>
</tbody>
</table>
<div class="tweetmeme_button" style="float: left; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jbspartners.com%2Fblog%2Fanalytics-statistics%2Fweb-site-analytics-and-statistics"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jbspartners.com%2Fblog%2Fanalytics-statistics%2Fweb-site-analytics-and-statistics&amp;source=fairminder&amp;style=compact&amp;service=cli.gs&amp;service_api=94286b2d7bd5639f1811f7fc259d5240" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jbspartners.com/blog/analytics-statistics/web-site-analytics-and-statistics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
