<?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>Think Vitamin &#187; Analytics</title>
	<atom:link href="http://thinkvitamin.com/category/marketing/analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkvitamin.com</link>
	<description>The Web Practitioner&#039;s Blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:41:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Measure your site&#8217;s speed with Google Site Speed</title>
		<link>http://thinkvitamin.com/business/analytics/measure-your-sites-speed-with-google-site-speed/</link>
		<comments>http://thinkvitamin.com/business/analytics/measure-your-sites-speed-with-google-site-speed/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 10:34:12 +0000</pubDate>
		<dc:creator>Alan Johnson</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://thinkvitamin.com/?p=14585</guid>
		<description><![CDATA[If you&#8217;re like me, you&#8217;re always worried about your site&#8217;s performance. How long does it take for your page to load on the client side? It&#8217;s a hard statistic to even gather data on, especially across a large sample of visitors. Fortunately, Google Analytics recently added Site Speed, their solution for page load time tracking. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="https://img.skitch.com/20110622-xsgy148pcm4dusi15jm4thrfpa.png" alt="Screenshot of Google's Site Speed showing a line graph that charts the load time of a site" /></p>
<p>If you&#8217;re like me, you&#8217;re always worried about your site&#8217;s performance. How long does it take for your page to load on the client side? It&#8217;s a hard statistic to even gather data on, especially across a large sample of visitors.</p>
<p>Fortunately, Google Analytics recently added <a href="http://www.google.com/support/analyticshelp/bin/answer.py?hl=en&amp;answer=1205784&amp;topic=1120718">Site Speed</a>, their solution for page load time tracking. Their load time tracking only works with IE9 and Google Chrome (browsers that support the <a href="https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html">HTML5 NavigationTiming interface</a>), and it only samples a small percentage of page loads, but it should typically be enough data to give you great feedback about how long it&#8217;s taking your various pages to load.</p>
<p>Learn all about how to set up Site Speed and review Site Speed data on the <a href="http://www.google.com/support/analyticshelp/bin/answer.py?hl=en&amp;answer=1205784&amp;topic=1120718">Google Analytics Documentation site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/business/analytics/measure-your-sites-speed-with-google-site-speed/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Advanced Google Analytics for Startups</title>
		<link>http://thinkvitamin.com/business/analytics/google-analytics-tweaks/</link>
		<comments>http://thinkvitamin.com/business/analytics/google-analytics-tweaks/#comments</comments>
		<pubDate>Wed, 25 May 2011 21:12:22 +0000</pubDate>
		<dc:creator>Alan Johnson</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://thinkvitamin.com/?p=14077</guid>
		<description><![CDATA[Growing a business is an endless cycle of experiments. You get an idea about why some part of your business is going the way it is, you tweak things a bit to test your idea, and then you review the results. For a web based business like Think Vitamin Membership, Google Analytics is an awesome [...]]]></description>
			<content:encoded><![CDATA[<p>Growing a business is an endless cycle of experiments. You get an idea about why some part of your business is going the way it is, you tweak things a bit to test your idea, and then you review the results. For a web based business like Think Vitamin Membership, <a href="http://www.google.com/analytics/">Google Analytics</a> is an awesome way to collect information while experimenting and study what&#8217;s going on with your web app.</p>
<p>For the longest time I thought that Google Analytics was something that you just add to your site and review from time to time. I&#8217;ve learned, though, that tweaking Analytics can give some terrific data that wouldn&#8217;t be available by using their default setup. This week we implemented some new tweaks that we&#8217;ve made to our analytics setup that might be useful for others, so we figured we&#8217;d share them.<br />
<span id="more-14077"></span></p>
<p><img class="alignnone size-full wp-image-14091" title="Analytics Graph" src="http://thinkvitamin.com/wp-content/uploads/2011/05/Screen-shot-2011-05-25-at-5.10.22-PM.png" alt="" width="705" height="125" /></p>
<h3>Custom Variables and Advanced Segments</h3>
<p>One of the biggest questions that we weren&#8217;t able to answer with Analytics before this week was what the traffic breakdown between members and non-members was. You can look at new visits and assume that they&#8217;re non-members, but that&#8217;s a pretty big assumption. You can also assume that members only pages are only members, but that still leaves a lot of traffic up to interpretation. To solve the problem of understanding the split between members and non-members we&#8217;re employing <a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html">Custom Variables</a>.</p>
<p>A Custom Variable in Analytics lets you tag either a page view, a session, or a visitor as having a certain attribute. Since we were interested in noting whether or not a user has ever logged in, we went with a visitor variable. Here&#8217;s the JavaScript code for setting a custom variable:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;">_gaq.<span style="color: #660066;">push</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'_setCustomVar'</span><span style="color: #339933;">,</span> slot<span style="color: #339933;">,</span> <span style="color: #000066;">name</span><span style="color: #339933;">,</span> value<span style="color: #339933;">,</span> scope<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Google&#8217;s JavaScript can look pretty strange, but you can basically think of the <code>_gaq.push</code> method as pushing commands to Google. It takes an array, and the first element in that array is always the  name of the command to send. The following elements in the array are the arguments for that command. The arguments for the _setCustomVar are:</p>
<ul>
<li>slot &#8211; An integer between 1 and 5. The purpose for the slot number will make more sense when we look at analyzing custom variable data.</li>
<li>name &#8211; A string containing the name for the custom variable</li>
<li>value &#8211; A string containing the value for the custom variable</li>
<li>scope &#8211; An integer for scope for the custom variable.</li>
</ul>
<p>The scope can have one of the following values:</p>
<ul>
<li>1 &#8211; Visitor scope. This variable lasts as long as the visitor&#8217;s cookie is present</li>
<li>2 &#8211; Session scope. This variable lasts as long as the current visit lasts in analytics</li>
<li>3 &#8211; Page scope. This variable is only in effect for the current pageview</li>
</ul>
<p>In our case, we used the following code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;">_gaq.<span style="color: #660066;">push</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'_setCustomVar'</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'Member?'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'Yes'</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">1</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>This code sets a new custom visitor variable named &#8220;Member?&#8221; with a value of &#8220;Yes&#8221; into slot 1. In our page we wrapped this code in a conditional so that it only appears in each page if a visitor is logged in.</p>
<p>Initially we also included code that set the variable to &#8220;No&#8221; if a visitor wasn&#8217;t logged in, but realized that if a user logged out the value for the variable would be changed from &#8220;Yes&#8221; to &#8220;No&#8221;, so we wouldn&#8217;t remember that the user actually was a member. In our case we&#8217;d rather remember that a visitor was a member even if they log out, so we got rid of that bit of code that set the variable to &#8220;No&#8221; when a user wasn&#8217;t logged in.</p>
<p>So we&#8217;ve got our variable set up. What do we do with it now? That&#8217;s where Advanced Segments come into play. To set up an Advanced Segment, log in to Google Analytics and navigate to the profile that you&#8217;ve added your custom variable to. In the sidebar, under My Customizations, click on the Advanced Segments link to get to the Manage Advanced Segments page. Once you&#8217;re there, click on &#8220;Create new custom segment&#8221; to build your advanced segment. The tool Google created to design advanced segments is pretty neat &#8211; it lets you drag metrics from the list on the left to build the logic for your segment. Here&#8217;s what my segment for Members looks like:</p>
<p><img class="alignnone size-full wp-image-14078" title="Advanced Segment Configuration for Members" src="http://thinkvitamin.com/wp-content/uploads/2011/05/Screen-shot-2011-05-25-at-4.02.26-PM.png" alt="" width="705" height="388" /></p>
<p>Notice how I&#8217;m using the &#8220;Custom Variable (Key 1)&#8221; metric. That maps to the first variable slot that we used when we set the variable. Here&#8217;s my segment for non-members, which just checks that slot 1 isn&#8217;t set to the &#8220;Member?&#8221; variable:</p>
<p><img class="alignnone size-full wp-image-14079" title="Advanced Segments for Non-members" src="http://thinkvitamin.com/wp-content/uploads/2011/05/Screen-shot-2011-05-25-at-4.06.11-PM.png" alt="" width="705" height="234" /></p>
<p>Now that we have our segments set up, we can select one or more of them from the segment dropdown on the top right side of almost every page in Analytics to focus on those segments.</p>
<h3>Events</h3>
<p>One other problem I noticed in Analytics was that we could see when a user comes to one of the pages for our videos, but just visiting the video page doesn&#8217;t necessarily tell us if the user watched the video or not. Google Analytics <a href="http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html">Events</a> allow you to track arbitrary events with JavaScript. Our player includes JavaScript callbacks, so using Events was a perfect fit.</p>
<p>The Google Analytics JavaScript for tracking an event looks like this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;">_gaq.<span style="color: #660066;">push</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'_trackEvent'</span><span style="color: #339933;">,</span> category<span style="color: #339933;">,</span> action<span style="color: #339933;">,</span> label<span style="color: #339933;">,</span> value<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<ul>
<li>category &#8211; A string representing the category of the event</li>
<li>action &#8211; A string representing the type of interaction that occurred</li>
<li>label &#8211; (Optional) A string representing an additional layer of detail about the action</li>
<li>value &#8211; (Optional) A integer value relating to the action</li>
</ul>
<p>Here&#8217;s the JavaScript code that I added to our player&#8217;s callback when playback is started:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;">_gaq.<span style="color: #660066;">push</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'_trackEvent'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'Video'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'Begin'</span><span style="color: #339933;">,</span> videoName<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>You can review the results of your events in Analytics by going to Content, Event Tracking in the sidebar. The views for Events let you drill down into each event action to see the list of labels and values for that action. In our case that means that we can drill into the &#8220;Begin&#8221; event to see exactly what videos were watched and how many times they were watched.</p>
<h3>Search Analytics</h3>
<p>One last feature of our site that I was interested in getting more information about was search. We allow users to search for videos, but we haven&#8217;t been tracking those searches at all. Setting up search tracking in Analytics usually doesn&#8217;t require any changes to your site&#8217;s code. All you have to do is go to the settings for your site&#8217;s profile in Analytics, enable Site Search, and enter the query parameters that you use for search terms on your search forms. On our site we always represent a search term with a query parameter named <code>q</code>.</p>
<p>In the Analytics dashboard you can go to Content, Site Search to review your site&#8217;s search data. Google includes information on how many searches were performed, what terms were searched for, and what pages users went to as a result of the search.</p>
<h3>Finishing Up</h3>
<p>Well, now that we&#8217;ve tuned our Google Analytics settings we&#8217;ve got to wait a bit and then we&#8217;ll start making tweaks to our app as a result. I&#8217;m hoping that segmenting our members and non-members will tell us more about what topics non-members are interested in and also help us figure out the best ways to get users to our sign up page. The video events and search statistics should give us interesting information about how we&#8217;ll we&#8217;re helping people find the videos they want to watch. Once we&#8217;ve gathered more data and made some changes, we&#8217;ll probably circle back and fine tune what data we&#8217;re collecting with even more custom variables and events. It really is a never ending cycle.</p>
<p>Do you have any tricks that you&#8217;re using with Google Analytics? We&#8217;d love to hear about them in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/business/analytics/google-analytics-tweaks/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Google Analytics Pro Tip: Add Annotations</title>
		<link>http://thinkvitamin.com/business/analytics/google-analytics-pro-tip-add-annotations/</link>
		<comments>http://thinkvitamin.com/business/analytics/google-analytics-pro-tip-add-annotations/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 12:00:58 +0000</pubDate>
		<dc:creator>Ryan Carson</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://thinkvitamin.com/?p=12314</guid>
		<description><![CDATA[Alan and I were chatting on GTalk this morning and he had a brilliant idea &#8230; You can add Annotations in Google Analytics for any major events that might effect conversion rates (or any other metric that&#8217;s important to you in Google Analytics). Annotations are simple notes that you can tie to a specific date. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/commondream">Alan</a> and I were chatting on GTalk this morning and he had a brilliant idea &#8230;</p>
<p>You can add Annotations in <a href="http://www.google.com/analytics/">Google Analytics</a> for any major events that might effect conversion rates (or any other metric that&#8217;s important to you in Google Analytics).</p>
<p>Annotations are simple notes that you can tie to a specific date. They show up visually on the timeline as you view any graph. Super simple, but very powerful.</p>
<p><a href="https://img.skitch.com/20110217-r8b3ry8cy869misnseg9tib1w4.png"><img src="https://img.skitch.com/20110217-t3m85ji8f8nuxghdn7c1f8hfw1.png" alt="Screenshot of Google Analytics annotations for membership.thinkvitamin.com" /></a></p>
<p>Here&#8217;s why it&#8217;s a great idea: You can look back at your traffic and see how different events affect your conversion rates. Trust me: You&#8217;ll forget when and how you changed the site, which means you won&#8217;t know what&#8217;s positively or negatively affecting your stats. Annotations solve that. Bam! :)</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/business/analytics/google-analytics-pro-tip-add-annotations/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Alex Hunter&#8217;s Adventures in Digital Marketing</title>
		<link>http://thinkvitamin.com/business/alex-hunters-adventures-in-digital-marketing/</link>
		<comments>http://thinkvitamin.com/business/alex-hunters-adventures-in-digital-marketing/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 17:50:15 +0000</pubDate>
		<dc:creator>Keir Whitaker</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://thinkvitamin.com/?p=12239</guid>
		<description><![CDATA[Regular Future of Web Apps speaker Alex Hunter recently got in touch to let me know that he&#8217;s running a one off one day workshop in London called &#8220;Adventures in Digital Marketing&#8220;. If you haven&#8217;t had the opportunity to see Alex at Future of Web Apps before then check out the video below from FOWA [...]]]></description>
			<content:encoded><![CDATA[<p>Regular <a href="http://futureofwebapps.com">Future of Web Apps</a> speaker <a href="http://haebc.com">Alex Hunter</a> recently got in touch to let me know that he&#8217;s running a one off one day workshop in London called &#8220;<a href="http://www.adventuresin.co.uk/">Adventures in Digital Marketing</a>&#8220;.</p>
<p>If you haven&#8217;t had the opportunity to see Alex at Future of Web Apps before then check out the video below from <a href="http://vimeo.com/6969446">FOWA Miami</a>, it&#8217;s certainly worth 20 minutes of your time.<span id="more-12239"></span></p>
<p>Alex has worked for some of the biggest online brands and knows a thing or two about creating a successful digital marketing strategy as well as how to use bleeding edge techniques to keep your brand ahead of the competition. He&#8217;s also written a number of articles for <a href="http://thinkvitamin.com/author/alexhunter/">Think Vitamin on startups, marketing and more</a>.</p>
<p><object width="705" height="388"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6969446&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00ADEF&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6969446&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00ADEF&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="705" height="388"></embed></object></p>
<p>Early bird passes are available for £295. Visit the &#8220;<a href="http://www.adventuresin.co.uk/">Adventures In</a>&#8221; web site for full details.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/business/alex-hunters-adventures-in-digital-marketing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Problem with Hits (Still)</title>
		<link>http://thinkvitamin.com/business/the-problem-with-hits-still/</link>
		<comments>http://thinkvitamin.com/business/the-problem-with-hits-still/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 09:00:03 +0000</pubDate>
		<dc:creator>Greg Annandale</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://thinkvitamin.com/?p=11044</guid>
		<description><![CDATA[It would appear that the age-old confusion concerning the use of the word &#8216;hits&#8217; is as prevalent as ever, perhaps more so due to the increased, and now, ever-constant coverage of the web in the media. How often do we hear on the radio or in a TV interview a reference to how many hits [...]]]></description>
			<content:encoded><![CDATA[<p>It would appear that the age-old confusion concerning the use of the word &#8216;hits&#8217; is as prevalent as ever, perhaps more so due to the increased, and now, ever-constant coverage of the web in the media. How often do we hear on the radio or in a TV interview a reference to how many hits a particular site has received? I can say that it&#8217;s almost a daily occurrence for me.<span id="more-11044"></span></p>
<p>I&#8217;m going to assume that readers are more than familiar with the basics of web analytics, and the point of this piece is not necessarily to educate in this regard but rather to encourage that we do as much as we can to help clarify the situation. Each time I work with a new client I make a specific point of talking them through analytics and explicitly defining the difference between hits, visits (uniques &amp; recurring) and views.</p>
<p>Without fail, each one has mentioned that they had misunderstood the term &#8216;hits&#8217; and were glad to be informed (although often a little disappointed) that they should ignore it as a representation of a site&#8217;s popularity.</p>
<h3>A Quick Recap</h3>
<p>A a hit is a request received by a web server for a single file. Thus, a page load may result in a number of hits, for example: one for the page itself, another for the stylesheet, another for a JavaScript file and a further hit for each image. See the <a href="http://en.wikipedia.org/wiki/Web_analytics#Key_definitions">Wikipedia web analytics article</a> for a more in-depth look at the key definitions.</p>
<p>Why is it important to make the distinction between a hit and a page view? The problem is that the figure represented in the monthly hit count for a site really has no bearing on the number of page views and visits. Of course, there&#8217;s a linear relationship between page views and hits, assuming that each page has a similar number of hits per view (which often shouldn&#8217;t be the case if client-side caching is on and has been correctly configured).</p>
<h3>Counting Hits</h3>
<p>If a page has for example 20 external resources to be loaded, one view will of course generate 20 hits. Another page may have only 5 resources and so 5 hits are generated per view. This clearly indicates a huge discrepancy if a sole reliance on hits is used for judging the popularity of the page. The figure could naturally be far more extreme.</p>
<h3>Help Your Clients Understand</h3>
<p>So I&#8217;d like to encourage everyone to, at the very least, insist on making the above distinctions clear with their clients. Hopefully this will help clear up the confusion to some extent.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/business/the-problem-with-hits-still/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How we increased conversions by 24% with video</title>
		<link>http://thinkvitamin.com/business/marketing/how-we-increased-conversions-by-24-with-video/</link>
		<comments>http://thinkvitamin.com/business/marketing/how-we-increased-conversions-by-24-with-video/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 00:28:42 +0000</pubDate>
		<dc:creator>Ryan Carson</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://thinkvitamin.com/?p=10812</guid>
		<description><![CDATA[We learned a valuable lesson recently that I&#8217;d like to share with you: We increased conversions to our Think Vitamin Membership Plans &#38; Pricing page by 24.4% by making one simple change. Here&#8217;s how we did it &#8230; We replaced the example tutorial video on the homepage with a 50-second overview of the service. I [...]]]></description>
			<content:encoded><![CDATA[<p>We learned a valuable lesson recently that I&#8217;d like to share with you: We increased conversions to our <a href="http://membership.thinkvitamin.com/">Think Vitamin Membership</a> Plans &amp; Pricing page by 24.4% by making one simple change. Here&#8217;s how we did it &#8230;<span id="more-10812"></span></p>
<p>We replaced the <a href="http://vimeo.com/14009288">example tutorial video</a> on the homepage with a 50-second <a href="http://vimeo.com/17866500">overview of the service</a>.</p>
<p><img src="https://img.skitch.com/20101220-q39tg75u2dqb9q25jku9gu88b9.png" alt="A screenshot of the homepage at http://membership.thinkvitamin.com with a red arrow pointing to the video introduction" /></p>
<p>I thought showing people the product (the example video) right away was the right thing to do. Boy was I wrong.</p>
<p>The takeaway here is that potential customers want a quick summary of the product, not an actual demo. The bigger takeaway here though is this: you <em>have</em> to be testing your site to see what works and what doesn&#8217;t. Going on a gut feeling won&#8217;t work. In fact, this very method that worked better for us may not work for you. You won&#8217;t know until you test.</p>
<p>Here are some screenshots from Optimizely showing the results. We had a healthy sample size (1,997) with a very strong statistically confident result of 98.8%.</p>
<p><img src="https://img.skitch.com/20101218-j6yk4mqph1ai9c19yajk1taf9j.png" alt="Screenshot of Optimizely showing the Plans page getting 19.7% clickthrough versus 15.8%" /></p>
<p><img src="https://img.skitch.com/20101218-jnirjs18s9dthdptjw5e19m2u2.png" alt="Screenshot of Optimizely showing the improvement of the new version being 24.4% with 98.8% statistical confidence" /></p>
<p>Now that we know what kind of video works best, we&#8217;ll start testing variations of it. For instance, what&#8217;s the most effect thumbnail to display on the video?</p>
<p>We use Optimizely for all our A/B testing and would highly recommend it. We secured a deal with them for you guys that gives you <a href="http://optimize.ly/ibUMaS ">40% off their Silver Plan for life</a>. We&#8217;re not receiving any benefit for recommending them, I just think it&#8217;s a great product.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/business/marketing/how-we-increased-conversions-by-24-with-video/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Advanced Google Analytics for your Web App</title>
		<link>http://thinkvitamin.com/business/marketing/advanced-google-analytics-for-your-web-app/</link>
		<comments>http://thinkvitamin.com/business/marketing/advanced-google-analytics-for-your-web-app/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 13:26:54 +0000</pubDate>
		<dc:creator>Ryan Carson</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://thinkvitamin.com/?p=10700</guid>
		<description><![CDATA[In this video tutorial, I show you how to used Advanced Segments in Google Analytics to track the effectiveness of your marketing campaigns. If you&#8217;re running a web app or site, these simple tips will be tremendously helpful. Enjoy! Make sure to also read the previous post where I covered how to create and measure [...]]]></description>
			<content:encoded><![CDATA[<p>In this video tutorial, I show you how to used Advanced Segments in Google Analytics to track the effectiveness of your marketing campaigns. If you&#8217;re running a web app or site, these simple tips will be tremendously helpful. Enjoy!</p>
<p>Make sure to also read <a href="http://thinkvitamin.com/business/marketing/how-to-get-more-customers/">the previous post</a> where I covered how to create and measure campaigns.</p>
<p><object width="704" height="543"><param name="movie" value="http://www.youtube.com/v/c2QiqCkp3pY?fs=1&amp;hl=en_US&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/c2QiqCkp3pY?fs=1&amp;hl=en_US&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="704" height="543"></embed></object><span id="more-10700"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/business/marketing/advanced-google-analytics-for-your-web-app/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Understanding Bounce Rates Infographic</title>
		<link>http://thinkvitamin.com/business/understanding-bounce-rates-infographic/</link>
		<comments>http://thinkvitamin.com/business/understanding-bounce-rates-infographic/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 10:58:45 +0000</pubDate>
		<dc:creator>Keir Whitaker</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Images]]></category>

		<guid isPermaLink="false">http://thinkvitamin.com/?p=9899</guid>
		<description><![CDATA[Found via @smashingmag this great infographic from Kiss Metrics explains how the &#8220;bounce rate&#8221; of your web site is calculated and what you can do to reduce it.]]></description>
			<content:encoded><![CDATA[<p>Found via <a href="http://twitter.com/#!/smashingmag/status/5565314607616000">@smashingmag</a> this <a href="http://blog.kissmetrics.com/bounce-rate/">great infographic</a> from Kiss Metrics explains how the &#8220;bounce rate&#8221; of your web site is calculated and what you can do to reduce it.<span id="more-9899"></span></p>
<p><a href="http://blog.kissmetrics.com/bounce-rate/"><img src="http://thinkvitamin.com/wp-content/uploads/2010/11/bounce-rate-lrg.png" alt="" title="bounce-rate-lrg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/business/understanding-bounce-rates-infographic/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Horizontal Signup Form</title>
		<link>http://thinkvitamin.com/business/analytics/horizontal-signup-form/</link>
		<comments>http://thinkvitamin.com/business/analytics/horizontal-signup-form/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 12:04:15 +0000</pubDate>
		<dc:creator>Ryan Carson</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://thinkvitamin.com/?p=9757</guid>
		<description><![CDATA[Just came across this interesting screen on the Squarespace signup page. They&#8217;ve decided to lay the form fields out horizontally, which keeps them all above the fold. It&#8217;d be really interesting to see if this increased conversion rates.]]></description>
			<content:encoded><![CDATA[<p>Just came across this interesting screen on the <a href="https://www.squarespace.com/signup/">Squarespace signup page</a>. They&#8217;ve decided to lay the form fields out horizontally, which keeps them all above the fold. It&#8217;d be really interesting to see if this increased conversion rates.</p>
<p><img src="http://img.skitch.com/20101111-rm667xdg5fbdrg534gt4cjgy3k.jpg" alt="Screengrab of the signup page on Squarespace where the fields are laid out horizontally." /></p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/business/analytics/horizontal-signup-form/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>Does Your Web App Need a Business Analyst?</title>
		<link>http://thinkvitamin.com/business/analytics/does-your-web-app-need-a-business-analyst/</link>
		<comments>http://thinkvitamin.com/business/analytics/does-your-web-app-need-a-business-analyst/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 10:38:28 +0000</pubDate>
		<dc:creator>Ryan Carson</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://thinkvitamin.com/?p=9451</guid>
		<description><![CDATA[We&#8217;ve been obsessing over numbers for Think Vitamin Membership, our new video training service for web designers and developers. We just passed 700 paying monthly members, so it appears we&#8217;re doing something right. (Thanks to every single one of you who have signed up &#8211; we love you!) It&#8217;s nice to see leaders like 37signals [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.skitch.com/20101101-d74yhkj619xw2u8u3p4e7cadek.png" alt="A graph showing increasing revenue" /></p>
<p>We&#8217;ve been obsessing over numbers for <a href="http://membership.thinkvitamin.com/">Think Vitamin Membership</a>, our new video training service for web designers and developers. We just passed 700 paying monthly members, so it appears we&#8217;re doing something right. (Thanks to every single one of you who have signed up &#8211; we love you!)</p>
<p>It&#8217;s nice to see leaders like 37signals demonstrate that this numbers/analytics driven culture is important, with their latest job post: <a href="http://37signals.com/svn/posts/2635-were-hiring-a-business-analyst">We&#8217;re Looking for a Business Analyst</a>. Here&#8217;s a snippet from the job post:</p>
<p>&#8220;You’ll be responsible for reviewing daily sales, upgrades, downgrades, and cancellations. You’ll spot trends, establish and review analytics, monitor conversions, propose, implement, and measure strategies to increase revenues, grow profits, and improve margins. Using data and numbers, you’ll tell us things we didn’t know about our customers.&#8221;</p>
<p>Understanding, knowing and acting upon your <a href="http://thinkvitamin.com/business/how-to-track-six-key-metrics-for-your-web-app/">key six metrics</a> is vital to the success of your web app. If you&#8217;re bootstrapped (like us) you won&#8217;t be able to afford hiring someone full time to do this in the beginning. In fact, I&#8217;d highly recommend that it should be founders who live and breathe these numbers for the first couple years of the startup, then it can be handed over to a dedicated new hire.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/business/analytics/does-your-web-app-need-a-business-analyst/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>FeedBurner Finally Doesn&#8217;t Suck</title>
		<link>http://thinkvitamin.com/business/analytics/feedburner-finally-doesnt-suck/</link>
		<comments>http://thinkvitamin.com/business/analytics/feedburner-finally-doesnt-suck/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 08:47:36 +0000</pubDate>
		<dc:creator>Ryan Carson</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://thinkvitamin.com/?p=9081</guid>
		<description><![CDATA[We&#8217;ve been FeedBurner users here at Carsonified HQ since it was created. At first it was an amazing god-send. Then it got bought by Google and promptly got locked in a closet and forgotten about. It&#8217;s finally been re-released with a shiny new interface and real-time tracking capabilities. Thanks for finally getting off your ass [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been FeedBurner users here at Carsonified HQ since it was created. At first it was an amazing god-send. Then it got bought by Google and promptly got locked in a closet and forgotten about. It&#8217;s finally been re-released with a shiny new interface and real-time tracking capabilities. Thanks for finally getting off your ass Google, and making good on that $100m acquisition.</p>
<p>From <a href="http://adsenseforfeeds.blogspot.com/2010/10/your-stats-right-away.html">the announcement</a> &#8230;</p>
<p>&#8220;Additionally, if you use the FeedBurner Socialize service, and your platform uses PubSubHubbub or you ping us when you post, you can for the first time get stats on how much traffic your feed items are receiving from Twitter, as well as feed reading platforms like Google Reader in one place. Again, all within seconds of posting your content. Ping? Pong! Yep. That fast.&#8221;</p>
<p>You can <a href="http://feedburner.google.com/gfb/">log in here</a> or read <a href="http://adsenseforfeeds.blogspot.com/2010/10/your-stats-right-away.html">more about the launch here</a>.</p>
<p><img src="http://img.skitch.com/20101027-f5kdnctrwt4im5xy39gft92wrq.png" alt="Screenshot of the new FeedBurner interface with rich graphs and numbers" /></p>
]]></content:encoded>
			<wfw:commentRss>http://thinkvitamin.com/business/analytics/feedburner-finally-doesnt-suck/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.188 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-10 15:46:31 -->

