<?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>Boston Media Domain &#187; Google Analytics</title>
	<atom:link href="http://www.bostonmediadomain.com/tag/google-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bostonmediadomain.com</link>
	<description>Search, Social and Online Media for Domains</description>
	<lastBuildDate>Mon, 25 Apr 2011 15:18:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Cross-Domain Tracking in Google Analytics</title>
		<link>http://www.bostonmediadomain.com/crossdomain-tracking-google-analytics/</link>
		<comments>http://www.bostonmediadomain.com/crossdomain-tracking-google-analytics/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 22:13:02 +0000</pubDate>
		<dc:creator>jeff selig</dc:creator>
				<category><![CDATA[Commentary & Analysis]]></category>
		<category><![CDATA[Search Marketing PPC]]></category>
		<category><![CDATA[SEO Analysis]]></category>
		<category><![CDATA[Social Media Metrics]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://bostonmediadomain.com/?p=1417</guid>
		<description><![CDATA[Cross-Domain Tracking A default setup of Google Analytics is designed to track content and visitor data for a single domain, such as dogs.example.com or www.example.com. However, suppose you want to use Analytics for more complex situations, such as tracking all visitors to both dogs.example.com and www.example.com, with data for both showing in the same report profile only visitors to the www.example.com/dogs subdirectory in a separate report as if it were a single site all visitors to two domains that you own, such as www.example.com and www.example2.com, with data for both showing in the same report profile visitor and pageview data for content in an iFrame of another domain. In any of these cases, you&#8217;ll need to do some customization to the tracking code in order to correctly track visitors. Before doing this, it&#8217;s a good idea to read about Domains and Directories as they are defined in a default Analytics installation. Use the following table to view sections in the rest of this document, and as a reference for the tracking code modifications suggest for each method. Once you have decided on a tracking method, be sure to also read the Site Linking Considerations at the end of this document. [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fcrossdomain-tracking-google-analytics%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fcrossdomain-tracking-google-analytics%2F&amp;source=seosem&amp;style=normal&amp;service=is.gd&amp;hashtags=Google+Analytics,search+engine+optimization,SEO&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h1>Cross-Domain Tracking</h1>
<p>A default setup of Google Analytics is designed to track content and visitor data for a single domain, such as <code>dogs.example.com</code> or <code>www.example.com</code>.</p>
<p>However, suppose you want to use Analytics for more complex situations, such as tracking</p>
<ul>
<li> all visitors to <em>both</em> <code>dogs.example.com</code> and <code>www.example.com</code>, with data for both showing in the same report profile</li>
<li>only visitors to the <code>www.example.com/dogs</code> subdirectory in a separate report as if it were a single site</li>
<li>all visitors to two domains that you own, such as <code>www.example.com</code> and <code>www.example2.com</code>, with data for both showing in the same report profile</li>
<li>visitor and pageview data for content in an iFrame of another domain.</li>
</ul>
<p>In any of these cases, you&#8217;ll need to do some customization to the tracking code in order to correctly track visitors. Before doing this, it&#8217;s a good idea to read about <a href="http://code.google.com/apis/analytics/docs/concepts/gaConceptsDomains.html">Domains and Directories</a> as they are defined in a default Analytics installation.</p>
<p>Use the following table to view sections in the rest of this document, and as a reference for the tracking code modifications suggest for each method. Once you have decided on a tracking method, be sure to also read the <a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingSite.html#siteLinkingConsiderations">Site Linking Considerations</a> at the end of this document.</p>
<table border="1">
<tbody>
<tr>
<th scope="col">Type of Tracking</th>
<th scope="col">Example Domains</th>
<th scope="col">Configuration Needed</th>
</tr>
<tr>
<td><a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingSite.html#singleSubDirectory">Restricted to a single sub-directory</a></td>
<td>www.example.com/myStore</td>
<td>
<pre>_setCookiePath("/myStore/");</pre>
</td>
</tr>
<tr>
<td><a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingSite.html#twoSubDirectories">Across two sub-directories on the same domain</a></td>
<td>
<ul>
<li>www.example-commerce-host.com/myStore</li>
<li>www.example-commerce-host.com/myCart</li>
</ul>
</td>
<td>
<pre>_setCookiePath("/first/Path/");
_cookiePathCopy("/new/Path/");</pre>
</td>
</tr>
<tr>
<td><a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingSite.html#domainAndSubDirectory">Between a domain and a sub-directory on another domain</a></td>
<td>
<ul>
<li>www.example-petstore.com</li>
<li>www.example-commerce-host.com/petStoreCart</li>
</ul>
</td>
<td>
<pre>_setDomainName("none");
_setAllowLinker(enable);
_setAllowHash(false);
_link();
_linkByPost();</pre>
</td>
</tr>
<tr>
<td><a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingSite.html#domainSubDomains">Across a domain and its sub-domains</a></td>
<td>
<ul>
<li>www.example-petstore.com</li>
<li>dogs.example-petstore.com</li>
<li>cats.example-petstore.com</li>
</ul>
</td>
<td>
<pre>_setDomainName(".example-petstore.com");
_setAllowHash(false);</pre>
</td>
</tr>
<tr>
<td><a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingSite.html#multipleDomains">Across multiple domains and/or sub-domains</a></td>
<td>
<ul>
<li>www.example-petstore.com</li>
<li>www.my-example-blogsite.com</li>
<li>dogs.example-petstore.com</li>
</ul>
</td>
<td>
<pre>_setDomainName("none");
_setAllowLinker(enable);
_setAllowHash("false");
_link();
_linkByPost();</pre>
</td>
</tr>
<tr>
<td><a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingSite.html#trackingIFrames">Tracking an iFrame hosted in another domain</a></td>
<td>
<ul>
<li>www.example-parent.com</li>
<li>www.my-example-iframecontent.com</li>
</ul>
</td>
<td>
<pre>iframe.src = pageTracker._getLinkerUrl("http://www.my-example-content.com");</pre>
</td>
</tr>
</tbody>
</table>
<h2 id="singleSubDirectory">Restricting Tracking to a Single Subdirectory</h2>
<p>There are two common cases for restricting Analytics tracking to a single sub-directory of a larger domain:</p>
<ul>
<li>You have  access only to a sub-directory of a larger website, such as when you use an ecommerce hosting service</li>
<li>You want to limit tracking to a sub-directory of a larger website, such as when you launch a project on your company&#8217;s website, which also uses Analytics tracking</li>
</ul>
<p>Suppose you have a profile in your Analytics account where you track visitor data to your online store. The store itself is hosted on <code>www.example.com/myStore/</code>. You only want to record visitor and campaign data for the <code>/myStore</code> subdirectory, and not for any other page on the <code>example.com</code> domain. In this case, you  also only have access to those web pages included in that sub-directory.</p>
<p>In order to set up tracking for your store, you will need to use the <code>_setCookiePath()</code> function in your tracking code, like this:</p>
<pre><span>var</span><span> pageTracker </span><span>=</span><span> _gat</span><span>.</span><span>_getTracker</span><span>(</span><span>"UA-12345-1"</span><span>);</span><span>
pageTracker</span><span>.</span><span>_setCookiePath</span><span>(</span><span>"/myStore/"</span><span>);</span><span>
pageTracker</span><span>.</span><span>_trackPageview</span><span>();</span><span>  </span></pre>
<p>Once this is set up, your reports will correctly display visitor and campaign data only for your sub-directory. This is because the cookie path is set to your sub-directory rather than to the root directory of <code>www.example.com</code> and your profile will read and write to a unique set of cookies for your store only.</p>
<p>It is considered a best practice to use the <code>_setCookiePath()</code> function in this scenario. If you do not, there are two possible impacts to your reports:</p>
<ul>
<li><strong>Other Analytics account cookies set on <code>www.example.com</code> can be shared by your account</strong>.This means that visitor statistics like <code>new vs returning</code>, <code>time on site</code>, and <code>number of visits</code> might be incorrect, since your visitors&#8217; session cookies might also reflect activity on other parts of <code>www.example.com</code>.</li>
<li><strong>Your reports might reflect campaign details from another store.</strong>For example, suppose a visitor clicks on an email campaign that goes to another store on the same domain: <code>www.example.com/shoeStore</code>. In this case, the referral information in the visitor&#8217;s cookie is set to the campaign named <em>Fall Shoe Sale</em>. Later, that same visitor searches on Google for pet supplies and clicks on a search result to your store and purchases a dog collar. Since ad and email campaign referrals persist over search results, you will see the campaign <em>Fall Shoe Sale</em> generating sales for dog collars. This is because the <code>_utm</code>z cookie for your online store was not set uniquely for your path.</li>
</ul>
<p>If you restrict visitor cookies to only your path, campaign and session data for another part of <code>www.example.com</code> will not  be included in your reports, since the cookie path is restricted. (Read about <a href="http://code.google.com/apis/analytics/docs/concepts/gaConceptsCookies.html">Cookies</a> for more background info on how cookies are read by web browsers.)</p>
<p>If you are tracking visitor and referral traffic for a sub-directory, you might also want to set up an <em>Include</em> filter to the sub-directory to ensure that only content for that sub-directory shows up in your report. See the <a href="http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;answer=55496">pre-defined filter</a> article in the Help Center for more information.</p>
<h2 id="twoSubDirectories">Tracking Across Two Sub-directories on the Same Domain</h2>
<p>You might want to track multiple subdirectories on a domain where you do not have access to the pages for the larger domain. For example, suppose you have both an online store and a shopping cart on a service provider&#8217;s site:</p>
<ul>
<li><code>www.example-commerce-host.com/myStore/</code></li>
<li><code>www.example-commerce-host.com/myCart/</code></li>
</ul>
<p>If you want to track user sessions and campaign data from your store to the shopping cart,  you can use the <code>_cookieCopyPath()</code> method to copy the cookie information to another directory on the same domain. In this case, the key parts of the tracking code snippet for all pages would look like:</p>
<pre><span>var</span><span> pageTracker </span><span>=</span><span> _gat</span><span>.</span><span>_getTracker</span><span>(</span><span>"UA-12345-1"</span><span>);</span><span>
pageTracker</span><span>.</span><span>_setCookiePath</span><span>(</span><span>"/myStore/"</span><span>);</span><span>
pageTracker</span><span>.</span><span>_cookiePathCopy</span><span>(</span><span>"/myCart/"</span><span>);</span><span>
pageTracker</span><span>.</span><span>_trackPageview</span><span>();</span><span>  </span></pre>
<p>In this case, a unique cookie is set for the domain, limited to the first directory provided, and the same cookie data is also copied over to the second directory provided.</p>
<h2 id="domainAndSubDirectory">Tracking Across a Domain and a Sub-directory of Another Domain</h2>
<p>Another common tracking scenario is to track visitor and traffic data between a single domain and a sub-directory of a different domain. This typically occurs when you have your online store on one domain, but you use a 3rd-party website for your shopping cart, where you are limited to a sub-directory of that site. The follow example URLs each contain recommended customizations for the tracking code on their pages.</p>
<ul>
<li><strong>Primary</strong>: <code>www.example-petstore.com</code>
<pre>var pageTracker = _gat._getTracker("UA-12345-1");
pageTracker._setAllowLinker(true);
pageTracker._setAllowHash(false);</pre>
</li>
<li><strong>Secondary</strong>: <code>www.example-commerce-host.com/petStoreCart</code>
<pre>var pageTracker = _gat._getTracker("UA-12345-1");
pageTracker._setDomainName("none");
pageTracker._setAllowLinker(true);
pageTracker._setAllowHash(false);</pre>
</li>
</ul>
<p>For any form submission from <code>www.example-petstore.com</code> to the shopping cart website, you would use the<code> _linkByPost()</code> method to copy traffic and visitor cookie data via HTTP POST to the shopping cart site. The <code>_setAllowLinker()</code> method directs the target site to read cookie data from the POST data rather than from the regular user session information. In this way, you can pass cookie data set on one domain to another and thereby retain the visitor session from your online store to your shopping cart.</p>
<pre>onSubmit="pageTracker._linkByPost('www.example-commerce-host.com/petStoreCart/begin.php');"</pre>
<p>Similarly, use the <code>_link()</code> function to transfer visitor data on any links going from the online store to the shopping cart.</p>
<pre>&lt;a href="pageTracker._linkByPost('www.example-commerce-host.com/petStoreCart/legalTerms.php');"</pre>
<h2 id="domainSubDomains">Tracking Across a Domain and Its Sub-domains</h2>
<p>As mentioned above, a default installation of the tracking code automatically tracks visitor data to a specific domain or sub-domain. This means that even if you manage both a domain and a sub-domain, you must make modifications to the tracking code in order to share visitor data across both of them.</p>
<p>Suppose you have the following URLs that you want to track as a single entity:</p>
<ul>
<li><code>www.example-petstore.com</code></li>
<li><code>dogs.example-petstore.com</code></li>
<li><code>cats.example-petstore.com</code></li>
</ul>
<p>For this setup, you would use the following key customizations for the tracking code on all pages.</p>
<pre><span>  </span><span>var</span><span> pageTracker </span><span>=</span><span> _gat</span><span>.</span><span>_getTracker</span><span>(</span><span>"UA-12345-1"</span><span>);</span><span>
  pageTracker</span><span>.</span><span>_setDomainName</span><span>(</span><span>".example-petstore.com"</span><span>);</span><span>
  pageTracker</span><span>.</span><span>_trackPageview</span><span>();</span><span> </span></pre>
<p>In this example, notice the use of the leading &#8220;.&#8221; in the declaration of the domain. Since the Analytics tracking code creates a hash value from the string that you provide in the <code>_setDomainName()</code> method, it&#8217;s recommended that you follow standard conventions and use the leading &#8220;.&#8221; when setting your domain name in this way. See the documentation on <a href="http://code.google.com/apis/analytics/docs/gaJS/gaJSApiDomainDirectory.html#_gat.GA_Tracker_._setDomainName"><code>_setDomainName()</code></a> for more details.</p>
<h2 id="multipleDomains">Tracking Across Multiple Domains and Sub-domains</h2>
<p>In this scenario, you might want to enable tracking across a given domain and its sub-domains, and include a separate domain in the mix. For example, suppose you have an online store and you also want to track visitor and campaign data to your blog. The following shows key tracking code customizations for three example URLs.</p>
<ul>
<li><strong>Primary</strong>: <code>www.example-petstore.com</code>
<pre>var pageTracker = _gat._getTracker("UA-12345-1");
pageTracker._setDomainName(".example-petstore.com");
pageTracker._setAllowLinker(true);
pageTracker._setAllowHash(false);</pre>
<p>In addition, you would use the <code>_link()</code> and <code>_linkByPost()</code> for any form or links to<code> www.my-example-blogsite.com</code>. This is not required for links to the sub-domain of this site, since the <code>_setDomainName()</code> function defined <code>.example-petstore.com</code> as the domain to enable cookie access for any other  subdomains.</li>
<li><strong>Secondary</strong>: <code>dogs.example-petstore.com</code>
<pre>var pageTracker = _gat._getTracker("UA-12345-1");
pageTracker._setDomainName(".example-petstore.com");
pageTracker._setAllowLinker(true);
pageTracker._setAllowHash(false);</pre>
<p>In addition, you would use the <code>_link()</code> and <code>_linkByPost()</code> for any form or links to<code> www.my-example-blogsite.com</code>. as well as to the primary domain.</li>
<li><strong>Terciary</strong>: <code>www.my-example-blogsite.com</code>
<pre>var pageTracker = _gat._getTracker("UA-12345-1");
pageTracker._setDomainName("none");
pageTracker._setAllowLinker(true);
pageTracker._setAllowHash(false);</pre>
</li>
</ul>
<h2 id="trackingIFrames">Tracking Across iFrames</h2>
<p>In a site where the transfer between domains is done by opening a new window or by including content in an iFrame, you will need to to use the <code>_getLinkerUrl()</code> method to transfer visitor and campaign cookies from one domain to another. For example, suppose you a form in an iFrame hosted on <code> www.my-example-iframecontent.com</code> and you want to transfer visitor information from the parent page that hosts the iFrame on <code>www.example-parent.com</code>.</p>
<p>You would use JavaScript to load the iFrame and pass in the cookie information using the <code>_getLinkerURL()</code> method.</p>
<pre>var iframe = document.getElementById("myIFrame");
iframe.src = pageTracker._getLinkerUrl("http://<code>www.my-example-iframecontent.com</code>/");</pre>
<h2 id="siteLinkingConsiderations">Site Linking Considerations</h2>
<p>When setting up tracking in the various scenarios described above, keep in mind the following:</p>
<ul>
<li><strong>A session from one domain can only be transferred to another domain via a click, a form submission, or via _getLinkerURL</strong>.The passing of the cookie data via these three methods links two page views under a single session. If a user independently visits two sites that are tracking in the same profile, such as through a bookmark, these visits will still be counted under separate sessions. In this scenario, the linking methods are not invoked, and thus there is no way to determine the initiating session for a given user.</li>
<li><strong>Choose a primary profile for multi-domain tracking</strong>.Enable multi-domain tracking by first establishing a profile for your primary domain. After you have set up a profile and retrieved the tracking code for your primary domain, use the same tracking code for all other installations and configure the necessary linking functions. In this way, your configuration will be set up correctly <em>before</em> data is recorded, and you will have  all data historically located in one profile.
<p>If you have already established separate profiles for each website installation, you can still enable linking of the separate web properties, but you will need to choose one existing profile to act as the primary one for aggregating the data from both sites. The data collected in each profile prior to linking cannot be merged into a primary profile, so the historical data for the secondary profile will remain separate.</li>
<li><strong>Content reports always show the request URI</strong>Finally, once you have domain linking established, you will see only the request URI in the content reports, and not the top-level or sub-domain for a given page. So for example, if you have a page on <code>http://www.example.com/index.php</code> and another page on <code>http://www.example2.com/index.php</code>, you will see listings in the reports for two distinct <code>index.php</code> pages, and will not be able to distinguish which page is from which domain. You can include the referring domain in the page reports by setting a filter that will include all components of the page URL in the content reports, as follows:
<ol>
<li>In the <strong>Profile Settings</strong> page, click the <strong>Add Filter</strong> link.</li>
<li>Choose <strong>Add New Filter</strong> and provide the filter a name.</li>
<li>Choose <em>Custom Filter</em> and select <em>Advanced</em> on the <strong>Filter type</strong> settings.</li>
<li>Under <strong>Advanced</strong> settings, choose <em>Hostname</em> for <strong>FieldA</strong> and <em>Request URI</em> for <strong>FieldB</strong>.</li>
<li>Set the values for each of these fields to <code>(.*)</code>, which is an expression that captures all characters.</li>
<li>Set the <strong>Output To &#8211;&gt; Constructor</strong> option to <em>Request URI</em> and provide <code>$A1$B1</code> as the value for that choice.</li>
</ol>
<p>This will capture the <code>www.example.com</code> portion of your URL and include that at the beginning of your page URL in the content reports section.</li>
</ul>
<div class="shr-publisher-1417"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.bostonmediadomain.com/crossdomain-tracking-google-analytics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Metrics and tools to use when doing an SEO Website Analysis</title>
		<link>http://www.bostonmediadomain.com/metrics-website-seo-analysis/</link>
		<comments>http://www.bostonmediadomain.com/metrics-website-seo-analysis/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 19:24:15 +0000</pubDate>
		<dc:creator>jeff selig</dc:creator>
				<category><![CDATA[Commentary & Analysis]]></category>
		<category><![CDATA[Search Marketing PPC]]></category>
		<category><![CDATA[SEO Analysis]]></category>
		<category><![CDATA[Social Media Metrics]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://bostonmediadomain.com/?p=1126</guid>
		<description><![CDATA[These tips, tools and metrics for analyzing your website, on page and off page ranking factors alike, are all levers to pull and lenses to measure your website by. Understanding what sensors the search engines take into account will help you ascertain the ranking potential, indexing and positioning problems of your web site for search engines and their spiders. Are you analyzing your website architecture and site structure?  Looking for broken links? Have you looked at your  image optimization, both image size and alt text tag attributions? Are there search engine penalties you should be aware of? The list I have compiled is by no means the end to the analysis or even begin to touch upon the continuing efforts that go into optimizing a site. Your website analysis needs to start somewhere though, right? So lets start at the root of the analysis by looking at the domain name itself . Web stats Statcounter &#8211; A free yet reliable invisible web tracker, highly configurable hit counter and real-time detailed web stats. Insert a simple piece of code on your web page or blog and you will be able to analyse and monitor all the visitors to your website in [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fmetrics-website-seo-analysis%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fmetrics-website-seo-analysis%2F&amp;source=seosem&amp;style=normal&amp;service=is.gd&amp;hashtags=Google+Analytics,search+engine+optimization,SEO&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><span class="wp-decoratr-image"><img src="http://farm1.static.flickr.com/34/109211670_e666cc162b_m.jpg" alt="Visual Complexity" width="280" height="280" /></span></p>
<p>These tips, tools and metrics for analyzing your website, on page and off page ranking factors alike, are all levers to pull and lenses to measure your website by. Understanding what sensors the search engines take into account will help you ascertain the ranking potential, indexing and positioning problems of your web site for search engines and their spiders.</p>
<p>Are you analyzing your website architecture and site structure?  Looking for broken links? Have you looked at your  image optimization, both image size and alt text tag attributions? Are there search engine penalties you should be aware of?</p>
<p>The list I have compiled is by no means the end to the analysis or even begin to touch upon the continuing efforts that go into optimizing a site. Your website analysis needs to start somewhere though, right? So lets start at the root of the analysis by looking at the domain name itself .</p>
<p><strong>Web stats</strong></p>
<p><a href="http://www.statcounter.com/"><strong>Statcounter</strong></a> &#8211; A free yet reliable invisible web tracker, highly configurable hit counter and real-time detailed web stats. Insert a simple piece of code on your web page or blog and you will be able to analyse and monitor all the visitors to your website in real-time.<br />
<a href="http://www.histats.com/"><strong>HiStats</strong></a> &#8211; Real time stats and online user count/list, Hourly, daily and monthly stats &#8211; with forecast and comparison charts to help you understand visitor trends, Referrer stats archived by day and month. We never clear your referrer stats, nor do we limit your log file size. Stats. for every page, and group of pages on your site You can track stats of your photo section or the article section. Such statistics enable you concentrate development to the most visited pages on your site. Detailed information about visitors (language, Operating Systen, screen size, internet provider,DSL speed, etc.) Detailed information about visitors location (city, region, country) Fully detailed statistics of the last 20,000 visits With referrer, complete page URLs and IP geolocation info. Your visitor data is aggregated into a downloadable APACHE-type log on a remotely hosted system. Our best competitor offers a log of 500 visits (others usually have just 20/100/200 ) Click counter service You can count how many people downloaded files from your website. You may also use this information for your link exchanges. Search engine trends, Advanced functions like ROI and visitors conversion, Visitor path tracking, Hidden tracker available for free. Different counter code formats; and can track users with either embedded flash code or javascript.<br />
<a href="http://www.addfreestats.com/"><strong>Addfreestats</strong></a> &#8211; You can select invisible or visible button. Entire profile of the latest 1000 visitors.Where your visitors go after they leave your website.Google Adsense tracking exit clicks. All pages of your web site are tracked.No website traffic or stats limitation.Password protection for your web stats reports.History of your website statistics and traffic.Unique visitors, visits, page views.Referrer, Search engine, Keywords.<br />
Unique Statistics Report for each page.Statistics for search engines, referrers report.View the countries, regions and cities of your website visitors.You&#8217;ll see which website pages are the most popular.How much time your visitors spent on your website?View the listing of your visitors with their profile.View stats about the operating systems and browsers used.View stats about the key words used by your visitors.Daily stats estimate of visits.Daily estimate referrers and search engines stats.Statistics with percentages and graphics.</p>
<p><strong>SEO METRICS</strong> <strong>and data points for site analysis</strong></p>
<p><strong>Links</strong></p>
<p>Total Incoming Links:</p>
<p>Total Incoming Links to Home Page:</p>
<p>Total Incoming Links to Specified URL:</p>
<p>Deep link ratio:</p>
<p>.EDU Links:</p>
<p>.GOV Links:</p>
<p>DMOZ Links:</p>
<p>I use Google&#8217;s copy of DMOZ over at <a href="http://www.google.com/dirhp/"> dirhp </a> to check for a listing, in the rare cases where Yahoo has not yet spidered the DMOZ page.</p>
<p>Yahoo Directory Links:</p>
<p>Links from Unique Domains:</p>
<p>Google PageRank:</p>
<p>Google Cache Date:</p>
<p>Technorati Inbound Blog Links:</p>
<p>del.icio.us bookmarks:</p>
<p>Digg.com Submissions:</p>
<p>ZoomInfo listing:</p>
<p>RSS Feed:</p>
<p>Site Map:</p>
<p><strong>Metadata:</strong></p>
<p>Page Title</p>
<p>Meta Description</p>
<p>Meta Keywords</p>
<p>Total number of HTML files on a page</p>
<p>Total objects on a page</p>
<p>Total number of images on a page</p>
<p>Total size of a page</p>
<p>Total size of all the images on a given page</p>
<p>Total number of external script files</p>
<p>Total size of external  scripts</p>
<p>Total size of your external CSS</p>
<p>The total size of the HTML file</p>
<p>Total number of external CSS files</p>
<p>Total size of all external multimedia files</p>
<p>Robot.txt file</p>
<p>Sub Domains</p>
<p><strong>Server and Site Data</strong><br />
<a href="http://www.iwebtool.com/ping"><strong>Ping Test</strong></a> <a rel="nofollow" href="http://www.wickedfire.com/redirect.php?url=http%3A%2F%2Fwww.iwebtool.com%2Fping" target="_blank"></a>- Check the presence of an active connection<br />
<strong><a href="http://www.iwebtool.com/reverse_ip">Reverse IP/Look-up</a> </strong><a rel="nofollow" href="http://www.wickedfire.com/redirect.php?url=http%3A%2F%2Fwww.iwebtool.com%2Freverse_ip" target="_blank"></a> &#8211; Resolve a host to an IP address<br />
<a href="http://www.iwebtool.com/server_status"><strong>Server Status</strong></a> <a rel="nofollow" href="http://www.wickedfire.com/redirect.php?url=http%3A%2F%2Fwww.iwebtool.com%2Fserver_status" target="_blank"></a> &#8211; Check if your website is online or offline<br />
<strong><a href="http://www.iwebtool.com/speed_test">Website Speed Test</a> </strong><a rel="nofollow" href="http://www.wickedfire.com/redirect.php?url=http%3A%2F%2Fwww.iwebtool.com%2Fspeed_test" target="_blank"></a> &#8211; Find out how fast your website loads<br />
<a href="http://www.whatismyipaddress.com/"><strong>What Is My IP Address</strong></a> <a rel="nofollow" href="http://www.wickedfire.com/redirect.php?url=http%3A%2F%2Fwww.whatismyipaddress.com%2F" target="_blank"></a> &#8211; shows your ip address<br />
<a href="http://www.webconfs.com/ip-to-city.php"><strong>IP to City</strong></a> <a rel="nofollow" href="http://www.wickedfire.com/redirect.php?url=http%3A%2F%2Fwww.webconfs.com%2Fip-to-city.php" target="_blank"></a> &#8211; determine the Country, City, Latitude and Longitude of an IP Address<br />
<a href="http://www.webconfs.com/website-to-country.php"><strong>Website to Country</strong></a> <a rel="nofollow" href="http://www.wickedfire.com/redirect.php?url=http%3A%2F%2Fwww.webconfs.com%2Fwebsite-to-country.php" target="_blank"></a> &#8211; determine the Country in which the specified website is Hosted</p>
<p>Unique analysis and representation of a sites elemental structure is provided by <a href="http://www.wolframalpha.com">Wolfram Alpha</a>. I point out this insight into website HTML elements hierarchy mapping as a potential guide to Google rankings.  Elements may represent headings, paragraphs, hypertext links, lists, embedded media, and a variety of other structures.</p>
<p><strong>Links related</strong><br />
<strong><br />
<a href="Reciprocal Link Checker">Reciprocal Link Check</a></strong> &#8211; check whether your link partners are linking back to your website<br />
<a href="http://www.ranks.nl/cgi-bin/ranksnl/tools/checklink.pl"><strong>Link Checker</strong></a> &#8211; check your links to see if it&#8217;s still valid or not<br />
<a href="http://www.webconfs.comURLnchor-text-analysis.php"><strong>Backlink Anchor Text Analyzer</strong></a> &#8211; check link text used by your backlinks to Link to your wesbite</p>
<p><strong>Search Engines</strong></p>
<p><a href="http://www.google.com/analytics/"><strong>Google Analytics</strong></a> &#8211; tells you everything about your visitors<br />
<a href="http://www.iwebtool.com/google_banned"><strong>Google Banned Checker</strong></a> &#8211; check whether a site is banned by Google or not<br />
<a href="http://www.xml-sitemaps.com/se-bot-simulator.html"><strong>Search Engine Bot Simulator</strong></a> &#8211; SEO Tool to simulate search engine parsing of webpages and display discovered links.<br />
<a href="http://www.seochat.com/seo-tools/indexed-pages/"><strong>Indexed pages</strong></a> &#8211; check the no. of indexed pages for your blog<br />
<a href="http://www.seochat.com/seo-tools/spider-simulator/"><strong>Spider Simulator</strong></a> &#8211; simulates a search engine by displaying the contents of a web page<br />
<a href="http://www.seochat.com/seo-tools/redirect-check/"><strong>Search Engine Friendly Redirect Checker</strong></a> &#8211; checks the exact HTTP headers that a web server is sending with an HTTP response.<br />
<a href="http://www.iwebtool.com/search_engine_position"><strong>Search Engine Position</strong></a> &#8211; Locate your search listings on Google and Yahoo!<br />
<a href="http://www.iwebtool.com/search_listings_preview"><strong>Search Listings Preview</strong></a> &#8211; Preview your website on Google, MSN and Yahoo! Search</p>
<p><strong>HTML related</strong></p>
<p><a href="http://www.iwebtool.com/html_encrypter"><strong>HTML Encrypt</strong></a> &#8211; Hide your HTML source code<br />
<a href="http://www.iwebtool.com/html_optimizer"><strong>HTML Optimize</strong></a> &#8211; Optimize and clean your HTML source code<br />
<a href="http://www.iwebtool.com/http_headers"><strong>HTTP Headers</strong></a> &#8211; Extract the HTTP Headers of a web page<br />
<strong><a href="http://www.xml-sitemaps.com/http-headers-viewer.html">HTTP Headers Viewer</a> </strong><a rel="nofollow" href="http://www.wickedfire.com/redirect.php?url=http%3A%2F%2Fwww.xml-sitemaps.com%2Fhttp-headers-viewer.html" target="_blank"></a> &#8211; check HTTP headers for any specific URL<br />
<a href="http://www.iwebtool.com/metatags_extractor"><strong>Meta-tags Extractor</strong></a> &#8211; Extract meta-tags information from a web page<br />
<a href="http://www.iwebtool.com/metatags_generator"><strong>Meta-tags Generator</strong></a><a rel="nofollow" href="http://www.wickedfire.com/redirect.php?url=http%3A%2F%2Fwww.iwebtool.com%2Fmetatags_generator" target="_blank"></a> &#8211; Generate and configure your meta-tags<br />
<strong><a href="http://www.seochat.com/seo-tools/meta-analyzer/">META Analyzer</a> </strong><a rel="nofollow" href="http://www.wickedfire.com/redirect.php?url=http%3A%2F%2Fwww.seochat.com%2Fseo-tools%2Fmeta-analyzer%2F" target="_blank"></a> &#8211; analyze a website&#8217;s meta tags<br />
<a href="http://www.seochat.com/seo-tools/meta-tag-generator/"><strong>Meta Tag Generator</strong></a> &#8211; help you to generate meta tags<br />
<strong><a href="http://www.iwebtool.com/code_viewer">Source Code Viewer</a> </strong> &#8211; View the source code of a page</p>
<p><strong>Miscellaneous</strong></p>
<p><strong><a href="http://www.feedvalidator.org/">FEED Validator</a> </strong> &#8211; for Atom and RSS<br />
<a href="http://validator.w3.org/"><strong>W3C Markup Validation Service</strong></a> &#8211; check for conformance to W3C Recommendations and other standards<br />
<a href="http://www.webconfs.com/kontera-preview-tool.php"><strong>Kontera Ads Preview</strong></a> &#8211; preview Kontera Ads on your website<br />
<a href="http://www.markhorrell.com/tools/spellcheck.asp"><strong>Online spell checker</strong></a> &#8211; simple online spell checking tools<br />
<a href="http://www.markhorrell.com/tools/browser.shtml"><strong>Browser Screen Resolution Checker</strong></a> &#8211; shows what your site looks like with different screen resolutions<br />
<a href="http://www.iwebtool.com/browser_details"><strong>Your Browser Details</strong></a> &#8211; View your IP address and your browser details<br />
<a href="http://www.iwebtool.comURLnonymous_emailer"><strong>Anonymous Emailer</strong></a> &#8211; Send e-mails to users anonymously<br />
<strong><a href="http://www.iwebtool.com/md5">md5 Encrypt</a> </strong> &#8211; Encrypt text to MD5<br />
<a href="http://www.iwebtool.com/online_calculator"><strong>Online Calculator</strong></a> &#8211; A simple online calculator</p>
<p><a href="http://www.info-pack.com/alink/"><strong>ALink Reciprocal Link Checker</strong></a><br />
<a href="http://www.info-pack.com/ameta/"><strong>AMeta Meta Tag Editor</strong> </a><a rel="nofollow" href="http://www.wickedfire.com/redirect.php?url=http%3A%2F%2Fwww.info-pack.com%2Fameta%2F" target="_blank"></a><br />
<strong><a href="http://www.xmlsitemapmaker.com/">XML Sitemap Maker</a> </strong><br />
<strong><a href="http://www.rssfeedmaker.biz/">RSS Feed Maker</a> </strong><br />
<strong><a href="http://www.info-pack.com/pagesize/">Webpage Size Checker</a> </strong></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 374px; width: 1px; height: 1px;"><span style="color: #515151;"><span style="font-size: 8pt;">age of domain, speed, Dmoz listings, Current PageRank, Predicted PageRank, Alexa Ranking, Backlinks, Listings on Google/MSN/Yahoo and Website&#8217;s competition.</span></span></div>
<div class="shr-publisher-1126"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.bostonmediadomain.com/metrics-website-seo-analysis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>7 New Features in Your Google Analytics Account</title>
		<link>http://www.bostonmediadomain.com/7-features-google-analytics-account/</link>
		<comments>http://www.bostonmediadomain.com/7-features-google-analytics-account/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 15:44:57 +0000</pubDate>
		<dc:creator>jeff selig</dc:creator>
				<category><![CDATA[Commentary & Analysis]]></category>
		<category><![CDATA[Search Marketing PPC]]></category>
		<category><![CDATA[SEO Analysis]]></category>
		<category><![CDATA[Social Media Metrics]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://bostonmediadomain.com/?p=1345</guid>
		<description><![CDATA[Photo by pdxdiverGoogle recently added powerful new features to your Google Analytics account. With these seven new features you&#8217;ll be able to get quicker insights, create deeper customizations, do more advanced analysis and track more mobile marketing! 1) Analytics Intelligence with Custom Alerts Using an algorithmic driven Intelligence engine, Analytics Intelligence monitors data patterns over daily, weekly and monthly periods. Significant changes in data trends and insights you may not have noticed are surfaced directly in your account. You can also create your own Custom Alerts that monitor your selection of dimensions and metrics that can be sent by email or displayed in the Intelligence reports. 2) Expanded Goals and New Engagement Goals You can now track even more conversions by creating up to 20 goals per profile. Measure user engagement and branding success on your site with Time on Site and Pages per Visit goals. Set up your first Engagement goal in minutes. 3) Expanded Mobile Reporting Google Analytics has expanded support for mobile websites and tracking for iPhone and Android mobile applications tracking. Adding server side code to your PHP, JSP, PERL, or ASPX mobile websites enables you to track non-Java-Script enabled phones. For mobile application developers, access [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bostonmediadomain.com%2F7-features-google-analytics-account%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bostonmediadomain.com%2F7-features-google-analytics-account%2F&amp;source=seosem&amp;style=normal&amp;service=is.gd&amp;hashtags=Google+Analytics,search+engine+optimization,SEO&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><span style="font-family: arial,sans-serif; font-size: 13px;"><span style="font-family: Arial,Helvetica,sans-serif;"><span class="wp-decoratr-image"><img src="http://farm3.static.flickr.com/2534/4012645294_074d1c759d_m.jpg" alt="" /><br />
<a rel="external nofollow" href="http://www.flickr.com/photos/94366076@N00/4012645294">Photo by pdxdiver</a></span>Google recently added powerful new features to your Google Analytics account. With these seven new features you&#8217;ll be able to get quicker insights, create deeper customizations, do more advanced analysis and track more mobile marketing!</span></span></p>
<p><span style="font-family: Arial,Helvetica,sans-serif;"> </span></p>
<p><span style="font-family: Arial,Helvetica,sans-serif;"><strong>1) Analytics Intelligence with Custom Alerts</strong><br />
Using an algorithmic driven Intelligence engine,<span> </span><a style="color: #114170;" href="http://analytics.blogspot.com/2009/11/new-feature-spotlight-analytics.html?utm_source=news_v4&amp;utm_medium=email&amp;utm_campaign=en_us" target="_blank">Analytics Intelligence monitors data patterns</a><span> </span>over daily, weekly and monthly periods. Significant changes in data trends and insights you may not have noticed are surfaced directly in your account. You can also<span> </span><a style="color: #114170;" href="http://www.youtube.com/watch?v=gRvUpoTT-Bo" target="_blank">create your own Custom Alerts</a><span> </span>that monitor your selection of dimensions and metrics that can be sent by email or displayed in the Intelligence reports.</span></p>
<p><span style="font-family: Arial,Helvetica,sans-serif;"><strong>2) Expanded Goals and New Engagement Goals</strong><br />
You can now track even more conversions by creating up to 20 goals per profile. Measure user engagement and branding success on your site with Time on Site and Pages per Visit goals.<span> </span><a style="color: #114170;" href="http://www.youtube.com/watch?v=cGqq4bvrxPU" target="_blank">Set up your first Engagement goal</a><span> </span>in minutes.</span></p>
<p><span style="font-family: Arial,Helvetica,sans-serif;"><strong>3) Expanded Mobile Reporting</strong><br />
Google Analytics has<span> </span><a style="color: #114170;" href="http://analytics.blogspot.com/2009/11/new-feature-spotlight-google-analytics.html?utm_source=news_v4&amp;utm_medium=email&amp;utm_campaign=en_us" target="_blank">expanded support for mobile websites</a><span> </span>and tracking for iPhone and Android mobile applications tracking. Adding server side code to your PHP, JSP, PERL, or ASPX mobile websites enables you to track non-Java-Script enabled phones. For mobile application developers, access the SDK and technical implementation details<span> </span><a style="color: #114170;" href="http://code.google.com/apis/analytics/docs/tracking/mobileAppsTracking.html?utm_source=news_v4&amp;utm_medium=email&amp;utm_campaign=en_us" target="_blank">here</a>. You&#8217;ll also be able to see breakout data on mobile devices and carriers in the new Mobile reports in the Visitors section.</span></p>
<p><span style="font-family: Arial,Helvetica,sans-serif;"><strong>4) Unique Visitors Metric</strong><br />
<a style="color: #114170;" href="http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;answer=33087#utm_source=news_v4&amp;utm_medium=email&amp;utm_campaign=en_us" target="_blank">Include the Unique Visitors metric</a><span> </span>in your Custom Report or Advanced Segments to see how many actual visitors (unique cookies) visit your website. You can select Unique Visitors as a metric against any dimensions in Google Analytics.</span></p>
<p><span style="font-family: Arial,Helvetica,sans-serif;"><strong>5) Advanced Analysis Features</strong><br />
Dive deeper into your data with<span> </span><a style="color: #114170;" href="http://www.youtube.com/watch?v=3YgbZg-Jb9o" target="_blank">Pivoting, Secondary Dimensions</a>, and<span> </span><a style="color: #114170;" href="http://analytics.blogspot.com/2009/11/new-feature-spotlight-advanced-filters.html?utm_source=news_v4&amp;utm_medium=email&amp;utm_campaign=en_us" target="_blank">Advanced Table Filtering</a>. These combined features enable you to perform in-depth, on the fly data analysis within your account.</span></p>
<p><span style="font-family: Arial,Helvetica,sans-serif;"><strong>6) Share Advanced Segments and Custom Report Templates</strong><br />
<a style="color: #114170;" href="http://analytics.blogspot.com/2009/05/share-customizations-and-dive-much.html?utm_source=news_v4&amp;utm_medium=email&amp;utm_campaign=en_us" target="_blank">Share the URL link</a><span> </span>for an Advanced Segment or Custom Report with anyone who has an Analytics account. Sharing the link will automatically import the pre-formatted template into the person&#8217;s account. Also available now is the ability to share or hide your Advanced Segments and Custom Reports by profile.</span></p>
<p><span style="font-family: Arial,Helvetica,sans-serif;"><strong>7) Multiple Custom Variables</strong><br />
Custom variables provide the power and flexibility to customize Google Analytics to collect the unique site usage data most important to your business. Define and track visitors according to visitor attributes (member vs. non-member), session attributes (signed in or signed out), and by page-level attributes (viewed Sports section). Use custom variables to classify any number of interactions and behaviors on your site.<span> </span><a style="color: #114170;" href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html?utm_source=news_v4&amp;utm_medium=email&amp;utm_campaign=en_us" target="_blank">Start learning more</a><span> </span>about them now.</span></p>
<div class="shr-publisher-1345"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.bostonmediadomain.com/7-features-google-analytics-account/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Google Analytics launches asynchronous tracking</title>
		<link>http://www.bostonmediadomain.com/google-analytics-launches-asynchronous-tracking/</link>
		<comments>http://www.bostonmediadomain.com/google-analytics-launches-asynchronous-tracking/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:48:32 +0000</pubDate>
		<dc:creator>jeff selig</dc:creator>
				<category><![CDATA[Commentary & Analysis]]></category>
		<category><![CDATA[Search Marketing PPC]]></category>
		<category><![CDATA[SEO Analysis]]></category>
		<category><![CDATA[Social Media Metrics]]></category>
		<category><![CDATA[Google Analytics]]></category>

		<guid isPermaLink="false">http://bostonmediadomain.com/?p=1332</guid>
		<description><![CDATA[Photo by johnbullasGoogle Analytics now provides a new Asynchronous Tracking Code snippet as an alternate way to track your website! Think of the asynchronous tracking code snippet as a script that uses a &#8220;separate lane&#8221; to handle part of the processing of your webpage. As the number of cars (or in this case, scripts on your webpage) increases, the asynchronous tracker uses this lane to reduce webpage load time. Websites that use many scripts or rely on rich media content will especially benefit from this new method, but even lightweight sites will see improvements. The new tracking snippet offers the following benefits: Faster tracking code load times for your web pages due to improved browser execution Enhanced data collection and accuracy Elimination of tracking errors from dependencies when the JavaScript hasn&#8217;t fully loaded The asynchronous tracking code is now in Beta and available to all Google Analytics users. Using the new tracking code is optional: your existing Google Analytics code will continue to work as-is. If you want to improve your webpage load times and fine-tune the accuracy of your Analytics data, then we think you&#8217;ll love this new option.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fgoogle-analytics-launches-asynchronous-tracking%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fgoogle-analytics-launches-asynchronous-tracking%2F&amp;source=seosem&amp;style=normal&amp;service=is.gd&amp;hashtags=Google+Analytics&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div><span class="wp-decoratr-image"><img src="http://farm3.static.flickr.com/2439/4001282849_007758e220_m.jpg" alt="DSCN0089 Level of Poured Footings (17)" /><br />
<a rel="external nofollow" href="http://www.flickr.com/photos/42619839@N00/4001282849">Photo by johnbullas</a></span>Google Analytics now provides a new Asynchronous Tracking Code snippet as an alternate way to track your website!</div>
<div>Think of the asynchronous tracking code snippet as a script that uses a &#8220;separate lane&#8221; to handle part of the processing of your webpage. As the number of cars (or in this case, scripts on your webpage) increases, the asynchronous tracker uses this lane to reduce webpage load time. Websites that use many scripts or rely on rich media content will especially benefit from this new method, but even lightweight sites will see improvements.</div>
<div>The new tracking snippet offers the following benefits:</div>
<div>
<ul>
<li>Faster tracking code load times for your web pages due to improved browser execution</li>
<li>Enhanced data collection and accuracy</li>
<li>Elimination of tracking errors from dependencies when the JavaScript hasn&#8217;t fully loaded</li>
</ul>
</div>
<div>The asynchronous tracking code is now in Beta and available to all Google Analytics users. Using the new tracking code is optional: your existing Google Analytics code will continue to work as-is. If you want to improve your webpage load times and fine-tune the accuracy of your Analytics data, then we think you&#8217;ll love this new option.</div>
<div class="shr-publisher-1332"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.bostonmediadomain.com/google-analytics-launches-asynchronous-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website statistics, data aggregating and tracking</title>
		<link>http://www.bostonmediadomain.com/website-statistics-data-aggregating-tracking/</link>
		<comments>http://www.bostonmediadomain.com/website-statistics-data-aggregating-tracking/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 18:58:10 +0000</pubDate>
		<dc:creator>jeff selig</dc:creator>
				<category><![CDATA[Search Marketing PPC]]></category>
		<category><![CDATA[SEO Analysis]]></category>
		<category><![CDATA[Social Media Metrics]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[paid inclusion]]></category>
		<category><![CDATA[Paid Search]]></category>
		<category><![CDATA[pay per click]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[search engine marketing]]></category>

		<guid isPermaLink="false">http://bostonmediadomain.com/?p=1237</guid>
		<description><![CDATA[Web statistics, Web metrics, web analytics, web stats and site stats. What are all these site metrics, and why measure them? Web metrics refers to measurement, the science of measuring websites. Specifically, measuring website events, defining goals and extracting trends. Analytics is the act of distinguishing categories within recorded stats, and analyzing for any patterns and trends. The process of analytics means, literally, taking apart the whole of something in order to study its component parts. Statistics are a scientific application. The goal is to form actions and initiatives based on the data recorded. What should your website stats tell you? The number of (returning) visitors to your site, how visitors interact with your pages. Information about the content of your site and how visitors use it. Your traffic statistics are an indicator of website performance. There are many different web analytics solutions available, there are both free analytic tools such as Analog, AWStats, Webalizer and Google analytics and more advanced and in-depth paid / subscription tools like Omnitu re. Google analytics (previously Urchin) provides a high quality free service, with a quick, clean user interface and clearly displayed default and customized reporting. Free Website Stat Packages Hitslink A very [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fwebsite-statistics-data-aggregating-tracking%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fwebsite-statistics-data-aggregating-tracking%2F&amp;source=seosem&amp;style=normal&amp;service=is.gd&amp;hashtags=Google+Analytics,paid+inclusion,Paid+Search,pay+per+click,PPC,search+engine+marketing&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><span class="wp-decoratr-image"><img class="alignright" src="http://farm1.static.flickr.com/55/177313399_8e7fe29a73_m.jpg" alt="website statistics" width="135" height="108" /></span></p>
<h2><strong>Web statistics, Web metrics, web analytics, web stats and site stats. </strong></h2>
<p style="margin: 0px; padding: 10px 10px 0px 4px; font-family: Verdana,Arial,Helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: bold; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; color: #000066; text-transform: lowercase;">
<p style="margin: 0px; padding: 10px 10px 0px 4px; font-family: Verdana,Arial,Helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: bold; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; color: #000066; text-transform: lowercase;">
<p style="margin: 0px; padding: 10px 10px 0px 4px; font-family: Verdana,Arial,Helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: bold; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; color: #000066; text-transform: lowercase;">
<p style="margin: 0px; padding: 10px 10px 0px 4px; font-family: Verdana,Arial,Helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: bold; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; color: #000066; text-transform: lowercase;">What are all these site metrics, and why measure them?</p>
<p style="margin: 0px; padding: 6px 30px 5px 20px; font-family: verdana,arial,Geneva,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: 17px; font-size-adjust: none; font-stretch: normal; -x-system-font: none; color: #333333;"><span style="color: #333333; font-family: verdana,arial,Geneva,sans-serif; font-size: 12px; line-height: 17px;"><strong>Web metrics </strong>refers to measurement, the science of measuring websites. Specifically, measuring website events, defining goals and extracting trends. </span></p>
<p style="margin: 0px; padding: 6px 30px 5px 20px; font-family: verdana,arial,Geneva,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: 17px; font-size-adjust: none; font-stretch: normal; -x-system-font: none; color: #333333;"><span style="color: #333333; font-family: verdana,arial,Geneva,sans-serif; font-size: 12px; line-height: 17px;"><strong>Analytics</strong><span> </span>is the act of distinguishing categories within recorded stats, and analyzing for any patterns and trends. The process of analytics means, literally, taking apart the whole of something in order to study its component parts. </span></p>
<p style="margin: 0px; padding: 6px 30px 5px 20px; font-family: verdana,arial,Geneva,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: 17px; font-size-adjust: none; font-stretch: normal; -x-system-font: none; color: #333333;"><strong>Statistics</strong><span> </span>are a scientific application. The goal is to form actions and initiatives based on the data recorded.</p>
<p><span> </span></p>
<p style="margin: 0px; padding: 6px 30px 5px 20px; font-family: verdana,arial,Geneva,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: 17px; font-size-adjust: none; font-stretch: normal; -x-system-font: none; color: #333333;">What should your website stats tell you? The number of (returning) visitors to your site, how visitors interact with your pages. Information about the content of your site and how visitors use it. Your traffic statistics are an indicator of website performance.</p>
<p><span class="wp-decoratr-image"> </span>There are many different web analytics solutions available, there are both free analytic tools such as <a href="http://www.analog.cx/" target="_new">Analog</a>, <a href="http://awstats.sourceforge.net/" target="_new">AWStats</a>, <a href="http://www.mrunix.net/webalizer/" target="_new">Webalizer</a> and <a href="http://www.google.com/analytics/" target="_new">Google analytics</a> and more advanced and in-depth paid / subscription tools like <a href="http://www.omniture.com">Omnitu<span class="wp-decoratr-image"> </span>re</a>.</p>
<p><a href="http://www.google.com/analytics/" target="_new">Google analytics</a> (previously Urchin) provides a high quality free service, with a quick, clean user interface and clearly displayed default and    customized reporting.</p>
<p><strong>Free Website Stat Packages</strong></p>
<ul style="font-size: 12px;">
<li style="margin-bottom: 7px;"><a href="http://addme.hitslink.com/" target="_new">Hitslink</a> A very effective web tracking solution and easy to implement, simply paste a small tracking script on your site&#8217;s pages and start viewing reports within seconds. There are two versions available, HitsLink Enterprise and Professional.</li>
<li style="margin-bottom: 7px;"><a href="http://www.statcounter.com/">Statcounter</a> &#8211; Free web tracker. Detailed stats are provided for the last 100 pageloads only.</li>
<li style="margin-bottom: 7px;"><a href="http://www.addfreestats.com/">Addfreestats</a> &#8211; provide free website statistics</li>
<li style="margin-bottom: 7px;"><a href="http://gostats.com/" target="_new">GoStats</a>: Provides real-time web statistics and analytics which can give you immediate insights into your website&#8217;s performance. Started in 1999, GoStats provides a wealth of data which most free stats systems cannot provide.</li>
<li style="margin-bottom: 7px;"><a href="http://www.google.com/analytics/" target="_new">Google Analytics</a>: Google rolled out this analytics platform out in 2005. Google Analytics is one of the most powerful free web stat tools currently available and definitely worth a look.</li>
<li style="margin-bottom: 7px;"><a href="http://www.clicktracks.com/" target="_new">ClickTracks</a>: Known as one of the higher end web analytics solutions, great for search marketers and search engine optimizers alike. Click tracks gives the user a deep insight in to campaigns, site navigation patterns, PPC, SEO and ROI stats instantly.</li>
<li style="margin-bottom: 7px;"><a href="http://www.histats.com/">HiStats</a> &#8211; Free, real time updated web stats service</li>
<li style="margin-bottom: 7px;"><a href="http://www.webtrends.com/Products/WebTrendsAnalytics8.aspx" target="_new">WebTrends</a>: The high end corporate web site statistics / web analytics package. WebTrends have been around for some time now and demand a great deal of respect in the analytics market. A very powerful solution demanding a high price.</li>
<li style="margin-bottom: 7px;"><a href="http://www.mrunix.net/webalizer/">Webalizer</a>: Webalizer needs to be installed on a host that is able to access the server logs. When it processes these logs, you get a view of the types of visitors that have come to the site and what they were specifically seeking.</li>
</ul>
<p><strong>Server and Site Data</strong><br />
<a href="http://www.iwebtool.com/ping">Ping Test</a> &#8211; Check the presence of an active connection<br />
<a href="http://www.iwebtool.com/reverse_ip">Reverse IP/Look-up</a> &#8211; Resolve a host to an IP address<br />
<a href="http://www.iwebtool.com/server_status">Server Status</a> &#8211; Check if your website is online or offline<br />
<a href="http://www.iwebtool.com/speed_test">Website Speed Test</a> &#8211; Find out how fast your website loads<br />
<a href="http://www.whatismyipaddress.com/">What Is My IP Address</a> &#8211; shows your ip address<br />
<a href="http://www.webconfs.com/ip-to-city.php">IP to City</a> &#8211; determine the Country, City, Latitude and Longitude of an IP Address<br />
<a href="http://www.webconfs.com/website-to-country.php">Website to Country</a> &#8211; determine the Country in which the specified website is Hosted</p>
<div class="shr-publisher-1237"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.bostonmediadomain.com/website-statistics-data-aggregating-tracking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Social Media Tools and Dashboards</title>
		<link>http://www.bostonmediadomain.com/social-media-tools-dashboards/</link>
		<comments>http://www.bostonmediadomain.com/social-media-tools-dashboards/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 18:21:20 +0000</pubDate>
		<dc:creator>jeff selig</dc:creator>
				<category><![CDATA[Commentary & Analysis]]></category>
		<category><![CDATA[Search Marketing PPC]]></category>
		<category><![CDATA[SEO Analysis]]></category>
		<category><![CDATA[Social Media Metrics]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social media marketing]]></category>
		<category><![CDATA[social media marketing roi]]></category>

		<guid isPermaLink="false">http://bostonmediadomain.com/?p=1179</guid>
		<description><![CDATA[Social Media Dashboards Listening, Learning, Engaging and Integrating—The Four Keys to Successfully Leveraging the Social Channel Are you listening to your market? People are engaged in conversations with each other about your company, your brands, your products and your services. They are also reaching out to you with insights, suggestions, stories, and sometimes, important issues and major complaints. There conversations are all happening online, right now. Are you listening? The trick is to  find, manage and respond to mentions of your company, your brand, your products, your service and your people online. How can you be effective and more organized way to keep up to date and engage with bloggers and social networks users? Conversation leaders and shapers exist within social web communities, where they weigh in on the public agenda and the fashion the tone of conversations. There are no at large influential bloggers. However, many bloggers yield qualified influence within the different communities of the social web. A site may enjoy a high level of visibility with the main stream media and yield influence with their peers online. Still, all of these opinions and views may remain unknown to communities interested in trends unrelated to their core and [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fsocial-media-tools-dashboards%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fsocial-media-tools-dashboards%2F&amp;source=seosem&amp;style=normal&amp;service=is.gd&amp;hashtags=Google+Analytics,social+media,social+media+marketing,social+media+marketing+roi&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><span style="color: #333333; font-family: 'Lucida Grande','Lucida Sans Unicode',helvetica,verdana,arial,sans-serif; font-size: 12px; line-height: 13px; text-align: left;"> </span></p>
<h2 style="margin: 0px 0px 10px; padding: 0px; font-family: 'Lucida Grande','Lucida Sans',sans-serif; font-weight: lighter; letter-spacing: 0px; text-align: left; text-transform: none; font-size: 1.7em; line-height: 1.2em;"><img class="size-full wp-image-1180 alignright" title="social media dashboard" src="http://www.bostonmediadomain.com/wp-content/uploads/2009/11/social-media-dashboard.png" alt="social media dashboard" width="350" height="350" /></h2>
<h2 style="margin: 0px 0px 10px; padding: 0px; font-family: 'Lucida Grande','Lucida Sans',sans-serif; font-weight: lighter; letter-spacing: 0px; text-align: left; text-transform: none; font-size: 1.7em; line-height: 1.2em;">Social Media Dashboards</h2>
<p><span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="font-family: arial,sans-serif; font-size: 13px;"> </span></span></p>
<p><span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"> </span><span style="color: #0000ff;"><strong><span style="border-collapse: separate; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="font-family: Georgia,serif; font-size: 11px; line-height: 16px;">Listening, Learning, Engaging and Integrating—The Four Keys to Successfully Leveraging the Social Channel</span></span></strong></span></p>
<p><span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"> </span>Are you listening to your market?</p>
<p>People are engaged in conversations with each other about your company, your brands, your products and your services. They are also reaching out to you with insights, suggestions, stories, and sometimes, important issues and major complaints.<br />
There conversations are all happening online, right now. Are you listening?</p>
<p>The trick is to  find, manage and respond to mentions of your company, your brand, your products, your service and your people online. How can you be effective and more organized way to keep up to date and engage with bloggers and social networks users?</p>
<p>Conversation leaders and shapers exist within social web communities, where they weigh in on the public agenda and the fashion the tone of conversations. There are no at large influential bloggers. However, many bloggers yield qualified influence within the different communities of the social web.</p>
<p>A site may enjoy a high level of visibility with the main stream media and yield influence with their peers online. Still, all of these opinions and views may remain unknown to communities interested in trends unrelated to their core and be deprived of any form of influence therein.</p>
<p>Beyond a website’s structural influence within its community, the dynamic nature of the social web, where millions of opinions are exchanged everyday, has led us to evaluate and seize the moment of influence with each message using its viral level (number of comments, trackbacks, partial or complete quotations without links).</p>
<p>The end goal; determine who the most influential bloggers are in your industry and devise a strategy for communicating with them and engaging; quickly and easily access and sort through content from all relevant social media sites, chart the results and generate user- friendly documents into actionable activities in real time.</p>
<p>Here&#8217;s how you get from here to there:</p>
<p><span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="color: #333333; font-family: 'trebuchet ms'; font-size: 13px; text-align: left;"> </span></span> <a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.attensity.com/">Attensity</a> <span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="color: #767670; font-family: Tahoma,Arial,sans-serif; font-size: 12px; line-height: 18px;"><span> </span><span style="color: #000000;">research in the areas of search, natural language processing (NLP,) machine learning, artificial intelligence, and semantics. This research led to breakthrough software that allows computers to understand, process and analyze free-form text, offering government and commercial organizations the opportunity to leverage the vast amounts of information contained in non-structured formats.</span></span></span></p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://attentio.com/">Attentio</a> <span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="font-family: verdana,sans-serif; font-size: 11px;">By continuously monitoring what is written in online news press, blogs, discussion forums and other Web-based social media, Attentio aids customers to execute successful market campaigns, launch new products, gain consumer insight and maintain brand reputation. Automated daily reporting of buzz and demographics in relation to their own and competitor’s brands and products. This new online service uses charts to visualize buzz trends, share of buzz, detection of bursting events, and breakdown by source, topic and country. Industries that are strongly impacted by the online conversation in blogs, discussion forums and other social media includes automotive, computer &amp; information technology, consumer electronics, higher education, financial services, food &amp; nutrition, mobile phone &amp; telecommunications, fast moving consumer goods (FMCGs), media &amp; entertainment, pharmaceutical &amp; healthcare, and public services. </span></span></p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.brandtology.com/">Brandtology</a> Online Conversation Audit, Buzz and Voices Tracking Services tracks the buzz and conversations happening in channels that relate to your company on an ongoing basis. Daily reports and summaries would be sent to you so that you are always in-the-know about your brand. We also identify the voices that are talking about you and to decipher the sentiment on what they are talking. Track sentiments on campaigns before, during and after it happened and provide timely information and intelligence for your strategic planning needs. Influencers Engagement Services, After understanding, who, where and what are online that concerns your organization, Brandtology and/or one of its agency partners can work with you to strategize an influecers engagement campaign. The goal is to build up your brand equity and thus financial value.</p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.brandwatch.net/">Brandwatch</a> <span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="color: #191919; font-family: arial,helvetica,sans-serif; font-size: 12px; line-height: 18px; text-align: left;">finds where a keyword is talked about on the web, it tracks the sentiment towards it as well as identifying the credibility of the author. </span></span>Influence is often a subjective measure, as business and personal relationships (which cannot be measured) can come into play. Brandwatch Influence Analysis is extremely powerful – it has the ability to find people and sites which exert influence depending on your criteria.  Using measures such as sentiment (i.e. are they positive or negative towards you), credibility, citations, links and reach of audience, Brandwatch will suggest influencers for you to engage with.<span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"> </span> <a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.buzzcapture.com/"></a></p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.buzzcapture.com/">Buzzcapture</a> <span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="color: #333333; font-family: Arial,Helvetica,sans-serif; font-size: 12px; line-height: 20px; text-align: justify;">proprietary technology retrieves data from millions of social media sources and filters the data through its linguistic analysis technology. </span></span>Product families, business lines, difficult or complex brands, topics, competitors, analysts, proponents and critics.<span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="color: #333333; font-family: Arial,Helvetica,sans-serif; font-size: 12px; line-height: 20px; text-align: justify;">Tracking and analysing campaigns and events nearly real time on overall perception, discussions and adoption of key messages. Campaigns could include discussions on online and offline campaigns, local or international events, product launches, management changes and more.</span></span> <a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.buzzgain.com/"></a></p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.buzzgain.com/">BuzzGain</a> helps <span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">identify the previously hidden communities who are actively defining and shaping its future, including blogs, Flickr, youtube, Twitter, and traditional media. </span></span><span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">BuzzGain reveals influential voices and corresponding conversations so that companies can listen, learn, and engage in the connection of mutually beneficial relationships. </span></span><span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">Identify, learn, engage and cultivate early adopters and influencers.</span></span> <a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.buzzient.com/"></a></p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.buzzient.com/">Buzzient</a>has a set of tools for social media integration with enteprise applications, monitoring, deep analytics and engagement. Using patent pending technology, the platform automatically collects information from a huge number of online sources in real time and analyzes the content based on your specifications. The tool turns social media data into actionable information through integration with CRM packages such as Oracle CRM On Demand, Salesforce.com or SugarCRM. Fully automated data collection from millions of online sources, including historical data several years back Monitoring of social networks such as Facebook and MySpace Real-time analysis of Twitter conversations, Automatic lead and support case creation, Alarm and Notification Features, Identification of most important websites and high-impact advertising opportunities. <a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.digimind.com/"></a></p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.digimind.com/">Digimind</a> digital information provides the unique opportunity to get a better understanding of market dynamics, technological advancements and competitive actions. Because of limited resources, many competitive intelligence practitioners are struggling to identify important information on a timely basis. Digimind platform provides a comprehensive suite of tools to support the repetitive tasks of competitive intelligence &#8211; including data collection, information management, data analysis and publication &#8211; while supporting all Internet formats &#8211; web pages, invisible web, blogs, forums, RSS feeds, etc. By automatically monitoring a virtually infinite number of sources and key topics. <a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.dna13.com/"></a></p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.dna13.com/">dna13</a> delivers visibility into news coverage and PR activities, so you can manage the corporate and brand reputation strategically and in-the-moment. A set of on-demand public relations applications such as media directories, editorial opportunities, media monitoring sources, and PR measurement tools; help PR teams align and collaborate in a secure setting, plan targeted communication strategies, and engage stakeholders through traditional and consumer-generated media channels. Delivers immediate and cost-effective results in today’s complex media environment. With on-demand monitoring, clip book wizards and analytical capabilities, it is a powerful dashboard tool that provides real-time visibility into your reputation, market trends and competitive activities. <a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.dowjonesinsight.com/"></a></p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.dowjonesinsight.com/">Dow Jones Insight</a> software monitors news and discussions about your company, newspapers, news wires, magazines, business publications and broadcast media outlets—in 23 languages available in a single offering. The ability to listen to consumer conversations from millions of blogs and sites like YouTube and Twitter. Analyze issues, trends and strategies, extract thousands of concepts—people, companies, brands, issues, events, messages, positive and negative words or phrases—and match them to the interests of our clients so they can quickly understand the impact of your efforts with results distilled into easy-to-read charts and graphs.<span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="color: #333333; font-family: Arial,Helvetica,sans-serif; font-size: 13px; line-height: 18px;"> </span></span></p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.ecairn.com/">eCairn</a> is a suite of on-demand applications that provides cost effective solution for Marketing and PR professionals who want to leverage social media to: Gain consumer insight, Increase customer satisfaction, Promote brand awareness, Build trust with key influencers. eCairn Conversatio provides the tools to define and implement an effective marketing strategy with the social media community.</p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.filtrbox.com/">Filtrbox</a> monitors mainstream news, blogs, and social media in once place. Consolidated results in one dashboard and you can eliminate the redundant searches and alerts that clog up your inbox. Customize account by adding your own sources via RSS. Import Google Alerts, add noise control, duplicate removal, and noise consolidation. FiltrRank looks at multiple dimensions of info to generate a score (1-10 scale) for each article, allows you to dial the noise way down,  you can pick the minimum score an article must have to be included in your Daily Briefing emails or FiltrFeeds <a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.infongen.com/"></a></p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.infongen.com/">InfoNgen</a> extracts relevant and timely information buried on the web, within emails, in desktop documents or on network drives. Identifies trends and connections between topics, companies or products that might not otherwise be apparent. <span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 11px; line-height: 21px;">The system ‘reads’ stories in eight languages and dynamically translates them into English. Users also have the ability to add sources that they deem important.</span></span></p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.lexalytics.com/">Lexalytics</a> sentiment software and text analytic solutions, providing entity extraction, sentiment analysis, document summarization and thematic extraction. As unstructured content continues to accumulate online and within organizations, text analytics becomes increasingly important to corporations trying to make sense of it all. Lexalytics provides companies with the ability to extract important metadata from numerous data sources to get straight to the relevant information. Positive and negative sentiment about your products or company can be helpful or hurtful &#8211; it all depends on what you know and how quickly you are made aware of it. Brand or reputation management is a real concern in today&#8217;s market as more and more companies are scrutinized for their business decisions.</p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://linkfluence.net/">Linkfluence</a> studies and offers solutions to map, monitor and analyze the social web, its media (blogs, mass media sites), its discussions (forums, micro-publications, &#8230;), its interaction and mobilization venues (social networks). linkfluence’s approach is based on social graph theories. Through a links and contents based analysis of social web sites, linkfluence draws the borders of conversational communities around your stakes, brands or products and assess their true impact on your image and your your reputation.</p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.mediamiser.com/">MediaMiser</a> objective media analysis helps show the effectiveness and value of communications plans, media strategies and pr campaigns, while also providing intelligence on your industry, competitors and issues. Written reports supported by unique quantitative and qualitative analysis of data, driven by our industry-leading media analysis solution. Instantly generate updates and analysis of the most prominent blogs related to your industry and vertical, and track trending on your key issues.</p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.metrica.net/">Metrica</a> Using the latest web technology this real-time evaluation platform provides complete control over the analysis process enabling clients to track developments, spot opportunities or threats, monitor and archive coverage as well as build reports and planning data They claim scoring systems do not work, so they do not use them. Complex evaluation reports with nifty scoring systems might look impressive but they are neither friendly and nor insightful. Metrica’s dashboard of metrics, unique to each client, clearly identifies required trends in media coverage enabling at a glance evaluation which delivers actionable information. The tailored reports, which summarize the findings, do so in a way that makes them meaningful to users outside of communications.</p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.netemic.com/">Netemic</a> is constantly scouring social media for new sources via its content crawler. Discovered content is then filtered twice before it is displayed to the user. First, the most relevant content is aggregated in our database, ready to be re-interrogated for relevance by iFeed&#8217;s search technology (or analysis engine) and dispatched to the user&#8217;s iFeed interface. Secondly, the user then has the ability to filter these results by time, relevance and source by adjusting buttons and sliders on the iFeed interface (or interaction engine) to ensure the final clutch of content is as relevant as possible.</p>
<p><a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://www.netvibes.com/">Netvibes</a> For agencies and publishers, Netvibes’ universal widget technology (UWA), widget distribution services and Premium Dashboards help rapidly deliver brand observation rooms and user-personalized marketing campaigns. For companies, Netvibes Enterprise delivers secure, scalable personalized workspaces, portals and industry dashboards. They actually allows you to set up a pretty nifty dashboard using a combination of RSS feeds and widgets. There&#8217;s a great tutorial on how to do it.</p>
<p><a href="http://www.radian6.com/">Radian 6</a> <span style="color: #000000;"> Listening platform helps companies understand and participate in the conversations happening about their brand across the social web. </span></span><span style="border-collapse: separate; font-family: 'Times New Roman'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="font-family: Arial; font-size: 14px; line-height: 20px; text-align: left;">As-It-Happens email and IM alerts, and powerful metrics and analytics, you can create and set up a comprehensive listening grid for your enterprise to manage your entire social media outreach strategy</span></span></span></p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.reputationhq.com/">ReputationHQ</a> searches for your desired information and updates your reputation manager every 10 minutes. They search across millions of websites and available publications including: Social Networks, Online News Articles, Blogs, Message Boards, Photo Sharing Sites, Video Sharing Sites, Amazon Product Reviews, Wikipedia, Almanacs, Books, Encyclopedias, Magazines, Maps, News Wires, Newspapers, Press Releases, Thesauruses, Transcripts, White Papers, Dictionaries. “Socialprise.” It’s meaning is somewhat obvious: social tools + enterprise = “socialprise.”</p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.scoutlabs.com/">Scout Labs</a> helps your team find signals in the noise — what to pay attention to, what customers are ranting and raving about, what&#8217;s new and emerging. Take control, and social media can help you improve your products, marketing, sales and service. VOICE OF THE CUSTOMER Social networks, blogs, Twitter, images, video and more. REAL-TIME ANALYTICS Sentiment, trend spotting, buzz trend, share of voice, email alerts, customer rants and raves. PLATFORM FOR ACTION Coordinate your response, assign tasks, add comments, share product and marketing ideas.</p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.sentimentmetrics.com/">Sentiment Metrics</a> social media measurement dashboard you can monitor and measure social media and gain actionable business intelligence, allowing you to develop more targeted marketing, improve products and increase profits. locates and stores all the content about your brand, from millions of blogs, popular discussion boards, news and press release sites.  SentimentMetrics then cleans and analyses the data, presenting it in clear easy to read tables and graphs, for you to interrogate and glean actionable business intelligence. The insight you gain from SentimentMetrics allows you to grow customer satisfaction, increase market share and profits, and benefit from a real competitive advantage.</p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.analisisdemedios.es/">Smmart</a> Arising from the crossed interests of the aeronautics, road and maritime transport sectors, the SMMART concept of integrated information system potentially addresses other activities requiring the monitoring of complex componants&#8217; life-cycle functioning in a highly regulated environment (among others: rail transport, lift, machine tools, windmills, micropower stations&#8230;)</p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://startpr.com/">StartPR</a> <span style="color: #000000;"><span style="border-collapse: separate; font-family: arial,sans-serif; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">helps you find, manage and respond to mentions of your company, your brand, your products, your service and your people online. </span><span style="border-collapse: separate; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="font-family: Arial,'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,sans-serif; font-size: 12px; line-height: 18px; text-align: left;">It searches all of the popular Web 2.0 hot spots for you, at one location.  It also sends alerts, daily digests, and so forth to keep you informed about how your keywords and brand are doing.</span></span></span></p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://synthesio.fr/">Synthesio</a> By using the many publication and discussion spaces available online (blogs, forums, video sharing, social networks, comments, online news websites), users now have the power to shape your brand&#8217;s global image and reputation.  Synthesio helps marketing and communication professionals to detect and analyze these conversations, and to identify trends and influencers, as well as brand detractors and advocates. <span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span style="font-family: Geneva,Arial,Helvetica,sans-serif; font-size: 12px; text-align: justify;">A monitoring platform whose innovative capacities enable you to detect, analyze, and promulgate strategic information published about business activities online.</span></span></p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://sysomos.com//">Sysomos</a> uses the five Ws are a fundamental part of how we help companies get in-depth and comprehensive information and insight about what is happening within the social media eco-system. You&#8217;ve got lots of questions; Sysomos has the answers. What are people talking about?  What are the key conversations?  Monitor the conversations to see what is being said about your products and brands, and identify the major themes and issues being raised within the social media landscape. When did these conversations happen?  Was there a lot of activity?  Learn more about when these conversations happened &#8211; both historical and real-time. See, compare and contrast buzz generated over time.Where did these conversations happen?  Was there a lot of activity? Access geo-demographic information to see where around the world conversations are taking place &#8211; right down to the country or city.Who is doing the talking and what&#8217;s their influence? Quickly identify the key influencers, and then get detailed information about their gender, age industry and interests.Why are conversations happening?  Are they positive or negative?  Discover why conversations are happening. See whether what&#8217;s talked about is positive, negative or neutral, and determine the impact on your business.</p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.techrigy.com/">Techrigy</a> complete analysis tools including charting with comparisons, demographics, geo-location, sentiment and drill-down reports.Run tests on your brands to manage risk, track trends, understand market reach and manage reputation. Track conversations, reviews and positive/negative sentiment for your brands, clients, competitors and partners across the eco-system called social media: blogs, wikis, microblogs like Twitter, social networks, embedded video and more &#8211; in real time.</p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.visibletechnologies.com/">Visible Technologies</a> keeps pace with the incredible speed and vast volume of social media conversations via an easy-to-use, RSS feed-based Web monitoring application. social media monitoring and analysis applications allows you to effectively tap into the vast sea of consumer conversations to gain real-time business insight. This actionable intelligence helps you execute more effective outreach and online campaigns, better target key audiences, assess your competition and market, improve product and services, maximize marketing spend, and ultimately grow revenue through increased sales and enhanced customer loyalty.  truVOICE application centrally manages online participation and responses making consumer engagement easy and efficient. You can identify posts needing response, comment and interact with thousands of authors without ever leaving the  system, assign conversations to subject matter experts within your organization, manage and track response workflow, and measure and assess engagement and outreach efforts.</p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.vocus.com/">Vocus</a> provides the ability to leverage the ubiquity of the internet to interact with the media, publish their news online where it can be found by millions, monitor news and social media conversations from virtually any source and track their results to compare them with key competitors. On-demand modules that together address the communications life-cycle from identifying key contacts, to distributing information, to closing the loop with digitized feedback and management analytics.</p>
<p><a style="text-decoration: underline; outline-style: none; color: #2d318a;" href="http://www.whitevector.com/">Whitevector</a> Chat Reports is a web-based service that provides marketing professionals a comprehensive picture of the social media discussions together with real-time monitoring and advanced analytics. Marketers can generate consumer insight on the chosen topics and measure the influence of their marketing efforts from the diversity of online discussions. The different analytics allow you to compare brand awareness to competitors, identify the most influential discussions shaping consumer opinions, conduct target group analysis and measure brand associations and buying intentions. You can monitor rising trends and detect which issues are on top of consumers’ mind at the moment. Provides a web-based dashboard that allows you to instantly see the most essential graphs, reports and discussions. The interactive dashboard updates constantly in real-time allowing you to react quickly when something important comes up in discussions. When needed, you can drill-into single blog or forum conversations.</p>
<p style="margin: 0px 0px 10px; padding: 0px; font-family: 'Lucida Grande','Lucida Sans',sans-serif; font-weight: lighter; letter-spacing: 0px; text-align: left; text-transform: none; font-size: 1.7em; line-height: 1.2em;">Social Media Tools for the &#8220;do it yourself&#8221; crowd</p>
<ul style="margin: 10px 0px 10px 25px; padding: 0px;">
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;"><span style="color: #3366ff;"><a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://search.twitter.com/">Twitter Search</a></span> There are some fantastic advanced search commands you can use with Twitter&#8217;s search engine. From simple brand related searches to local phrases, Twitter Search can do it all.</li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">Good blog search engine.<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://technorati.com/">Technorati</a></li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">Another good blog search engine.<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://www.blogpulse.com/">Blogpulse</a></li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">Blog search from Nielsen.<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://news.google.com/">Google News</a></li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">Track news stories and more.<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://boardtracker.com/">BoardTracker</a></li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">Forum search engine, useful for tracking forum conversations.<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://www.facebook.com/lexicon/">Facebook Lexicon</a></li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">See how often people are mentioning you or your brand.<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://www.google.com/analytics">Google Analytics</a></li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">You may not think of Google Analytics when you think of social media, but you should be. With Google Analytics, you can track referrals to your website from the social media platforms you&#8217;re using.<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://www.google.com/trends">Google Trends</a></li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">See what&#8217;s trending on the web.<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://delicious.com/">Delicious Search</a></li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">See how many times pages from your site have been bookmarked by others.<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://digg.com/">Digg Search</a></li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">Much like Delicious, you can see how many times pages have been Dugg by others.<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://blogsearch.google.com/">Google Blog Search</a></li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">Blog search engine from Google. (none of the blog search engines are perfect, so it&#8217;s a good idea to get a mix of data and parse it yourself)<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://twittercounter.com/">TwitterCounter</a></li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">Get a rough idea of your Twitter reach.<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://usernamecheck.com/">User Name Check</a></li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">See if your brand&#8217;s username has been taken on major and minor social media networks.<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://www.backtype.com/">BackType</a></li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">Monitor blog comments.<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://www.socialmention.com/">Social Mention</a></li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">Decent search aggregation for various sources, from blogs to social sites.<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://www.google.com/alerts">Google Alerts</a></li>
<li style="margin: 2px 0px; padding: 0px 0px 0px 22px; list-style-type: none; background-image: url(http://www.leveltendesign.com/sites/default/themes/levelten/img/leaf.gif); background-repeat: no-repeat; font-size: 13px; line-height: 1.45em; background-position: 0px 2px;">Set up alerts for keyword or brand name mentions across the web.<a style="margin: 0px; padding: 0px; color: #005a8c; text-decoration: underline;" href="http://www.google.com/reader">Google Reader</a> What&#8217;s great about the tools mentioned below is that almost all of them offer RSS feeds for your searches. If you&#8217;re an agency, or just represent multiple clients, it&#8217;s real easy to aggregate a bunch of searches for one client into unique folders.</li>
</ul>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;"><a href="http://www.radian6.com/">http://www.radian6.com/</a></div>
<div class="shr-publisher-1179"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.bostonmediadomain.com/social-media-tools-dashboards/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Website traffic and demographics of the user</title>
		<link>http://www.bostonmediadomain.com/website-traffic-demographics-user/</link>
		<comments>http://www.bostonmediadomain.com/website-traffic-demographics-user/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 15:58:37 +0000</pubDate>
		<dc:creator>jeff selig</dc:creator>
				<category><![CDATA[Commentary & Analysis]]></category>
		<category><![CDATA[Search Marketing PPC]]></category>
		<category><![CDATA[SEO Analysis]]></category>
		<category><![CDATA[Social Media Metrics]]></category>
		<category><![CDATA[Google Analytics]]></category>

		<guid isPermaLink="false">http://bostonmediadomain.com/?p=1176</guid>
		<description><![CDATA[There are four commonly used terms when discussing site traffic: page views, visits, unique visitors and time on page/site Photo by stallioA visit comprises the activity on a site caused by single computer within an arbitrary time-out period. The industry standard is 30 minutes. A combination of the IP address and a cookie helps identify and tracks the usage. This identifying information is also used to track unique visitors. There are dozens of technical issues that muddy the waters &#8211; proxy servers, RSS feeds, AJAX page refreshing, etc. It&#8217;s a confusing mess. For me, the only reliable metric is page views, and that&#8217;s only valid if the raw data has been scrubbed. A growing number of people use NoScript as a security measure; the likely consequence is that more people will only allow javascript from the sites they&#8217;re interested in, defeating, by default, javascript as a method of third-party traffic analysis and user-monitoring. Third Party Ranking  Data Alexa Rank: I don’t know of any (respected) professional search marketer that uses Alexa Rank as a measurement of ranking success. Data is pulled using the Alexa toolbar a user must install for Alexa to gather data. The database of information about sites [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fwebsite-traffic-demographics-user%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fwebsite-traffic-demographics-user%2F&amp;source=seosem&amp;style=normal&amp;service=is.gd&amp;hashtags=Google+Analytics&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h2><span style="font-family: times new roman,times,serif; font-size: small;">There are four commonly used terms when discussing site traffic: page views, visits, unique visitors and time on page/site<br />
</span></h2>
<p><span style="font-family: times new roman,times,serif; font-size: small;"><span class="wp-decoratr-image"><img src="http://farm1.static.flickr.com/141/320305122_332d5350e6_m.jpg" alt="Recipe Book" width="205" height="199" /><br />
<a rel="external nofollow" href="http://www.flickr.com/photos/12978266@N00/320305122">Photo by stallio</a></span>A visit comprises the activity on a site caused by single computer within an arbitrary time-out period. The industry standard is 30 minutes. A combination of the IP address and a cookie helps identify and tracks the usage. This identifying information is also used to track unique visitors.</span></p>
<p><span style="font-family: times new roman,times,serif; font-size: small;">There are dozens of technical issues that muddy the waters &#8211; proxy servers, RSS feeds, AJAX page refreshing, etc. It&#8217;s a confusing mess. For me, the only reliable metric is page views, and that&#8217;s only valid if the raw data has been scrubbed. </span></p>
<p><span style="font-family: times new roman,times,serif; font-size: small;"> </span></p>
<p><span style="font-family: times new roman,times,serif; font-size: small;"> A growing number of people use NoScript as a security measure; the likely consequence is that more people will only allow javascript from the sites they&#8217;re interested in, defeating, by default, javascript as a method of third-party traffic analysis and user-monitoring.<br />
</span></p>
<p><strong>Third Party Ranking  Data</strong></p>
<h5>Alexa Rank:</h5>
<p>I don’t know of any (respected) professional search marketer that uses Alexa Rank as a measurement of ranking success. Data is pulled using the Alexa toolbar a user must install for Alexa to gather data. The database of information about sites that includes statistics, related links and more can be found on Alexa&#8217;s Site Overview pages, Traffic Detail pages and Related Links pages.  <a href="http://www.iwebtool.comurllexa_traffic_rank/"><strong>Alexa Traffic Rank</strong></a> &#8211; View and compare Alexa Ranking graphs</p>
<h5>Quantcast Rank:</h5>
<p>Not just traffic data but demographics of the traffic. After pixel-tagging your website, <strong><a href="http://www.quantcast.com">Quantcast</a></strong> turns your site&#8217;s activity into a mathematical model, revealing positive and negative affinity levels across selected groups.</p>
<h5>Google AdPlanner Rank:</h5>
<p><strong><a href="https://www.google.com/adplanner/#siteSearch">Google AdPlanner</a> </strong>combines information from a variety of sources, such as aggregated Google search data, opt-in anonymous Google Analytics data, opt-in external consumer panel data, and other third-party market research. The data is aggregated over millions of users and powered by computer algorithms; it doesn&#8217;t contain personally-identifiable information.</p>
<h5>Comscore</h5>
<p>Measures worldwide consumer behavior through its proprietary panel design, patented data capture technology and online data retrieval network. Expensive and not really worth it having, I am speaking from first hand experience with their services.</p>
<h5>Compete Rank:</h5>
<p>Site profiles estimate how many people visit a web site from a diverse sample of people that is statistically normalized and projected to represent the size and demographic composition of the total active U.S. Internet population. Solutions include combined device-level data with user demographics and online behavioral insights to deliver a complete profile of technology usage.</p>
<p><strong>Web stats</strong></p>
<p><a href="http://www.statcounter.com/"><strong>Statcounter</strong></a> &#8211; famous free web tracker<br />
<a href="http://www.histats.com/"><strong>HiStats</strong></a> &#8211; Free, real time updated web stats service<br />
<a href="http://www.addfreestats.com/"><strong>Addfreestats</strong></a> <a rel="nofollow" href="http://www.wickedfire.com/redirect.php?url=http%3A%2F%2Fwww.addfreestats.com%2F" target="_blank"></a> &#8211; provide free website statistics</p>
<div class="shr-publisher-1176"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.bostonmediadomain.com/website-traffic-demographics-user/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is Performance Marketing</title>
		<link>http://www.bostonmediadomain.com/performance-marketing/</link>
		<comments>http://www.bostonmediadomain.com/performance-marketing/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 19:17:57 +0000</pubDate>
		<dc:creator>jeff selig</dc:creator>
				<category><![CDATA[Search Marketing PPC]]></category>
		<category><![CDATA[SEO Analysis]]></category>
		<category><![CDATA[Social Media Metrics]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[urls]]></category>

		<guid isPermaLink="false">http://bostonmediadomain.com/?p=1111</guid>
		<description><![CDATA[Photo by Jason MichaelWhat is Performance Marketing Lets define Performance Marketing:  the practice of targeted marketing to generate consumer behavior. The behavior may be a purchase, registration, click, forward something to a friend, download a white paper,  click a chicklet, etc.. In this vision, the big difference in branding, is that it aims to generate a positive attitude toward the brand, and then moves the attitude/outlook to become a particular behavior. Performance Internet Marketing,  is the most interactive and measurable marketing known today! The Performance component in the phrase is the measurement and then optimization to maximize the actions that the user will take, rooted within a campaign. Long Term Vision Performance Marketing is focused on clicks and conversions, all the attention, and performance evaluation deals with not just the immediate effects but long term outcome of a campaign and branding strategy as well. A good campaign is fully focused on the long term. In fact, if what is being promoted are records or leads, when calculating the maximum Cost Per Acquisition [CPA] thinking about the Lifetime Value or value of a customer for the lifetime of the product, service or upgrade path is crucial in evaluating the true value [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fperformance-marketing%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fperformance-marketing%2F&amp;source=seosem&amp;style=normal&amp;service=is.gd&amp;hashtags=domain+names,Google+Analytics,search+engines,urls&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong><span class="wp-decoratr-image"><img src="http://farm2.static.flickr.com/1159/966157581_e63abec20a_m.jpg" alt="Hanko ~ Japanese Signature - 1258" width="153" height="102" /><br />
<a rel="external nofollow" href="http://www.flickr.com/photos/70194213@N00/966157581">Photo by Jason Michael</a></span>What is Performance Marketing</strong><br />
Lets define Performance Marketing:  the practice of targeted marketing to generate consumer behavior. The behavior may be a purchase, registration, click, forward something to a friend, download a white paper,  click a chicklet, etc.. In this vision, the big difference in branding, is that it aims to generate a positive attitude toward the brand, and then moves the attitude/outlook to become a particular behavior.</p>
<p>Performance Internet Marketing,  is the most interactive and measurable marketing known today! The Performance component in the phrase is the measurement and then optimization to maximize the actions that the user will take, rooted within a campaign.</p>
<p><strong>Long Term Vision</strong><br />
Performance Marketing is focused on clicks and conversions, all the attention, and performance evaluation deals with not just the immediate effects but long term outcome of a campaign and branding strategy as well. A good campaign is fully focused on the long term. In fact, if what is being promoted are records or leads, when calculating the maximum Cost Per Acquisition [CPA] thinking about the Lifetime Value or value of a customer for the lifetime of the product, service or upgrade path is crucial in evaluating the true value of a given campaign.</p>
<p>There are brands that have performance marketing campaigns with the concept of &#8220;always on&#8221; (always valid), those that manage to not only measure the outcome of each dollar they invest, but also create a permanent brand presence and achieve  indirectly the positioning or what you would understand as the mindset of the user. That&#8217;s thinking long term!</p>
<p><strong>The brand-building work</strong><br />
The success of such campaigns rests largely on knowledge and attitude that the audience has towards the brand. How to achieve this? Through scheduled performance optimization and user experience enhancement through every step of the funnel. Brand positioning,  is the set of attributes with which the individual associates the target product/service, is the result of communication you do, whatever the medium.</p>
<p>Performance Marketing campaigns are a proposal for valuable content to consumers, giving the user increasing brand recognition and the marketer the methodological analysis of the users response and response time.</p>
<p><strong>Let&#8217;s talk about metrics</strong><br />
When measuring conversions, usually attributed to the success of the medium that last sent the user to the site that generated the action we measure. If I do click on a banner of a newspaper, I interact with a brand of computers, and 7 days later recalling that experience decide to buy a netbook searching on Google. The analytics will show and attribute the sale to Google and not the newspaper. This is a problem called conversion attribution. How do you measure what actually triggered the users actions?</p>
<p><span class="wp-decoratr-image"><img src="http://farm4.static.flickr.com/3442/3363113180_78500cc145_m.jpg" alt="More Reflections" width="155" height="103" /><br />
<a rel="external nofollow" href="http://www.flickr.com/photos/51035633309@N01/3363113180">Photo by pangalactic gargleblaster</a></span>I believe that the &#8220;last cookie wins&#8221; is the least worse of attributing results discovered so far. C3 Metrics is a media tracking system which claims to prevent over payment, corrects Google&#8217;s inherent tracking flaw and properly attributes credit beyond the last click. C3 uses what they call an Attribution Gateway. Maybe Engagement Mapping ends up being a proposal that surpasses the last click, as it suggests. It will not be easy to do in a uniform and comparable way among different media, we will know in time if they can implement their Gateway successfully.</p>
<div class="shr-publisher-1111"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.bostonmediadomain.com/performance-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I predicted the Google Algo Update</title>
		<link>http://www.bostonmediadomain.com/predicted-google-algo-update/</link>
		<comments>http://www.bostonmediadomain.com/predicted-google-algo-update/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 18:32:13 +0000</pubDate>
		<dc:creator>jeff selig</dc:creator>
				<category><![CDATA[Commentary & Analysis]]></category>
		<category><![CDATA[Domain News]]></category>
		<category><![CDATA[Search Marketing PPC]]></category>
		<category><![CDATA[SEO Analysis]]></category>
		<category><![CDATA[Social Media Metrics]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[Google Algo]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[paid inclusion]]></category>
		<category><![CDATA[Paid Search]]></category>
		<category><![CDATA[pay per click]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[search engine marketing]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[urls]]></category>

		<guid isPermaLink="false">http://bostonmediadomain.com/?p=982</guid>
		<description><![CDATA[Photo by Storm CryptI have hundred of websites and domain names in just about every vertical you could imagine, literally. The websites function as a test bed for my SEO and PPC experiments, a source of income in most instances and best of all, insight to many of the sensors search engines use as Ranking Factors for the  search engine result pages (SERP&#8217;s). The key to my insight is running some form of website analytics on every site.  No one site really tells me what is brewing with any given engine, instead the birds eye view helps me see potential changes to the ever shifting ranking landscape. After spending considerable time sifting through several dozen reports I noticed a change on or around the 8th of October. Albeit some of the changes were minor and insignificant but I have a bunch of steady Eddy sites that perform very consistently for traffic in some very niche keywords and search engine performance.  I have guidelines and flags set to alert me when something goes wonky and sure enough some of the indicators were off, both positive and negative. On October 28th I posted to my twitter account the following message to see [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fpredicted-google-algo-update%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fpredicted-google-algo-update%2F&amp;source=seosem&amp;style=normal&amp;service=is.gd&amp;hashtags=domain+names,Google+Algo,Google+Analytics,paid+inclusion,Paid+Search,pay+per+click,PPC,search+engine+marketing,search+engines,Update,urls&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><span class="wp-decoratr-image"><img src="http://farm4.static.flickr.com/3537/3370550536_9bc29d8b27_m.jpg" alt="Nautical Highway" /><br />
<a rel="external nofollow" href="http://www.flickr.com/photos/21366409@N00/3370550536">Photo by Storm Crypt</a></span>I have hundred of websites and <a href="http://www.domainsforsaleandrent.com">domain names</a> in just about every vertical you could imagine, literally. The websites function as a test bed for my SEO and <a href="http://www.adwordadvisor.com">PPC</a> experiments, a source of income in most instances and best of all, insight to many of the <a href="http://bostonmediadomain.com/google-ranking-factors-seo-checklist/">sensors</a> search engines use as Ranking Factors for the  search engine result pages (SERP&#8217;s).</p>
<p>The key to my insight is running some form of website analytics on every site.  No one site really tells me what is brewing with any given engine, instead the birds eye view helps me see potential changes to the ever shifting ranking landscape.</p>
<p>After spending considerable time sifting through several dozen reports I noticed a change on or around the 8th of October. Albeit some of the changes were minor and insignificant but I have a bunch of steady Eddy sites that perform very consistently for traffic in some very niche keywords and search engine performance.  I have guidelines and flags set to alert me when something goes wonky and sure enough some of the indicators were off, both positive and negative.</p>
<p>On October 28th I posted to my <a href="http://www.twitter.com/seosem">twitter</a> account the following message to see if anyone else saw something change.</p>
<p><img class="alignnone size-full wp-image-983" title="google update 7" src="http://www.bostonmediadomain.com/wp-content/uploads/2009/11/google-update-7.bmp" alt="google update 7" /></p>
<p><img class="alignnone size-full wp-image-989" title="google update 1" src="http://www.bostonmediadomain.com/wp-content/uploads/2009/11/google-update-1.bmp" alt="google update 1" /></p>
<p><img class="alignnone size-full wp-image-995" title="google update 8" src="http://www.bostonmediadomain.com/wp-content/uploads/2009/11/google-update-8.bmp" alt="google update 8" /></p>
<p><img class="alignnone size-full wp-image-988" title="google update 2" src="http://www.bostonmediadomain.com/wp-content/uploads/2009/11/google-update-2.bmp" alt="google update 2" /></p>
<p>Fully two days later the<strong> Google update</strong> hit across the board. From SEORoundtable.com  <span>October 30, 2009</span><a title="Link to Google October 2009 Toolbar PageRank Update" href="http://www.seroundtable.com/archives/021050.html"> Google October 2009 Toolbar PageRank Update</a></p>
<p>&#8220;There seems to be a Google Toolbar PageRank update going on right now.  We have threads on the topic at <a href="http://www.webmasterworld.com/google/4016039.htm">WebmasterWorld</a>, <a href="http://forums.digitalpoint.com/showthread.php?t=1552088">DigitalPoint Forums</a> and <a href="http://www.highrankings.com/forum/index.php?showtopic=42064">HighRankings Forum</a>.  The update seemed to have started sometime yesterday afternoon and many SEOs and webmasters are chatting about it now.</p>
<p>The last PageRank update prior to this one was in <a href="http://www.seroundtable.com/archives/020273.html">June 2009</a>, which may have just been a <a href="http://www.seroundtable.com/archives/020335.html">technical quirk</a> because the one prior to that was just a month before in <a href="http://www.seroundtable.com/archives/020105.html">May</a>.</p>
<p>In any event, like I say every time:<br />
Yes, a Toolbar PageRank update means nothing in terms of your ranking changing anytime soon. The PageRank scores shown in the toolbar are outdated and have zero direct impact on your Google rankings. That doesn&#8217;t mean that PageRank has no influence, but the toolbar score does not have any influence. Google shows us one thing, but yet uses another thing.&#8221;<br />
<img class="alignnone size-full wp-image-987" title="google update 3" src="http://www.bostonmediadomain.com/wp-content/uploads/2009/11/google-update-3.bmp" alt="google update 3" /></p>
<p><img class="alignnone size-full wp-image-986" title="google update 4" src="http://www.bostonmediadomain.com/wp-content/uploads/2009/11/google-update-4.bmp" alt="google update 4" /></p>
<p><img class="alignnone size-full wp-image-984" title="google update 6" src="http://www.bostonmediadomain.com/wp-content/uploads/2009/11/google-update-6.bmp" alt="google update 6" /><img class="alignnone size-full wp-image-985" title="google update 5" src="http://www.bostonmediadomain.com/wp-content/uploads/2009/11/google-update-5.bmp" alt="google update 5" /></p>
<div class="shr-publisher-982"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.bostonmediadomain.com/predicted-google-algo-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Analytics And Measurement twitter people to follow</title>
		<link>http://www.bostonmediadomain.com/analytics-measurement-twitter-people-follow/</link>
		<comments>http://www.bostonmediadomain.com/analytics-measurement-twitter-people-follow/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 04:13:31 +0000</pubDate>
		<dc:creator>jeff selig</dc:creator>
				<category><![CDATA[Commentary & Analysis]]></category>
		<category><![CDATA[Domain News]]></category>
		<category><![CDATA[Search Marketing PPC]]></category>
		<category><![CDATA[SEO Analysis]]></category>
		<category><![CDATA[Social Media Metrics]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[paid inclusion]]></category>
		<category><![CDATA[Paid Search]]></category>
		<category><![CDATA[pay per click]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[search engine marketing]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social media marketing]]></category>
		<category><![CDATA[social media marketing roi]]></category>
		<category><![CDATA[urls]]></category>

		<guid isPermaLink="false">http://bostonmediadomain.com/?p=970</guid>
		<description><![CDATA[Analytics And Measurement // Dave McClure Geeks. Entrepreneurs. Startups. The Internet Revolution, Act II. 22,795 followers Benoit Duverneuil Web Entrepreneur, Web Metrics Analyst, Serial Blogger&#8230; 21,179 followers Avinash Kaushik Author &#8211; Web Analytics 2.0 &#38; Web Analytics: An Hour A Day &#124; Analytics Evangelist &#8211; Google &#124; Co-Founder &#8211; Market Motive Inc 14,164 followers Keep It Simple We are building a metrics solution designed for developers, marketers and product managers. 9,712 followers Joshua Porter Designer, Founder of Bokardo Design. Also: http://oneflightbooks.net http://www.abtests.com 9,520 followers Bryan Eisenberg Professional speaker and best selling author of Waiting for Your Cat to Bark, Call to Action and Always Be Testing. 8,938 followers Sean Power O&#8217;Reilly author, analytics practitioner, startup accelerator, likes to throw sheep. 8,640 followers Google Analytics Tech support in 140 characters or less doesn&#8217;t work&#8230; 8,635 followers Hiten Shah CEO / Co-Founder of @KISSmetrics. Previously started @crazyegg and @acs. Passionate about helping other entrepreneurs and startup people. 7,766 followers Connie Bensen Community Strategist for for Alterian &#38; Techrigy SM2, a social media monitoring w/ robust analytics http://techrigy.com 7,313 followers Experian Hitwise I love data! The latest Internet usage and search data from Hitwise in the US and Canada 6,453 followers Eric Ries [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fanalytics-measurement-twitter-people-follow%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bostonmediadomain.com%2Fanalytics-measurement-twitter-people-follow%2F&amp;source=seosem&amp;style=normal&amp;service=is.gd&amp;hashtags=domain+names,Google+Analytics,paid+inclusion,Paid+Search,pay+per+click,PPC,search+engine+marketing,search+engines,social+media,social+media+marketing,social+media+marketing+roi,urls&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div>
<div id="main-content">
<div>
<h1>Analytics And Measurement</h1>
</div>
<p><script type="text/javascript">// <![CDATA[
	$(document).ready(function() {
		$('#follow').click(function() {
			$('#follow').removeClass('button').html('Following... <img src="/images/ajax_fb.gif" mce_src="/images/ajax_fb.gif" /> ');
			user.login(follow_list);
			track('seanpower/analytics-and-measurement');
		});
		function follow_list() {
			$.getJSON('/ajax/twitterapi/follow_list/seanpower/analytics-and-measurement.json',function(data) {
				if (!data.error) {
					$('#follow').html('&#10003; OK, following!');
				} else {
					$('#follow').html(data.error);
				}
			});
		}
	});
// ]]&gt;</script></p>
<div>
<div style="font-size: 14px; font-weight: bold;"><a id="follow" href="http://listorious.com/seanpower/analytics-and-measurement#"><br />
</a><a href="http://twitter.com/seanpower/analytics-and-measurement" target="_blank"></a></div>
<div>
<div><a href="http://listorious.com/davemcclure"><img title="Dave McClure" src="http://a1.twimg.com/profile_images/302286692/500hats_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/davemcclure">Dave McClure</a></h4>
<p>Geeks. Entrepreneurs.  Startups. The Internet Revolution, Act II.</p>
<div><span>22,795 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/bduverneuil"><img title="Benoit Duverneuil" src="http://a1.twimg.com/profile_images/30084232/proche2_blogs_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/bduverneuil">Benoit Duverneuil</a></h4>
<p>Web Entrepreneur, Web Metrics Analyst, Serial Blogger&#8230;</p>
<div><span>21,179 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/avinashkaushik"><img title="Avinash Kaushik" src="http://a3.twimg.com/profile_images/467791505/C5VL1880_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/avinashkaushik">Avinash Kaushik</a></h4>
<p>Author &#8211; Web Analytics 2.0 &amp; Web Analytics: An Hour A Day | Analytics Evangelist &#8211; Google | Co-Founder &#8211; Market Motive Inc</p>
<div><span>14,164 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/KISSmetrics"><img title="Keep It Simple" src="http://a1.twimg.com/profile_images/51888114/KM_Symbol2_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/KISSmetrics">Keep It Simple</a></h4>
<p>We are building a metrics solution designed for developers, marketers and product managers.</p>
<div><span>9,712 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/bokardo"><img title="Joshua Porter" src="http://a1.twimg.com/profile_images/81886864/joshua-porter_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/bokardo">Joshua Porter</a></h4>
<p>Designer,  Founder of Bokardo Design. Also: http://oneflightbooks.net http://www.abtests.com</p>
<div><span>9,520 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/TheGrok"><img title="Bryan Eisenberg" src="http://a3.twimg.com/profile_images/63330873/BryanE_1666_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/TheGrok">Bryan Eisenberg</a></h4>
<p>Professional speaker and best selling author of Waiting for Your Cat to Bark, Call to Action and Always Be Testing.</p>
<div><span>8,938 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/seanpower"><img title="Sean Power" src="http://a3.twimg.com/profile_images/425318599/twitterprofilepic_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/seanpower">Sean Power</a></h4>
<p>O&#8217;Reilly author, analytics practitioner, startup accelerator, likes to throw sheep.</p>
<div><span>8,640 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/googleanalytics"><img title="Google Analytics" src="http://a1.twimg.com/profile_images/300745372/analytics-128_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/googleanalytics">Google Analytics</a></h4>
<p>Tech support in 140 characters or less doesn&#8217;t work&#8230;</p>
<div><span>8,635 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/hnshah"><img title="Hiten Shah" src="http://a3.twimg.com/profile_images/453341951/profile_pic_friendfeed-1_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/hnshah">Hiten Shah</a></h4>
<p>CEO / Co-Founder of @KISSmetrics. Previously started @crazyegg and @acs. Passionate about helping other entrepreneurs and startup people.</p>
<div><span>7,766 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/cbensen"><img title="Connie Bensen" src="http://a3.twimg.com/profile_images/61802421/ConnieBensen_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/cbensen">Connie Bensen</a></h4>
<p>Community Strategist for for Alterian &amp; Techrigy SM2, a social media monitoring w/ robust analytics http://techrigy.com</p>
<div><span>7,313 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/Hitwise_US"><img title="Experian Hitwise" src="http://a3.twimg.com/profile_images/407772933/Experian_HW_twitterbutton_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/Hitwise_US">Experian Hitwise</a></h4>
<p>I love data! The latest Internet usage and search data from Hitwise in the US and Canada</p>
<div><span>6,453 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/ericries"><img title="Eric Ries" src="http://a1.twimg.com/profile_images/419322284/eric_ries_headshot_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/ericries">Eric Ries</a></h4>
<p>Trying to change how startups are built.</p>
<div><span>5,611 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/AnnaOBrien"><img title="Anna " src="http://a3.twimg.com/profile_images/417228815/avatar_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/AnnaOBrien">Anna </a></h4>
<p>Anna the analyst&#8230; my name predicted my career. go figure.</p>
<div><span>4,948 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/chrisramsey"><img title="Chris Ramsey" src="http://a1.twimg.com/profile_images/55611204/Picture_5_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/chrisramsey">Chris Ramsey</a></h4>
<p>VP BizDev, Radian6 &#8211; Social media monitoring, measurement, engagement/crm platform&#8230; dad to two very cute little girls&#8230;and windsurfing/mtb/photography nut.</p>
<div><span>4,922 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/byosko"><img title="Ben Yoskovitz" src="http://a3.twimg.com/profile_images/213100401/benyoskovitz_profile_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/byosko">Ben Yoskovitz</a></h4>
<p>CEO/Founder Standout Jobs. Blogger. Entrepreneur. Father. Opportunity-seeker.</p>
<div><span>4,570 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/erictpeterson"><img title="Eric Peterson" src="http://a3.twimg.com/profile_images/69881563/eric_peterson_twitter_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/erictpeterson">Eric Peterson</a></h4>
<p>Web analytics consultant; author Web Analytics Demystified and Web Site Measurement Hacks plus creator of Twitalyzer (@Twitalyzer)</p>
<div><span>4,227 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/mbuckley"><img title="Michael Buckley" src="http://a3.twimg.com/profile_images/62934515/PICT0052_normal.JPG" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/mbuckley">Michael Buckley</a></h4>
<p>Digital Director &#8211; Amnesia Razorfish. Love Digital strategy, media buying and econometric modeling</p>
<div><span>3,782 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/omniture"><img title="omniture" src="http://a1.twimg.com/profile_images/139159352/OMTR_logo_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/omniture">omniture</a></h4>
<p>Official Omniture announcements and blog posts .  Updates managed by @brianwatkins</p>
<div><span>3,500 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/BandMetrics"><img title="Band Metrics" src="http://a1.twimg.com/profile_images/125964382/Band_Metrics_register_normal.gif" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/BandMetrics">Band Metrics</a></h4>
<p>music analytics for bands and musicians</p>
<div><span>3,039 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/SiteSpect"><img title="SiteSpect.com" src="http://a1.twimg.com/profile_images/105026876/twitter_sitespect_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/SiteSpect">SiteSpect.com</a></h4>
<p>Daily testing tips, news and inspiration for A/B and multivariate testing, targeting, and landing page optimization. Tweets by DM, EH &amp; KK.</p>
<div><span>2,687 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/hkotadia"><img title="Dr. Harish Kotadia" src="http://a1.twimg.com/profile_images/493554556/Dr_Harish_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/hkotadia">Dr. Harish Kotadia</a></h4>
<p>Social CRM and Analytics Consultant</p>
<div><span>2,591 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/Webtrends"><img title="Webtrends" src="http://a1.twimg.com/profile_images/410393664/Twitter_icon_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/Webtrends">Webtrends</a></h4>
<p>Enterprise Customer Intelligence. Have a question? Need assistance? Tweet us your needs or DM too if you&#8217;d like.We are here to help!</p>
<div><span>2,460 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/clickTRUE"><img title="Jackie Lee Choon Yau" src="http://a1.twimg.com/profile_images/137253438/jackiecorpct_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/clickTRUE">Jackie Lee Choon Yau</a></h4>
<p>I am the CEO of clickTRUE. clickTRUE is the Pay Per Performance online advertising agency, specializing in SEM, SEO, Web Analytics and Media Planning in Asia.</p>
<div><span>2,393 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/yodera"><img title="Alex Yoder" src="http://a1.twimg.com/profile_images/79566842/alex_small_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/yodera">Alex Yoder</a></h4>
<p>CEO WebTrends</p>
<div><span>2,359 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/waworld"><img title="Web Analytics World" src="http://a3.twimg.com/profile_images/51690461/webanalyticsworld125x125_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/waworld">Web Analytics World</a></h4>
<p>Official Twitter account of Manoj Jasra&#8217;s Web Analytics World Blog.</p>
<div><span>2,313 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/webmetricsguru"><img title="Marshall Sponder" src="http://a1.twimg.com/profile_images/287440584/CIMG0648_normal.JPG" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/webmetricsguru">Marshall Sponder</a></h4>
<p>Social Media and Web Analyst, Search, Blogger, and Artist</p>
<div><span>2,303 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/jimsterne"><img title="Jim Sterne" src="http://a1.twimg.com/profile_images/20531152/jim1x1_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/jimsterne">Jim Sterne</a></h4>
<p>Founder, eMetrics Marketing Optimization Summit</p>
<div><span>2,226 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/mcutler"><img title="Matt Cutler" src="http://a3.twimg.com/profile_images/64535155/At_the_wedding-1_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/mcutler">Matt Cutler</a></h4>
<p>Responsible for marketing @ Visible Measures, the independent third-party Internet video measurement firm. More @ http://blog.visiblemeasures.com</p>
<div><span>1,792 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/WAAorg"><img title="Web Analytics Assn." src="http://a3.twimg.com/profile_images/75682103/waa_twitter_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/WAAorg">Web Analytics Assn.</a></h4>
<p>The Official Tweets of the Web Analytics Association</p>
<div><span>1,790 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/Angoss"><img title="Angoss Software" src="http://a1.twimg.com/profile_images/433974360/AppEx_24x24_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/Angoss">Angoss Software</a></h4>
<p>Data mining and predictive analytics. How they empower organizations to grow revenues while reducing risk and cost. Have a question, please ask!</p>
<div><span>1,759 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/1tonyjones"><img title="Tony Jones" src="http://a1.twimg.com/profile_images/419006498/Tony_pic_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/1tonyjones">Tony Jones</a></h4>
<p>Intel&#8217;s social media analyst, ex HP&#8217;er, entrepreneur, husband, father of two, retired punk and geek</p>
<div><span>1,731 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/anilbatra"><img title="Anil Batra" src="http://a3.twimg.com/profile_images/66839587/2848559853_bd7a638e60_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/anilbatra">Anil Batra</a></h4>
<p>VP of Search &amp; Analytics. Online Marketing, Web Analytics, SEM, Behavioral Targeting &amp; Social Media Guy</p>
<div><span>1,701 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/analyticsupdate"><img title="AnalyticsUpdate" src="http://a1.twimg.com/profile_images/122682274/wa_update_avatar_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/analyticsupdate">AnalyticsUpdate</a></h4>
<p>web analytics, ecommerce, marketing, social media, seo, online business</p>
<div><span>1,683 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/acroll"><img title="Alistair Croll" src="http://a1.twimg.com/profile_images/191861536/alistair-croll-sm_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/acroll">Alistair Croll</a></h4>
<p>Product manager, tech analyst, writer dabbling in cloud, web tech, monitoring. 10% YHZ, 50% YUL, 30% SFO, 5% LAS, 5% LGA</p>
<div><span>1,590 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/ninjamarketer"><img title="Sameer Khan" src="http://a1.twimg.com/profile_images/52638678/n613907725_953_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/ninjamarketer">Sameer Khan</a></h4>
<p>Rackspace Web Analyst, Certified Web Optimization Expert. Sure I will follow you because I believe in the laws of the universe</p>
<div><span>1,497 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/seanellis"><img title="Sean Ellis" src="http://a3.twimg.com/profile_images/210639219/Sean_Ellis_Photo_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/seanellis">Sean Ellis</a></h4>
<p>After taking 2 startups from launch to IPO filing as VP marketing, now having fun hopping between startups in earliest and most important stage.</p>
<div><span>1,494 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/SmartDataCo"><img title="SmartData Collective" src="http://a3.twimg.com/profile_images/122242429/SDC_profile01_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/SmartDataCo">SmartData Collective</a></h4>
<p>Blog Network for BI and data pros from the nice folks at Social Media Today.com</p>
<div><span>1,432 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/leebogner"><img title="Lee Bogner" src="http://a1.twimg.com/profile_images/423216868/LeeBognerHeadShot_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/leebogner">Lee Bogner</a></h4>
<p>Dad, hushand, coach. eCommerce, Digital Media, Online Community Strategist &amp; Operator. Applied Engagement &amp; Trust, can they be measured? does it really matter?</p>
<div><span>1,340 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/Claudia_Imhoff"><img title="Claudia_Imhoff" src="http://a3.twimg.com/profile_images/424793345/Good_-_Red_standing_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/Claudia_Imhoff">Claudia_Imhoff</a></h4>
<p>Consultant and analyst for business intelligence and the technical architectures supporting it.</p>
<div><span>1,302 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/abtests"><img title="abtests" src="http://a3.twimg.com/profile_images/404828483/ab-128x128_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/abtests">abtests</a></h4>
<p>Brought to you by @bokardo, @kissmetrics and @performable</p>
<div><span>1,291 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/Innovadia"><img title="Javid Ahmadi" src="http://a1.twimg.com/profile_images/53097200/s590131620_7267_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/Innovadia">Javid Ahmadi</a></h4>
<p>Founder of Innovadia, Entrepreneur, Web Designer, SEO Consultant, creating solutions for Web, Print &amp; Social Media. OPEN for new Projects</p>
<div><span>1,285 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/pearanalytics"><img title="Ryan Kelly" src="http://a1.twimg.com/profile_images/493028226/RAS_Headshots-113-2_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/pearanalytics">Ryan Kelly</a></h4>
<p>Founder/CEO of Pear Analytics, entrepreneur, trying to be a product company when I grow up, husband, father of 2</p>
<div><span>1,265 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/bansi"><img title="Bansi Patel " src="http://a3.twimg.com/profile_images/302212411/bansibansi_normal.JPG" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/bansi">Bansi Patel </a></h4>
<p>Web Analytics at Avelle | Bag Borrow or Steal in Seattle- Fun girl originally from Boston.</p>
<div><span>1,257 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/lauraleedooley"><img title="LauraLee Dooley" src="http://a1.twimg.com/profile_images/495684070/twitterProfilePhoto_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/lauraleedooley">LauraLee Dooley</a></h4>
<p>See also @worldresources (World Resources Inst). Environment, social media, online marketing, web analytics. Member WAA and NTEN. Church youth leader.</p>
<div><span>1,230 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/DennisMortensen"><img title="Dennis R. Mortensen" src="http://a1.twimg.com/profile_images/62490742/dennis-mortensen-about-pic_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/DennisMortensen">Dennis R. Mortensen</a></h4>
<p>Entrepreneur, Author and Director of Data Insights at Yahoo! (IndexTools / Yahoo! Web Analytics)</p>
<div><span>1,216 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/thelostagency"><img title="David Iwanow" src="http://a1.twimg.com/profile_images/114610968/headshot_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/thelostagency">David Iwanow</a></h4>
<p>Started my own Web Analytics focused SEO Agency</p>
<div><span>1,198 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/YWebAnalytics"><img title="Yahoo! Web Analytics" src="http://a3.twimg.com/profile_images/211216767/yahoobang-large_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/YWebAnalytics">Yahoo! Web Analytics</a></h4>
<p>Official announcements, tips, tricks and more from Yahoo! Web Analytics.           #ywa #ywacn #measure</p>
<div><span>1,031 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/NeilRaden"><img title="Neil Raden" src="http://a1.twimg.com/profile_images/305431936/nrpr05_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/NeilRaden">Neil Raden</a></h4>
<p>Consultant, Analyst, Author, Blogger, Influencer, BI/Analytics, co-author Smart (Enough) Systems, Semantic Tech, Decision Mgt</p>
<div><span>1,030 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/jonathanlevitt"><img title="Jonathan Levitt" src="http://a3.twimg.com/profile_images/371383169/jl_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/jonathanlevitt">Jonathan Levitt</a></h4>
<p>I build brand and demand.</p>
<div><span>1,018 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/JulienCoquet"><img title="Julien Coquet" src="http://a1.twimg.com/profile_images/422016040/5660_108696482820_558282820_2626280_4837428_n_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/JulienCoquet">Julien Coquet</a></h4>
<p>Web Analytics Expert and Evangelist</p>
<div><span>1,005 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/digitalspending"><img title="SmartDigitalSpending" src="http://a3.twimg.com/profile_images/459874259/Eric_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/digitalspending">SmartDigitalSpending</a></h4>
<p>If you want to start making smarter online media planning decisions based on data analysis, where do you begin? SmartDigitalSpending.com. Tweets by Eric Melchor</p>
<div><span>899 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/immeria"><img title="Stephane Hamel" src="http://a3.twimg.com/profile_images/282163813/Stephane_Hamel_immeria_WAA_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/immeria">Stephane Hamel</a></h4>
<p>Stéphane Hamel: Web Analytics Advocate! Consulting:Education:Research. WASP creator, UBC WA tutor, eMetrics speaker.</p>
<div><span>894 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/digitalalex"><img title="digitalalex" src="http://a3.twimg.com/profile_images/356602329/new-glasses-1-reduced-size_normal.JPG" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/digitalalex">digitalalex</a></h4>
<p>I write Digital Alex, a marketing strategy blog.  I&#8217;m also the Marketing Manager at ClickEquations!</p>
<div><span>856 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/jonnytee"><img title="Jonny Thompson" src="http://a1.twimg.com/profile_images/469551048/twitterProfilePhoto_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/jonnytee">Jonny Thompson</a></h4>
<p>Web Marketer, Developer, and Web Analyst from Minnesota. Nerd out over Analytics and SEO. Drinks Kool-aid.</p>
<div><span>855 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/johnlovett"><img title="John Lovett" src="http://a3.twimg.com/profile_images/70928543/jl_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/johnlovett">John Lovett</a></h4>
<p>One analyst&#8230;just checking out the view.</p>
<div><span>840 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/Unica"><img title="Unica" src="http://a1.twimg.com/profile_images/354499768/UnicaTwitterBadge_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/Unica">Unica</a></h4>
<p>Unica &#8211; The leader in Enterprise Marketing Management software</p>
<div><span>828 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/Leslie_Chacon"><img title="Leslie Chacon" src="http://a1.twimg.com/profile_images/95576612/Picture001_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/Leslie_Chacon">Leslie Chacon</a></h4>
<p>Redesigning Customer Experience One Website at a Time!</p>
<div><span>818 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/analyticsdennis"><img title="Dennis James" src="http://a1.twimg.com/profile_images/85158950/Untitled-5_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/analyticsdennis">Dennis James</a></h4>
<p>I think web analytics is one of the most important keys to success in online business</p>
<div><span>809 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/rileybeebs"><img title="rileybeebs" src="http://a3.twimg.com/profile_images/52762057/servlet_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/rileybeebs">rileybeebs</a></h4>
<p>Owner of LivingAnalytics.com. Innovating entrepreneur. Expert in: OCR, ICR, OMR, barcode, forms processing, data capture and analytics technologies.</p>
<div><span>794 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/willscullypower"><img title="Will Scully-Power " src="http://a1.twimg.com/profile_images/491656252/WSP_Black___White_normal.JPG" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/willscullypower">Will Scully-Power </a></h4>
<p>Managing Director, Datarati</p>
<div><span>760 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/vgurbuxani"><img title="Vishal Gurbuxani" src="http://a1.twimg.com/profile_images/486404150/vishal_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/vgurbuxani">Vishal Gurbuxani</a></h4>
<p>Mobclix iPhone Analytics and Advertising. iPhone Development. Mobile Analytics. Cloud. Android. Palm Pre. Blackberry. @Mobclix. www.mobclix.com.</p>
<div><span>744 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/nicolerawski"><img title="Nicole Rawski" src="http://a1.twimg.com/profile_images/422233400/nicole_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/nicolerawski">Nicole Rawski</a></h4>
<p>Digital Media Analyst, Social Media Enthusiast, Running and Pilates Devotee</p>
<div><span>718 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/trae1"><img title="Trae Clevenger" src="http://a3.twimg.com/profile_images/60198329/manga_avatar_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/trae1">Trae Clevenger</a></h4>
<p>VP, Strategy and Innovation at Targetbase. &#8211; Technology &#8211; Analytics &#8211; Creative -</p>
<div><span>717 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/bosilytics"><img title="Thomas Bosilevac" src="http://a3.twimg.com/profile_images/66541357/debandtom_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/bosilytics">Thomas Bosilevac</a></h4>
<p>Surfboard personality with whiteboard aspirations. Web analytics, content consumption analysis, workflow analysis. Data enriched decision making. FTW!</p>
<div><span>678 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/AndreScholten"><img title="André Scholten" src="http://a1.twimg.com/profile_images/47954652/andre64_normal.gif" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/AndreScholten">André Scholten</a></h4>
<p>Web Analytics and SEO specialist, blogger, like to help people. Have a Google Analytics question?</p>
<div><span>660 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/SlideShare_Dan"><img title="Daniel Lu" src="http://a1.twimg.com/profile_images/433803240/slideshare_dan-logoSmall_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/SlideShare_Dan">Daniel Lu</a></h4>
<p>SlideShare employee roving the web</p>
<div><span>638 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/RaquelHirsch"><img title="Raquel Hirsch" src="http://a1.twimg.com/profile_images/68526176/Raquel_Hirsch_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/RaquelHirsch">Raquel Hirsch</a></h4>
<p>Follow me for updates on Conversion Optimization, Demand-Generation and Online Strategy</p>
<div><span>636 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/makavanagh"><img title="Melissa Kavanagh" src="http://a1.twimg.com/profile_images/65567716/MKavanagh_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/makavanagh">Melissa Kavanagh</a></h4>
<p>Web Analyst in tourism industry seeking guru status, former music teacher, dog lover, wine drinker.</p>
<div><span>618 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/insightr"><img title="James Dutton" src="http://a1.twimg.com/profile_images/361571750/Dutton_James_mediumSize_-_poster_style_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/insightr">James Dutton</a></h4>
<p>Managing Director of Insightr: Digital Analytics &amp; Optimisation Consulting.</p>
<div><span>614 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/jdersh"><img title="June Dershewitz" src="http://a1.twimg.com/profile_images/47955752/june_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/jdersh">June Dershewitz</a></h4>
<p>June enjoys helping companies improve their practice of web analytics.</p>
<div><span>572 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/Bobbyhewitt"><img title="Bobby Hewitt" src="http://a1.twimg.com/profile_images/28088652/bobby_hewitt_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/Bobbyhewitt">Bobby Hewitt</a></h4>
<p>conversion rate marketing specialist.</p>
<div><span>572 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/coremetrics"><img title="Coremetrics Team" src="http://a3.twimg.com/profile_images/244448487/Twitter-Icon_Updated_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/coremetrics">Coremetrics Team</a></h4>
<div><span>557 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/OmnitureEMEA"><img title="Neil Morgan" src="http://a1.twimg.com/profile_images/128806988/Omniture-Logo-Twitter-green_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/OmnitureEMEA">Neil Morgan</a></h4>
<p>News and announcements FROM team Omniture, TO you, IN Europe. Omniture is the largest technology company focused on CMOs and Online Marketers.</p>
<div><span>550 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/ChrisBrinkworth"><img title="Chis Brinkworth" src="http://a3.twimg.com/profile_images/362648889/0bb262f_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/ChrisBrinkworth">Chis Brinkworth</a></h4>
<p>EVP Americas for TagMan; the single no-edit Universal Tag that can be deployed through CMS &#8211; all #measure tags go within.</p>
<div><span>545 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/Asegovia"><img title="Asegovia" src="http://a1.twimg.com/profile_images/484071194/FOTOS_OFICIAL_normal.gif" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/Asegovia">Asegovia</a></h4>
<div><span>541 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/valurthor"><img title="Valur Thor" src="http://a1.twimg.com/profile_images/393955896/valur-twitter-bw-2_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/valurthor">Valur Thor</a></h4>
<p>Passionate about innovation. Currently helping companies bridging the gap between Tech and Marketing.</p>
<div><span>527 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/ikongsgf"><img title="ikong f" src="http://a3.twimg.com/profile_images/457748665/twitter_avatar_sm_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/ikongsgf">ikong f</a></h4>
<p>Product manager BI+analytics. Keepin the hominy grits all goin the same direction. Web analytics 1.0: analog/perl. Web, customer, behavioral analytics 2.0: SAS</p>
<div><span>517 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/cgrantski"><img title="Chris Grant" src="http://a1.twimg.com/profile_images/300082956/ls_8251_100482177_bd238e82c6_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/cgrantski">Chris Grant</a></h4>
<p>Web analytics</p>
<div><span>470 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/bobpage"><img title="Bob Page" src="http://a3.twimg.com/profile_images/52956071/bobdots_normal.gif" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/bobpage">Bob Page</a></h4>
<p>I lead the Yahoo! Web Analytics tech team.  #wa speaker, hack photographer, ex-Bostonian.</p>
<div><span>431 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/paulrpatterson"><img title="Paul" src="http://a1.twimg.com/profile_images/352335450/SeussBat_normal.GIF" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/paulrpatterson">Paul</a></h4>
<p>Vice President at Quantivo, owner ManufacturingCenter.org</p>
<div><span>429 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/fkuu"><img title="Fred Kuu" src="http://a1.twimg.com/profile_images/55408384/fkuu_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/fkuu">Fred Kuu</a></h4>
<p>Analog thinking in a digital world</p>
<div><span>396 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/analyticspros"><img title="Caleb Whitmore" src="http://a1.twimg.com/profile_images/91284516/favicon-ap-48x48_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/analyticspros">Caleb Whitmore</a></h4>
<p>Google Analytics + performance marketing expertise in 140 characters or less from Caleb Whitmore.</p>
<div><span>383 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/AureliePols"><img title="Aurelie Pols" src="http://a1.twimg.com/profile_images/427281268/images_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/AureliePols">Aurelie Pols</a></h4>
<p>Analytics &amp; accountability rule, mother of 1 year old Luca, wife of a web entrepreneur, European enthusiast</p>
<div><span>382 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/youcalc"><img title="rasmus aaen madsen" src="http://a1.twimg.com/profile_images/335826040/rasmus2_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/youcalc">rasmus aaen madsen</a></h4>
<p>CEO/founder of youcalc &#8211; on-demand analytics. Connect to any on-demand data and generate real-time analytics apps.</p>
<div><span>353 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/cooper9r"><img title="Chris Reynolds" src="http://a3.twimg.com/profile_images/78515521/29805435_img_0558_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/cooper9r">Chris Reynolds</a></h4>
<p>Web analytics, media management, digital media and search, CPG marketing, golf addict</p>
<div><span>338 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/StatSoft"><img title="StatSoft" src="http://a1.twimg.com/profile_images/125216588/StatSoft_Tweet_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/StatSoft">StatSoft</a></h4>
<p>Founded in 1984, we are one of the largest producers of Enterprise and Desktop Software for Predictive Analytics and Data Analysis.</p>
<div><span>309 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/ejenniferlynn"><img title="Jennifer Lynn" src="http://a1.twimg.com/profile_images/484734676/0a46446n_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/ejenniferlynn">Jennifer Lynn</a></h4>
<p>Consultant BestBuy.com</p>
<div><span>304 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/tagmanceo"><img title="Paul Cook" src="http://a3.twimg.com/profile_images/363807321/Paul-Cook-Pic-Main_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/tagmanceo">Paul Cook</a></h4>
<p>Web Analytics pioneer and developer of TagMan</p>
<div><span>277 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/susanpaynel"><img title="Susan Payne" src="http://a1.twimg.com/profile_images/447143170/twitterProfilePhoto_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/susanpaynel">Susan Payne</a></h4>
<p>Web Strategy geek and Deputy Director of Web Strategy at GUMC (my tweets are my own).</p>
<div><span>264 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/sdeelio"><img title="Sandy Donlon" src="http://a3.twimg.com/profile_images/53027747/sandy_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/sdeelio">Sandy Donlon</a></h4>
<p>Statistician; data mining; web analytics</p>
<div><span>256 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/markohurst"><img title="Marko Hurst" src="http://a1.twimg.com/profile_images/89933654/markoHurst_Headshot_web_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/markohurst">Marko Hurst</a></h4>
<p>Author, Speaker, Consultant combing UX, Analytics, &amp; Neuroscience for a better web experience.</p>
<div><span>250 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/Performable"><img title="Performable" src="http://a1.twimg.com/profile_images/344400174/ghostery-icon-64x64-static_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/Performable">Performable</a></h4>
<p>Follow us to get the most out of your website.</p>
<div><span>250 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/hrenee"><img title="Renee Harper" src="http://a3.twimg.com/profile_images/73987333/headshot_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/hrenee">Renee Harper</a></h4>
<p>Blogger, online customer support strategist, SAS enthusiast. These postings are my own and do not represent the positions, strategies or opinions of SAS.</p>
<div><span>232 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/datalicious"><img title="datalicious" src="http://a3.twimg.com/profile_images/421766979/logo_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/datalicious">datalicious</a></h4>
<p>Turning data into actionable insights</p>
<div><span>229 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/sarahd23"><img title="Sarah DeAtley" src="http://a1.twimg.com/profile_images/250461804/puerto_rico_1_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/sarahd23">Sarah DeAtley</a></h4>
<p>I like web analytics, UX, and mint chocolate chip ice cream.</p>
<div><span>211 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/Zimana_"><img title="Pierre D" src="http://a1.twimg.com/profile_images/463685156/DeBois_headshot_8x10_eyes_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/Zimana_">Pierre D</a></h4>
<p>MBA, former Ford guy, provide web analytics optimization services</p>
<div><span>195 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/innovate61"><img title="Steve Bennett" src="http://a3.twimg.com/profile_images/180055187/BENNETT_Steve_medium_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/innovate61">Steve Bennett</a></h4>
<p>business intelligence and analytics junkie setting-up a free and open online BI/DWH/PM/Analytics community in Australia</p>
<div><span>187 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/amplifymedia"><img title="Amplify Media" src="http://a3.twimg.com/profile_images/440695305/amplify_twitter_logo_1__normal.gif" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/amplifymedia">Amplify Media</a></h4>
<p>We are a UK based search marketing agency. We offer PPC Management, SEO and Copywriting Services.</p>
<div><span>158 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/stevengrech"><img title="Steven Grech" src="http://a3.twimg.com/profile_images/416887141/Steve_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/stevengrech">Steven Grech</a></h4>
<p>Digital Strategist | Analytics Ninja | Search Marketing Enthusiast | Disruptive Innovation aficionado&#8230;sailor, foodie</p>
<div><span>156 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/Davash"><img title="Daniel Rosenberg" src="http://a1.twimg.com/profile_images/223175054/IMG_0246_normal.JPG" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/Davash">Daniel Rosenberg</a></h4>
<p>Social Media Specialist @ForeSeeResults, Electronic music enthusiast and passionate about ארץ ישראל</p>
<div><span>148 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/zachgemignani"><img title="zachgemignani" src="http://a3.twimg.com/profile_images/53138879/Picture_1_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/zachgemignani">zachgemignani</a></h4>
<p>Data can be your friend, but it requires a creative environment and positive discipline</p>
<div><span>144 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/tedmcdonald"><img title="tedmcdonald" src="http://a1.twimg.com/profile_images/195087082/face_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/tedmcdonald">tedmcdonald</a></h4>
<p>Father of a wonderful 6yo daughter and triplet 1yo boys. Web analytics manager at Carfax.</p>
<div><span>134 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/surfsquire"><img title="surfsquire" src="http://a1.twimg.com/profile_images/80313664/squire_square_headshot_large_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/surfsquire">surfsquire</a></h4>
<p>Chief Strategy Officer at Coremetrics</p>
<div><span>116 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/mmeehan"><img title="mmeehan" src="http://a3.twimg.com/profile_images/300143889/ls_0563_Profile_normal.jpeg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/mmeehan">mmeehan</a></h4>
<p>Sr. Recruiter for comScore, the global source of digital market intelligence and most preferred measurement service</p>
<div><span>108 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/brisink"><img title="Jerome Bryssinck" src="http://a1.twimg.com/profile_images/490851706/JB_normal.JPG" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/brisink">Jerome Bryssinck</a></h4>
<p>Passionate about Business Intelligence &amp; Advanced Analytics ;</p>
<div><span>102 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/Sunrayfr"><img title="Gaetan Bertin" src="http://a3.twimg.com/profile_images/357530321/gaetanbertin_edited-1_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/Sunrayfr">Gaetan Bertin</a></h4>
<p>Head of Web Traffic at AXA France Services</p>
<div><span>94 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/neilnatty"><img title="Neil" src="http://a1.twimg.com/profile_images/287443368/Neilbio_normal.JPG" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/neilnatty">Neil</a></h4>
<div><span>88 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/johncmunoz"><img title="johncmunoz" src="http://a3.twimg.com/profile_images/451007549/IMG_5037_normal.JPG" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/johncmunoz">johncmunoz</a></h4>
<p>Insight creator</p>
<div><span>87 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/Cloud9Analytics"><img title="Cloud9 Analytics" src="http://a3.twimg.com/profile_images/247179239/Cloud9_Logo_sq_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/Cloud9Analytics">Cloud9 Analytics</a></h4>
<p>Pipeline analytics solutions for salesforce.com SFA</p>
<div><span>81 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/mattlangie"><img title="Matt Langie" src="http://a3.twimg.com/profile_images/89451967/Matt_Langie_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/mattlangie">Matt Langie</a></h4>
<p>Software &amp; Technology Product Marketer</p>
<div><span>75 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/rens2000"><img title="Rens Feenstra" src="http://a3.twimg.com/profile_images/111712835/snlref_snor_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/rens2000">Rens Feenstra</a></h4>
<p>sales consultant at SAS in the Netherlands doing everything with SAS on DI, BI and Analytics</p>
<div><span>51 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/robertschris"><img title="Christine Roberts" src="http://a3.twimg.com/profile_images/248286891/DSC00101_normal.JPG" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/robertschris">Christine Roberts</a></h4>
<div><span>50 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/peterraybailey"><img title="Peter Bailey" src="http://a3.twimg.com/profile_images/370330439/New_Image_normal.JPG" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/peterraybailey">Peter Bailey</a></h4>
<p>Sometimes Writer. New Media Ninja in Training. Web Analytics and Social Media Researcher.</p>
<div><span>49 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/jtex316"><img title="Joe Teixeira" src="http://a1.twimg.com/profile_images/274590276/tex1_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/jtex316">Joe Teixeira</a></h4>
<p>Author &#8211; Google Analytics Super-Duper Hyper-Mega Rock Star &#8211; Guitar Hero Prodigy</p>
<div><span>42 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/PamResearchDiva"><img title="Pam Cooper" src="http://a1.twimg.com/profile_images/433920714/Pam_headshot_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/PamResearchDiva">Pam Cooper</a></h4>
<p>Client Services Team Lead at ForeSee Results; and general Market Research enthusiast</p>
<div><span>33 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/chrisworland"><img title="Chris Worland" src="http://a1.twimg.com/profile_images/202315076/profile2_normal.png" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/chrisworland">Chris Worland</a></h4>
<p>Program Manager, Microsoft</p>
<div><span>32 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/CasseyReynoso"><img title="Cassey Reynoso" src="http://a3.twimg.com/profile_images/486233499/3aeef85_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/CasseyReynoso">Cassey Reynoso</a></h4>
<p>Web Analytics Specialist at Fuel Interactive based out of Myrtle Beach, SC</p>
<div><span>32 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/shellkillebrew"><img title="michelle killebrew" src="http://a3.twimg.com/profile_images/248697931/mkillebrew_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/shellkillebrew">michelle killebrew</a></h4>
<p>Sr. Marketing Manager &#8211; Coremetrics</p>
<div><span>19 followers</span></div>
</div>
</div>
<div>
<div><a href="http://listorious.com/mpivadoc"><img title="Marco Piva" src="http://a3.twimg.com/profile_images/459394871/profile_normal.jpg" alt="" width="64" height="64" /></a></div>
<div>
<h4><a href="http://listorious.com/mpivadoc">Marco Piva</a></h4>
<p>Senior WebAnalytics Implementation Consultant, COO of Web Performance Monitoring at BitBang</p>
<div><span>15 followers</span></div>
</div>
</div>
</div>
<div>
<div>
<form action="/seanpower/analytics-and-measurement/submit_recommendation" method="get">
<div></div>
</form>
</div>
</div>
</div>
</div>
<div class="shr-publisher-970"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.bostonmediadomain.com/analytics-measurement-twitter-people-follow/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

