<?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>The KISSmetrics Marketing Blog</title>
	<atom:link href="http://blog.kissmetrics.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kissmetrics.com</link>
	<description>Tips, Tricks and Resources for Analytics, Marketing and Testing.</description>
	<lastBuildDate>Wed, 16 May 2012 17:58:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Avoid Corrupting Your Google Analytics Data</title>
		<link>http://blog.kissmetrics.com/avoid-corrupting-analytics-data/</link>
		<comments>http://blog.kissmetrics.com/avoid-corrupting-analytics-data/#comments</comments>
		<pubDate>Wed, 16 May 2012 17:50:27 +0000</pubDate>
		<dc:creator>Lars Lofgren</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://blog.kissmetrics.com/?p=13808</guid>
		<description><![CDATA[Do you want tasty data that helps you grow your business? Of course! Tasty data helps you take action by figuring out how our customers behave. It helps you grow your business. But we need to keep our data clean. Unless you’re careful, you can corrupt your Google Analytics data. Your clean tasty data will [...]]]></description>
			<content:encoded><![CDATA[<p>Do you want tasty data that helps you grow your business? Of course! Tasty data helps you take action by figuring out how our customers behave. It helps you grow your business.</p>
<p>But we need to keep our data clean.</p>
<p><b>Unless you’re careful, you can corrupt your Google Analytics data</b>. Your clean tasty data will become dirty not-so-tasty data. Which means you won’t be able to learn anything about your customers.</p>
<p>Here are 5 rules you want to follow to keep your data tasty and delicious:</p>
<ol>
<li>Always test your filters before applying them to your main profile</li>
<li>Use virtual pageviews only when you have to</li>
<li>Never use campaign URLs for internal marketing</li>
<li>Keep yourself from being hacked</li>
<li>Only use the goals that you need</li>
</ol>
<p>You’re about to learn how to follow each of them.</p>
<h2>Testing Filters</h2>
<p>Filters are powerful. They’re so powerful that <b>they can completely nuke your data</b> if you’re not careful.</p>
<p>Let’s step back and review how Google Analytics collects data:</p>
<ol>
<li>All day long, the Google Analytics servers collect raw data from your site.</li>
<li>Once a day, Google Analytics compiles the data.</li>
<li>Then it runs your data through your Google Analytics settings. This includes your different profiles, goals, and filters. Using your settings, Google Analytics permanently changes the data to match your instructions.</li>
<li>The altered data is what you see in your reports.</li>
</ol>
<p>Once Google Analytics runs the raw data through your settings, there’s no going back. The raw data is gone forever.</p>
<p>So if you have a filter that tells Google Analytics to take a hike and delete everything, your data goes poof. Adiós data!</p>
<p>Here’s the deal: <b>the difference between a benign filter and a nuke filter is very small</b>.</p>
<p>For example, most sites have a filter that removes company traffic from the reports. This is a great filter to have. After all, your employees behave very differently than your customers. To keep your data as accurate as possible (so you can get the best actionable insights), removing them from your Google Analytics reports makes a lot of sense. Usually, this filter is set up to exclude the range of IP addresses that your company uses.</p>
<p>Instead of telling the filter to exclude traffic, what it you tell it to include traffic from your IP address by accident? Now your Google Analytics reports will kill everything EXCEPT your company traffic. All it takes is one little mis-click and your data is hosed. Since these options are in the same dropdown menu, this mistake is easy to make.</p>
<p>Seriously, there are about 10 pixels between you and certain death. Take a look:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/Google-Analytics-Filter.png" alt="Google Analytics Filter" title="gaf" width="652" height="560" class="aligncenter size-full wp-image-13921" /></p>
<p>So how do you avoid the filter nuke? Set up Safety Net Profiles. In addition to the main profile that you use for analysis, you need two more Google Analytics profiles:</p>
<ol>
<li><b>Test Profile</b>: Set up your filters here first. If you nuke your data, it’s no big deal. Make sure it works, then apply the same filter to your main profile.</li>
<li><b>Raw Data Profile</b>: Don’t apply any goals, filters, or anything else. Just let this profile collect data in case of a critical failure with your other profiles.</li>
</ol>
<p>These safety net profiles are so important that they’re one of the 8 <a href="http://blog.kissmetrics.com/8-google-analytics-features/">Google Analytics features that every site MUST have enabled</a>.</p>
<h2>Overuse of Virtual Pageviews</h2>
<p>Using a snippet of JavaScript, we can force Google Analytics to record a pageview whenever we want. This is ideal for tracking PDF downloads. Since the Google Analytics Tracking Code isn’t embedded in a PDF, there’s no way to tell if someone downloaded it.</p>
<p>Instead, we can tell Google Analytics to record a pageview when someone clicks the link to the PDF. We call it a virtual pageview because the page doesn’t actually exist.</p>
<p>But Google Analytics can’t tell the difference between a real pageview and a virtual one. Data from virtual pageviews gets merged into the rest of your metrics. If you track a few PDF downloads, this isn’t a big deal. The extra pageviews aren’t enough to throw anything off.</p>
<p>Let’s say we want to track the amount of time someone watches a product demo video. We’ve set up everything so that every 5 seconds, a virtual pageview gets recorded. We’ve named all the virtual pageviews differently so we can see how far people get into the video before they abandon it.</p>
<p>If the video gets a sizable amount of traffic, you could receive thousands upon thousands of extra pageviews. This will skew a huge portion of your data.</p>
<p>So be careful with virtual pageviews and make sure you don’t use them excessively.</p>
<p>I recommend using them in two instances:</p>
<ol>
<li>To track downloads or any other action that represents a “pageview” that Google Analytics can’t track.</li>
<li>You can set up events as goals. But you can’t use them with goal funnels. So if you have an event you’d like to use in a funnel, use a virtual pageview instead. Check out our guide on the <a href="http://blog.kissmetrics.com/critical-goal-types/">4 Critical Goal Types That Are Critical To Your Business</a> for all the details.</li>
</ol>
<h2>Using Internal Campaign URLs</h2>
<p>So you have a banner or call to action on your site. But you don’t sell advertising space, you’re trying to market your own products to your visitors. Many people assume that they can <a href="http://blog.kissmetrics.com/how-to-use-utm-parameters/">use a campaign URL with UTM parameters</a> to track their internal marketing.</p>
<p>This is a very bad idea.</p>
<p>Every time someone clicks a campaign URL, Google Analytics starts them off on a new visit.</p>
<p>Normally, if I come to your site from an organic Google search, everything I do on your site is tracked under the same visit. But as soon as I click on your internal campaign, my visit gets split into two different ones.</p>
<p>Traffic data will then become completely corrupted. Your visits, pages/visit, time on site, bounce rates, exit rates, and just about everything else gets thrown out of whack. You won’t be able to trust your data at all.</p>
<p>Conversion rates for traffic course also get corrupted. Google Analytics attributes conversions to the most recent traffic source. The only exception is direct visits, those conversions get passed to the traffic source before the last visit (if there is one).</p>
<p>But when you use internal campaigns, Google Analytics will give them the credit for the conversion. It will be much more difficult for you to figure out where your profitable traffic is coming from.</p>
<p>Instead, choose one of these options to track your internal campaigns.</p>
<h3>Event Tracking</h3>
<p>With events, you can track just about any action that you want. But you’ll need to pass some data to Google Analytics with a snippet of JavaScript.</p>
<p>This data gets passed into your event reports where you see the conversion rates for all your events.</p>
<p>So if you have a bunch of different calls to action throughout your site, give them events, then see which ones encourage your visits to convert.</p>
<p>For in-depth instructions on how to set all this up, go to the <a href="https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide%29">Google Analytics Event Tracking Guide</a>.</p>
<h3>Virtual Pageviews</h3>
<p>As we’ve already covered, we can force a pageview into Google Analytics whenever we want. But be careful with these. If you start tracking too many virtual pageviews, the data can get out of control and you’ll have a terrible time figuring out what’s going on with your site.</p>
<p>If your internal marketing points to another page on your site that’s already being tracked by Google Analytics, you should use events instead of virtual pageviews.</p>
<p>But feel free to use them if you’re going to set up a goal funnel. To set up a funnel report that includes your internal marketing, you’ll need to use a virtual pageview. Events can’t be added to funnels.</p>
<h3>Site Search</h3>
<p>With a little ingenuity, we can hijack the Google Analytics site search and force it to track our internal campaigns.</p>
<p>It involves 3 basic steps:</p>
<ol>
<li>Create 1 or 2 <a href="http://blog.kissmetrics.com/how-to-use-utm-parameters/">custom utm parameters</a> (this isn’t nearly as hard as it sounds)</li>
<li>Add the custom utm parameters to your internal links</li>
<li>Tell site search to track these utm parameters instead of the site search parameters (it’ll never know the difference)</li>
</ol>
<p>All of your data will then pop up in your site search reports. It’s that easy.</p>
<p>Since this will completely monopolize the site search, you’ll want to set this up on a separate profile.</p>
<p>Here’s what the Site Search Overview report looks like:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/Google-Analytics-Site-Search.png" alt="Google Analytics Site Search" title="gass" width="652" height="634" class="aligncenter size-full wp-image-13924" /></p>
<p>After you hijack it, mentally replace every instance of “Site Search” with “Internal Campaign.” You’ll have all sort of delicious data to play with.</p>
<p>Justin Cutroni has a <a href="http://cutroni.com/blog/2010/03/30/tracking-internal-campaigns-with-google-analytics/">complete guide on how this works</a>. If you want to go this route, definitely give it a read.</p>
<h3>Custom Variables</h3>
<p>Custom variables are not for the meek and tidy. This is big dog territory. I would only go this route if you’ve already played around with custom variables and have a firm grasp for how they work. Events, virtual pageviews, and hijacking the site search are all much easier to implement.</p>
<p>If you want to dive down this rabbit hole, start with <a href="https://developers.google.com/analytics/devguides/collection/gajs/gaTrackingCustomVariables">Google’s custom variables guide</a>.</p>
<h2>Getting Hacked</h2>
<p>Yes, your Google Analytics account can be hacked. You see, you have complete control over where your site data goes. As long as you know the Property ID of an account, you can send your data to any Google Analytics account out there.</p>
<p>And it’s very easy to find the Property ID of any site. All you have to do is view the page source of the website. Once you have someone’s Property ID, you can send all of your site data to their Google Analytics reports. This will corrupt everything.</p>
<p>It can also happen to your reports. If someone does it to you, you won’t be able to tell what’s going on with your site. Every drop of value from your analytics will go whooshing out the door.</p>
<p>Does this actually happen? It sure does. I know this is shocking but there are evil people on the internet.</p>
<p>But there’s good news.</p>
<p><b>You can set up a filter to protect yourself from being hacked</b>. It will completely protect you. To get step-by-step instructions for how to set it up, check out our blog post on <a href="http://blog.kissmetrics.com/protect-analytics-from-hacking/">How to Protect Your Google Analytics From Being Hacked</a>.</p>
<h2>Excessive Use of Goals</h2>
<p>I’ve left this one for last because it’s not nearly as nefarious as the others.</p>
<p>Throughout your reports, you will see aggregate conversion rates that include ALL of your goals. If you’re diligent, you can segment your reports and make sure you see the conversion rate for critical goals like purchases, account signups, and form submissions</p>
<p>But this adds another step. When it comes to analytics, you want to make it as easy as possible for yourself to pull out valuable insights that help you take action. The further you bury your numbers, the harder it will be to do this. If you keep your goals clean and only focus on tracking items that directly help your bottom line, you’ll instantly see what’s working and what’s not.</p>
<p>There are two goals in particular that the vast majority of sites should avoid activating:</p>
<ul>
<li>Visit Duration</li>
<li>Pages/Visit</li>
</ul>
<p>These goals won’t tell you anything useful, they’ll just inflate your conversion metrics. You’ll either waste your time trying to get to the real numbers or you’ll come to the wrong conclusions about how your site performs. Neither option is good.</p>
<p>You should definitely read this post on why it’s important to <a href="http://blog.kissmetrics.com/pageviews-time-on-site/">avoid setting up visit duration and pages/visit goals</a>.</p>
<h2>Bottom Line</h2>
<p>Now that you know the pitfalls that will corrupt your data, take care when dealing with them. You must be vigilant!</p>
<p>Specifically, make sure you:</p>
<ol>
<li>Avoid applying filters without testing them first</li>
<li>Don’t use too many virtual pageviews</li>
<li>Avoid using campaign URLs to track internal campaigns</li>
<li>Protect yourself so you can’t get hacked</li>
<li>Be careful with goals that you don’t need</li>
</ol>
<p>If you follow these steps, your Google Analytics data will be rock solid. You’ll be able to dive into your reports with reckless abandon, gaining valuable insights at every turn. And that’s what it’s all about.</p>
<p>Keep your data clean and it’ll be much easier to figure out how to grow your business.</p>
<p>How do you keep your Google Analytics data clean? Tell us in the comments!</p>
<p><b>About the Author</b>: Lars Lofgren is the KISSmetrics Marketing Analyst and has his Google Analytics Individual Qualification (he’s certified). Learn how to grow your business at his <a href="http://larslofgren.com/">marketing blog</a> or follow him on Twitter <a href="https://twitter.com/LarsLofgren">@larslofgren</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kissmetrics.com/avoid-corrupting-analytics-data/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Use Gamification for Better Business Results</title>
		<link>http://blog.kissmetrics.com/gamification-for-better-results/</link>
		<comments>http://blog.kissmetrics.com/gamification-for-better-results/#comments</comments>
		<pubDate>Tue, 15 May 2012 19:38:39 +0000</pubDate>
		<dc:creator>Sean Work</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://blog.kissmetrics.com/?p=13676</guid>
		<description><![CDATA[Have you ever collected frequent flyer miles, taken pictures of your record MPG in your Toyota Prius, or filled out a complete profile on LinkedIn (because you wanted to reach that 100% on the profile completeness)? If so, you&#8217;ve been gamified. Gamification is the concept of using game design elements in non-game applications to make [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever collected frequent flyer miles, taken pictures of your record MPG in your Toyota Prius, or filled out a complete profile on LinkedIn (because you wanted to reach that 100% on the profile completeness)? If so, you&#8217;ve been <b>gamified</b>.</p>
<p>Gamification is the concept of using game design elements in non-game applications to make them more fun and engaging.  And it&#8217;s growing &#8211; <a href="http://www.slideshare.net/gzicherm/wanda-amification-summit-presentation-m2-research-final" target="_blank">M2 research predicts</a> that the gamification market will reach 2.8 billion in direct spending by 2016.</p>
<p>And look at the <a href="http://www.google.com/trends/?q=gamification" target="_blank">Google Trends graph</a>:</p>
<p><a href="http://www.google.com/trends/?q=gamification" target="_blank"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/google-trends-gamification.png" alt="google trends gamification" title="gtg" width="652" height="400" class="aligncenter size-full wp-image-13863" /></a></p>
<p>This thing is hot.</p>
<p>Why? Well, people like games. As much as <a href="http://www.powerfulcms.com.au/gamification-game-mechanics-serious-business" target="_blank">77 per cent of U.S. households own videogames</a>, with the average age of gamers at 37.</p>
<p>If you take what people love about games and apply it to other things, they become more enjoyable and fun.</p>
<h2>How Gamification Works</h2>
<p>Gamification works by encouraging users to engage in desired behaviors, by showing a path to mastery, and by taking advantage of our human psychological predisposition to engage in gaming.</p>
<p>Smart marketers use it to increase consumer engagement and influence consumer behavior. In order to achieve this, consumers should be rewarded with virtual items (like points) for specific behavior (e.g. buying something, signing up, using the product, filling out their profile), and those virtual items should offer access to exclusive privileges and rewards, such as levels or prizes.</p>
<h2>The Secret Sauce: Game-Like Mechanics</h2>
<p>Game mechanics are constructs of rules intended to produce an enjoyable gameplay. Think of it as basic building blocks that can be combined in interesting ways to drive a (often complex) sequence of actions in order to achieve desired results.</p>
<p>These typically include items such as <b>points</b>, <b>badges</b>, <b>levels</b>, <b>challenges</b>, <b>leaderboards</b> and the possibility to level up. These come from game-like dynamics such as <b>rewards</b>, <b>urgency</b>, <b>pride</b>, <b>competition</b>, and <b>status-building</b>.</p>
<p><b>I&#8217;d like to point out that gamification is not games</b>. Games are often much more complex than the simplifications that are abound. Critics make a point that games ≠ points and what is often called gamification <a href="http://www.hideandseek.net/2010/10/06/cant-play-wont-play/" target="_blank">should be called pointsification</a> instead.</p>
<p>If fun were about just &#8220;rewards&#8221;, this would be the best game ever:</p>
<p><a href="http://conversionxl.com/wp-content/uploads/2012/04/20110914-bak81kae5edgcueq3hpjy1sc39.jpg"><img class="aligncenter size-full wp-image-2905" title="20110914-bak81kae5edgcueq3hpjy1sc39" src="http://conversionxl.com/wp-content/uploads/2012/04/20110914-bak81kae5edgcueq3hpjy1sc39.jpg" alt="" width="661" height="495" /></a></p>
<p>Gamification is also not about game-like wording. It&#8217;s not enough to call filling your email newsletter subscription form an &#8220;unlocking the treasure&#8221; and following you in Twitter &#8220;a challenge&#8221;. For something to be a fun, interesting challenge, <a href="http://gamification-research.org/2011/09/a-quick-buck-by-copy-and-paste/" target="_blank">it has to be, you know, interesting, fun and a challenge</a>.</p>
<p>While gamification in marketing has become a popular buzzword in the last two years, the practice of using game-like mechanics in marketing programs has been around for a long time. An airline loyalty program or a happy hour in your local bar are just some of the examples.</p>
<h2>Gamification Principles</h2>
<p>Before you can start thinking about using gamification to grow your business, you need to understand its principles.</p>
<blockquote><p>At <a href="http://www.scvngr.com/">SCVNGR</a> we like to joke that with seven game dynamics you can pretty much get anyone to do anything.</p></blockquote>
<p style="text-align: right;">- <a href="http://blogs.forrester.com/melissa_parrish/11-03-29-qa_with_seth_priebatsch_chief_ninja_read_ceo_of_scvngr" target="_blank">Seth Priebatsch</a></p>
<p>The goal of game dynamics is to drive a user-desired behavior predictably. In order to do so we have to understand how humans behave. After all, as per &#8220;Gamification by Design&#8221; co-author Gabe Zichermann states: &#8220;Gamification is 75% Psychology and 25% Technology.&#8221;</p>
<p>The technology part keeps getting easier. Application designers can build on gamification platforms from startups like <a href="http://www.informationweek.com/thebrainyard/news/231601212/social-fabric-takes-badgeville-beyond-gamification">Badgeville</a>, <a href="http://www.informationweek.com/thebrainyard/news/231601033/bigdoor-scores-with-selfservice-gaming-platform">Big Door</a>, and <a href="http://www.informationweek.com/thebrainyard/news/231600103/bunchball-brings-gamification-to-salesforcecom">Bunchball</a> without hardcore backend coding.</p>
<h3>Fogg Behavior Model</h3>
<p>Prof. B.J. Fogg, an experimental psychologist of Stanford University,  <a href="http://www.behaviormodel.org/" target="_blank">developed a behavior change model</a>. It says that three elements must converge at the same moment for a behavior to occur: <b>motivation</b>, <b>ability</b>, and <b>trigger</b>. The most important aspect is that all three factors must converge at the same time.</p>
<p>So in a nutshell gamified systems must:</p>
<ol>
<li>Give users motivation to do something (emotional investment, promise of reward, etc.).</li>
<li>The ability to complete the action.</li>
<li>And finally, a trigger or cue to complete the action.</li>
</ol>
<p>The structure is all about timing – if all components don’t fire simultaneously then the player will lose interest or become frustrated. Here are some gamification principles you can build into your website and apps.</p>
<ul>
<li><strong>Rewards.</strong> A reward is <a href="http://www.casualgamedesign.com/?p=42" target="_blank">something you receive and feel positive about</a>. The feeling positive part is the key ingredient. Consumers should be rewarded with virtual goods (e.g., points) for specific behavior (e.g., purchase, filling out a form), and those virtual items should offer access to exclusive privileges and rewards, such as levels or prizes.</li>
<li><strong>Loss Aversion.</strong> Most people strongly <a href="http://en.wikipedia.org/wiki/Loss_aversion" target="_blank">prefer avoiding losses</a> to acquiring gains. One way to get going with this is to give people something right away that they can lose (unless they keep playing). When you join Zynga&#8217;s Farmville, you get a starter farm. If you don’t visit the farm and care for your crops, they wither and die.</li>
<li><strong>Status, competition and reputation.</strong> Most people inherently want a higher status and not only to keep up, but to out-do the Joneses. This is why leaderboards are a good idea. Also, making achievements social encourages people to continually one-up, and stay motivated to reach clear goals. To learn more about designing reputation systems, check out <a href="http://www.slideshare.net/soldierant/designing-your-reputation-system" target="_blank">this presentation</a>.</li>
<li><strong>Feedback.</strong> Feedback tells users that their intended action was registered, and shows the outcomes of that action. Seeing points accumulate as actions are taken establishes a clear and instant reward system. It’s also an immediate indication that the user is getting closer to their goal. Continually accomplishing small goals in order to reach a larger goal is often what makes games addictive.</li>
</ul>
<p>You can see a list of 47 game mechanics used by SCVNGR <a href="http://techcrunch.com/2010/08/25/scvngr-game-mechanics/" target="_blank">here</a>.</p>
<h2>So How Does Gamification Increase Engagement?</h2>
<p>To sum up the psychology behind it, game dynamics use positive feedbacks (points, badges, status, progression, etc.) to build up the users’ <em>motivation</em>.</p>
<p>Next, they increase the perceived <em>ability</em> of users by making difficult tasks / challenges simpler either through practice or by lowering the activation threshold of the target behavior.</p>
<p>Game dynamics place triggers in the path of motivated users when they feel the greatest excess in their <em>ability</em>. That is, triggers that prompt the user for action are designed to bring about the convergence of motivation, ability, and trigger all at the same moment.</p>
<p>All of this together forms an effective driver of user behavior.</p>
<h2>Gamification Can Boost Conversions Up To 7x</h2>
<p>Extraco Bank in Texas was able to use <a href="http://www.chicagotribune.com/business/ct-biz-0117-games-financial-20120117,0,2177559.story">gamification to teach their customers</a> about certain benefits the bank has to offer. Ironically, they employed their gamification technique to help ease the pain of the news that free checking was going to go away for certain customers.</p>
<p><a href="http://www.extracobanks.com/bb_game_2012/sign_up.php"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/bonus-banking-game.png" alt="extraco banks bonus banking game" title="bbg" width="652" height="310" class="aligncenter size-full wp-image-13883" /></a></p>
<p>Their game had around 4,250 visitors and was able to convert 14% of visitors into a bonus banking account from their free checking account. The usual rate of conversion is less than 2%.</p>
<h2>Increase Work Speed And Results By Making Work A Game</h2>
<p><a href="http://www.saatchisblog.com/2011/06/08/engagement-unleashed-saatchi-s-releases-results-from-groundbreaking-gamification-study/" target="_blank">55% of Americans</a> said they were interested in working for a company that uses gamification to increase productivity. Here are a few examples of gamification improving the workplace:</p>
<h3>OpenText</h3>
<p>OpenText made it possible to earn points and badges by sharing information, contributing to discussions, completing assignments, passing tests, or closing deals for their OpenText Pulse product. The results were more than promising: &#8220;the IT level of <a href="http://www.luborp.com/2011/07/practical-gamification-use-case.html" target="_blank">active participation was well above 60%</a> which is significantly higher than the current average in the rest of the company.&#8221;</p>
<h3>Steward Agency</h3>
<p><a href="http://www.stewartagency.com/">Stewart Agency</a> wanted to get sales people to collect email addresses when talking to leads. They incentivized this with a competition. They launched contest which awarded salespeople based on how many emails they could collect over the course of a couple months.  In less than 2 months they almost doubled the number of emails they had collected over 3 years.</p>
<h3>Target</h3>
<p>Target <a href="http://talenttornado.com/gamification-of-workplace/" target="_blank">launched an initiative</a> to gamify the checkout process in their retail stores.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/target-cash-register.jpg" alt="target cash register" title="tcr" width="652" height="368" class="aligncenter size-full wp-image-13892" /></p>
<p>They started to use a gamified system at checkout stations &#8211; scoring the transaction’s speed and accuracy of customer checkouts. The system calculates the cashier’s success rate over multiple transactions. A system of beeps and green lights were built into this system as a way to create positive reinforcement, a similar feeling to that of beating a level or achieving a high score in a game.</p>
<p>This gamification design increased cashier efficiency, lowered checkout times, and increased employee morale.</p>
<h2>Engagement Leads To Sign Up</h2>
<p><a href="http://www.codecademy.com" target="_blank">Codacademy</a> doesn&#8217;t let people to sign-up for their service, but instead invites them to participate right away. As you complete little assignments, you earn badges, get a pat on your back and enjoy making progress. Users are only later asked to create an account, if they want to save their progress and not lose the work they&#8217;ve done so far (using loss aversion).</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/codeacademy-example.jpg" alt="codeacademy.com example" title="ce" width="652" height="250" class="aligncenter size-full wp-image-13894" /></p>
<p>They reached 1 million users <a href="http://www.businessinsider.com/codecademy-1000000-users-2012-1" target="_blank">in just 5 months</a>.</p>
<h2>Get Employees To Exercise</h2>
<p>Gamification is about behavior change. <a href="http://www.nextjump.com/" target="_blank">NextJump</a> wanted their employees to work out more, and thus be healthier and save company money.</p>
<p><center><iframe width="640" height="360" src="http://www.youtube.com/embed/ZSWZng4zBJI" frameborder="0" allowfullscreen></iframe></center></p>
<p>They installed gyms in its offices, and offered to reward to performers with a cash prize. Still, only 12% of the company’s staff started to workout. Then they retooled the fitness “game” to become a team sport. Leveraging the game themes of tribalism and competition had an astonishing effect on behavior. Today, 70% of NextJump employees exercise regularly.</p>
<h2>Higher Quality Survey Answers</h2>
<p>Engage Research and GMI found that gamified surveys would produce both <a href="http://www.research-live.com/features/more-than-a-game/4006083.article" target="_blank">higher quantity and quality feedback</a>.</p>
<p>They began by making questions more fun and game-like in nature. The results were instructive: 2-3x as much feedback to the more engaging questions and participants consistently took more time providing their answers.</p>
<blockquote><p>We explored how rules that we all know from playing games could be adapted to turn questions into puzzles. A question such as “Describe yourself” yielded on average 2.4 descriptive words, with effectively 85% of respondents answering. When that question was changed to present the challenge “Describe yourself in exactly seven words” the descriptors increased to an average of 4.5 and the response rate rose to 98%.</p></blockquote>
<p>They also included game mechanics like rewards and feedback. Their research showed that almost everyone will respond to game mechanics, and these game-inspired techniques really deliver.</p>
<h2>More Pageviews, Higher Ad Revenues</h2>
<p>TV show Psych launched an online platform <a href="http://clubpsych.usanetwork.com/" target="_blank">Club Psych</a> and implemented gamified incentives to raise page views by over <a href="http://www.practicalmotorhome.com/blog/would-speed-camera-lottery-improve-road-safety" target="_blank">130%</a> and return visits by 40%. </p>
<p><a href="http://clubpsych.usanetwork.com/"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/club-psych.jpg" alt="club-psych" title="club-psych" width="652" height="242" class="aligncenter size-full wp-image-13901" /></a></p>
<p>The resulting rise in engagement has generated substantial revenue for the company, bringing registered user counts from 400,000 to nearly 3 million since the launch of the gamified version.</p>
<h2>Conclusion</h2>
<p>Gamification is a powerful tool to boost your business results &#8211; either by incorporating it in your marketing and/or product, or by using it to motivate your staff. Quality of execution determines the success.</p>
<blockquote><p>“Most attempts at gamification currently miss the mark, but successful and sustainable gamification can convert customers into fans, turn work into fun, or make learning a joy. The potential is enormous.”</p></blockquote>
<p style="text-align: right;">- <a href="http://www.gartner.com/it/page.jsp?id=1844115" target="_blank">Brian Burke</a>, research vice president at Gartner</p>
<p>A gamified application must offer a worthwhile experience; otherwise people are not going to use it.  At the same time, its success has to be measured.</p>
<h3>Sources</h3>
<p><a href="http://gamification-research.org/2011/09/a-quick-buck-by-copy-and-paste/" target="_blank">Image source for mega point image.</a></p>
<p><strong>About the Author:</strong> Peep Laja runs a conversion marketing agency <a href="http://www.markitekt.com" target="_blank">Markitekt</a>. He shares conversion advice on his blog <a href="http://conversionxl.com/blog" target="_blank">ConversionXL</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kissmetrics.com/gamification-for-better-results/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Protect Your Google Analytics From Getting Hacked</title>
		<link>http://blog.kissmetrics.com/protect-analytics-from-hacking/</link>
		<comments>http://blog.kissmetrics.com/protect-analytics-from-hacking/#comments</comments>
		<pubDate>Mon, 14 May 2012 19:00:05 +0000</pubDate>
		<dc:creator>Lars Lofgren</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://blog.kissmetrics.com/?p=13824</guid>
		<description><![CDATA[Within 15 minutes, anyone with a decent amount of traffic to their own site can completely CORRUPT your Google Analytics data. It’s easy, simple, and once the data is corrupted, you can’t fix the data that’s already been collected. I’m going to show you exactly how to hack Google Analytics. Then I’m going to tell [...]]]></description>
			<content:encoded><![CDATA[<p>Within 15 minutes, anyone with a decent amount of traffic to their own site can completely CORRUPT your Google Analytics data. It’s easy, simple, and once the data is corrupted, you can’t fix the data that’s already been collected.</p>
<p><b>I’m going to show you exactly how to hack Google Analytics. Then I’m going to tell you how to protect yourself.</b></p>
<p>And as a super secret bonus, I’ll show you how to get the attention of a fellow marketer if you’re applying for a job, trying to close a deal, or just want to show off your Google Analytics chops.</p>
<p>First, let’s dive into how someone can corrupt your data.</p>
<h2>How To Corrupt Google Analytics Data</h2>
<p>First, we need a quick overview on how the Google Analytics Tracking Code works. Here’s the tracking code:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/Google-Analytics-Tracking-Code.png"></p>
<p>This code is on every page of your site (at least it’s supposed to be). Each time a page loads, it executes this JavaScript and records a pageview along with other relevant data. Unless you customize the code yourself, it looks exactly the same on every site.</p>
<p>Google Analytics needs a way to keep track of which data comes from which site. To do this, it uses a Property ID (also called a Tracking ID). It’s completely unique to each Google Analytics account. It also gives you complete control of where your data goes.</p>
<p>The red box above shows you where to find this delicious little nugget.</p>
<p>For example, if you want data from multiple sites to go to the same account, use the same Property ID on each. Google Analytics will then track everything as if it’s a single site. Be careful though, I don’t recommend doing this unless you really know what you’re doing. In order to tell what is happening on a specific site, you’ll need to separate your data back out with filters or tell the Google Analytics Tracking Code to send data to multiple accounts. Both options are fairly advanced and not for the faint of heart.</p>
<p>As long as we have the Google Analytics Property ID, we can send data to ANY Google Analytics account we want.</p>
<p>So if someone gets a hold of your Property ID and wants to corrupt your data with their data, it’s very easy to do so.</p>
<h2>Corrupting Data: Step-by-Step</h2>
<p>Let’s say you REALLY hate me because I ate all your gummy bears. You’re SO angry about not getting your gummy bears that you want to ruin all of my Google Analytics data. I have a site at <a href="http://www.larslofgren.com">LarsLofgren.com</a> that’ll be perfect for exacting your vengeance.</p>
<p>First, you’ll go to my site, right click, and choose “view page source.”</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/View-Page-Source-Right-Click-LarsLofgren.png"></p>
<p>This gives you the code for my home page.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/View-Page-Source-LarsLofgren.png" width="652"></p>
<p>Now, you want to find my Google Analytics Tracking Code (where you’ll find my Property ID). To find it, hit control+F or command+F and search for “ga.js”. This is the Google Analytics file that does all the analytics grunt work and will bring you right to my Property ID.</p>
<p>This is what you’ll find:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/GATC-LarsLofgren.png"></p>
<p>And BAM, you now have my Property ID which is UA-23929748-1. If you plug this Property ID into any other site, my data will become a mess and I won’t be able to use any of it.</p>
<p>Go to your Google Analytics Tracking Code, trade your Property ID for mine, and the Google Analytics servers will take care of the rest. Your revenge will be complete and I’ll feel appropriately sorry for eating your gummy bears.</p>
<h3>Is There a Way to Fix the Data Once it’s Corrupted?</h3>
<p>Nope. Google Analytics collects raw data all day. At the end of the day, they run your raw data through filters, goals, and profiles to get the final report. That’s what you see when you log into Google Analytics. Once the data is compiled, there’s no going back. So if two sites are sending data to the same account, there’s no way to separate the data once it’s in your reports.</p>
<p>Your only option is to protect yourself and keep all of your future data clean.</p>
<h2>How to Protect Yourself</h2>
<p>All you need is a simple filter. It will only include traffic on your domain, protecting yourself from any data corruption when people hijack your Google Analytics Property ID.</p>
<p>To find your filters:</p>
<ol>
<li>Go to your Google Analytics standard reports</li>
<li>Click on the &#8220;Admin&#8221; button in the top right</li>
<li>Click on &#8220;Filters&#8221;</li>
<li>Click “+ New Filter”</li>
</ol>
<p>Then use these settings for your filter:</p>
<ul>
<li>Select “Create New filter for Profile”</li>
<li>Name your filter with something snazzy like “Hacking Defense”</li>
<li>Select “Custom Filter”</li>
<li>Select “Include”</li>
<li>For the Filter Field, select “Hostname”</li>
<li>If your site is LarsLofgren.com, you would define the filter pattern as “larslofgren\.com” and make sure to include a “\” before any “.”</li>
<li>Pick “No” for case-sensitive</li>
</ul>
<p>You’ll get a filter that looks like this:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/Hacking-Defense-Filter-Google-Analytics.png"></p>
<p>Hit the save button and you’re all set. Your Google Analytics profile will now be hacker proof.</p>
<p>WARNING: Make sure you test this filter on your Test Profile (One of the <a href="http://blog.kissmetrics.com/8-google-analytics-features/">8 Google Analytics Features Every Site MUST Have Enabled</a>). If you don’t set everything up correctly, you could delete all of your data while the filter is active. So apply it to your Test Profile first, make sure everything works, then add it to your main profile.</p>
<h2>Including Multiple Domains on Purpose</h2>
<p>Some of you will be collecting data from multiple domains intentionally. A common example is merging data from different country domains. Let’s say that I include traffic from LarsLofgren.com and LarsLofgren.co.uk in the same Google Analytics profile. If I use the filter above, I’ll only see traffic on LarsLofgren.com.</p>
<p>With a little regular expression magic, I can include both. Instead of defining the filter pattern as “larslofgren\.com”, I’ll use “larslofgren.com\.com|larslofgren\.co\.uk”. Since the “|” acts as an “and” symbol, this tells Google Analytics to include traffic from both these domains.</p>
<p>All the other settings are exactly the same. My new filter would look like this:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/Hacking-Defense-Filter-Mutliple-Domains-Google-Analytics.png"></p>
<p>The filter pattern is set to “larslofgren\.com|larslofgren\.co\.uk” even though you can’t quite see it in the screenshot.</p>
<h2>Why Would Someone Want to Hack You?</h2>
<p>I’ve seen hacking occur for two reasons:</p>
<p><b>Evildoers Want to Corrupt Your Data</b>: If you pissed the wrong person off, they may want to make your life as miserable as possible. And with a large enough site, they could inject all their traffic data into yours. This will make it impossible for you to learn anything about your customers and traffic.</p>
<p><b>Spammers Driving Traffic</b>: You’re more likely to see situations where spammers inject data into your reports. Their goal is to perk your curiosity and get you to come to their site, resulting in more traffic for them. I think this is a terribly inefficient for building traffic (even for spammers) but people do it.</p>
<h2>How to Hack a Campaign Report and Get Noticed By Other Marketers</h2>
<p>This hacking method isn’t nearly as nefarious as the first. While we’re going to inject our own data into someone’s report, we’ll only mess with the campaign data. The rest of their data will remain untouched.</p>
<p>If you’re classy about it, you can get a custom message into someone else’s campaign reports. Say you’re trying to close a client, land a job, or make a connection. This method is perfect for getting the attention of another internet marketer.</p>
<p>Let’s back up for a moment. Google Analytics allows us to track our marketing campaigns by adding <a href="http://blog.kissmetrics.com/how-to-use-utm-parameters/">UTM parameters</a> to our links. Basically, you define a few variables (the name of your campaign, where the link is located, etc.) and you can see which links drove traffic and conversions to your site. So if you have an email campaign, banner ads, and Facebook ads for a marketing campaign, you can see which ones are actually working.</p>
<p>But there’s nothing stopping me from creating campaign URLs for someone else. All I have to do is create the link, send traffic through it, and I can insert any message I want into someone else’s campaign reports.</p>
<p>Here’s how it works:</p>
<p>1. <b>Confirm that the site is using Google Analytics</b>. Just like the last hacking method, go to their site, view page source, and search for ga.js. All you need to do is confirm that they’re using Google Analytics, you don’t need to grab anything like the Property ID. If the site doesn’t use Google Analytics, this won’t work.</p>
<p>2. <b>Build Your URL</b>. Go to the <a href="http://support.google.com/analytics/bin/answer.py?hl=en&amp;answer=1033867">Google Analytics URL Builder</a> and setup your link. Enter in the homepage of the URL that you’ll be sending traffic to, and then insert a message in the Campaign Name field. The Campaign Name is displayed first in the campaign reports and also comes up in the traffic source reports. By putting your message here, you’ll have the best chance to get noticed. For Campaign Source, put your name so they can easily connect the dots. You’ll also need to fill in the Campaign Medium field since it’s required. Avoid all punctuation and symbols in all fields. Once you’re ready to go, click “Generate URL.”</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/Campaign-Hack-Google-Analytics.png"></p>
<p>3. <b>Send Traffic</b>. Place your URL in a location where it will get plenty of clicks. If you have a large email list, blog, or Twitter following, spread the link to your audience. Success depends entirely on the size of the site that you’re sending traffic to. The larger the site, the more traffic you’ll have to pass through the link for it to get noticed.</p>
<p>Once the link is live and your minions have clicked on it, Google Analytics will now report visits from the campaign that you’ve set up. Queue maniacal laughter.</p>
<h2>Rapid Fire Recap</h2>
<p>Anyone can populate your Google Analytics reports with their own data. Since you can’t separate the data back out, it’ll prevent you from learning anything about your visitors.</p>
<p>To protect yourself, set up a quick filter that only includes data from the domains you want to track. Make sure to apply this filter to your Test Profile first to make sure you set it up correctly.</p>
<p>If you want to get someone’s attention, insert a message into their campaign reports using the Google Analytics URL Builder. Link to a page on their site, add a message to the end of the URL via the UTM parameters, and drive traffic through the link. The more people that use the link, the better the chance you have of someone noticing it.</p>
<p>So set up your filters and protect yourself from Google Analytics evildoers!</p>
<p>Seriously, go set up your filter right now. This is probably the most important filter you’ll set up on your site.</p>
<p><b>About the Author</b>: Lars Lofgren is the <a href="http://www.kissmetrics.com/">KISSmetrics</a> Marketing Analyst and has his Google Analytics Individual Qualification (he’s certified). Learn how to grow your business at his<a href="http://larslofgren.com/"> marketing blog</a> or follow him on Twitter<a href="https://twitter.com/LarsLofgren"> @larslofgren</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kissmetrics.com/protect-analytics-from-hacking/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>The Beginner&#8217;s Guide to Twitter</title>
		<link>http://blog.kissmetrics.com/beginners-guide-to-twitter/</link>
		<comments>http://blog.kissmetrics.com/beginners-guide-to-twitter/#comments</comments>
		<pubDate>Fri, 11 May 2012 20:17:51 +0000</pubDate>
		<dc:creator>Sean Work</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.kissmetrics.com/?p=13686</guid>
		<description><![CDATA[For a company diving into Twitter for the first time, it can be a little intimidating. Where do you start? How do you get followers? How are you supposed to get customers? These are just a few of the questions that arise for businesses that are beginning their Twitter efforts. In this post I&#8217;ll address [...]]]></description>
			<content:encoded><![CDATA[<p>For a company diving into Twitter for the first time, it can be a little intimidating. Where do you start? How do you get followers? How are you supposed to get customers? These are just a few of the questions that arise for businesses that are beginning their Twitter efforts.</p>
<p>In this post I&#8217;ll address some of these questions and give some advice for making sure you have an effective Twitter account. But before we begin, and just in case you don&#8217;t read anything beyond this point, please always remember this:</p>
<p><center><em>The key to remember with social media is that it&#8217;s about engagement.</em></center> </p>
<p>It should not be looked at as a place to advertise your products. It should be looked at as a place to have meaningful conversations with people important to your business.</p>
<p>Ok. Are you ready to dive in? Let&#8217;s start by selecting a username!</p>
<h2>Selecting Your Username</h2>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/selecting-twitter-username.png" alt="selecting twitter username" title="selecting-twitter-username" width="652" height="75" class="aligncenter size-full wp-image-13757" /></p>
<p>It&#8217;s crucial to use your real business name as your Twitter username. If your exact business name is taken, you can try to get something similar. A username that signals your location may be helpful. For example, if your business name is Widgets Inc and the widgetsinc username on Twitter is taken, you can try widgetsinc__ (home state initials).</p>
<p>Hyphens and underscores are always something to avoid, not just in Twitter usernames but also in domain names &#8211; it just looks unprofessional. </p>
<p>For example, some companies have multiple Twitter accounts. <a href="http://zappos.com">Zappos</a> is a company that uses multiple Twitter accounts effectively. One is from the <a href="https://twitter.com/#%21/zappos">CEO, Tony Hsieh</a>. The other is <a href="https://twitter.com/#%21/zappos_service">Zappos customer service Twitter account</a>. They both serve different purposes. Hsieh occasionally tweets about the company or anything else he finds interesting. The Twitter Zappos customer service account handles all mentions on Twitter and uses Twitter as a platform to interact with current and prospective customers.</p>
<p><a href="https://twitter.com/#%21/delloutlet">The Dell Outlet Twitter Account</a> is run by Dell and sells refurbished computers. It is a great example of how multiple Twitter accounts can have a <a href="http://mashable.com/2009/06/11/delloutlet-two-million/">profound impact on a business</a>.</p>
<h2>Your Bio</h2>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/twitter-bio-example.png" alt="twitter bio example" title="" width="652" height="200" class="aligncenter size-full wp-image-13718" /></p>
<p>In the &#8220;bio&#8221; section of your Twitter account, you are limited to 160 characters. It&#8217;s important to not skim this part, as users with bios and a link have been <a href="http://blog.hubspot.com/blog/tabid/6307/bid/4604/Can-Having-a-Twitter-Bio-Get-You-8-Times-as-Many-Followers.aspx">shown to have more followers</a> than those without. If you cannot explain what your business does in a couple of sentences, you may have to rethink what it is that you&#8217;re doing.</p>
<p>So explain what you do in your bio and the benefit of using your service or product. Here are a few I like:</p>
<p>KISSmetrics states that it&#8217;s the official account, what they do and what benefit is derived from their software.</p>
<p><a href="http://twitter.com/kissmetrics"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/kissmetrics-twitter.png" alt="kissmetrics twitter" title="kt" width="652" height="170" class="aligncenter size-full wp-image-13691" /></a></p>
<p>Skweal tells the benefits of their service:</p>
<p><a href="http://twitter.com/skweal"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/skeal-twitter.png"></a></p>
<p>Megafood tells of their experience and their exclusive process for their organic vitamins.</p>
<p><a href="http://twitter.com/megafood"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/megafood-twitter.png"></a></p>
<p>Your Twitter bio will likely be the first thing people read about your business (if they haven&#8217;t been to your website first). It should not be your slogan. It should state what you do and the benefit of your product or service. Just because you are allowed 160 characters doesn&#8217;t mean you have to use all of it. Sometimes the short bios get read the most.</p>
<p>It may be helpful to start with what you do in the first sentence. The second sentence can state the benefit or competitive advantage your business has. For example it could be:</p>
<p>“We sell widgets that make your life better. Low price guarantee, free shipping, money back guarantee &amp; 24/7 customer support.”</p>
<p>Some bigger companies like to tell who tweets for the company. Here are a couple examples:</p>
<p>Ford tells us that there are two people who tweet and leave their initials. In tweets they leave their initials so you know the exact person that you&#8217;re talking to:</p>
<p><a href="http://twitter.com/ford"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/ford-twitter.png"></a></p>
<p>Starbucks lists the names of employees:</p>
<p><a href="http://twitter.com/starbucks"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/starbucks-twitter.png"></a></p>
<p>Southwest cleverly tells who their tweets come from:</p>
<p><a href="http://twitter.com/southwestair"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/southwest-twitter.png"></a></p>
<p>Take some time on this one and focus on the benefits of your product in the bio. You can always go back and change the bio at any time by going into the settings page in Twitter.</p>
<p><b>To edit your bio:</b> Start by moving your cursor up towards the top menu of your Twitter account -> Click on the &#8220;headshot&#8221; icon -> Click on &#8220;Settings&#8221; -> Then Click on &#8220;Profile&#8221;. In this area you can edit your bio in the &#8220;Bio&#8221; text area.</p>
<h2>Your Picture</h2>
<p>Your profile picture <b>should be your logo</b>. It&#8217;s common among almost all brands on Twitter. Twitter does provide you with a default photo, but do not use it. Change it so people can identify your profile picture with your brand.</p>
<p><b>To edit your picture:</b> Start by moving your cursor up towards the top menu of your Twitter account -> Click on the &#8220;headshot&#8221; icon -> Click on &#8220;Settings&#8221; -> Then Click on &#8220;Profile&#8221;. In this area you can upload or replace your picture. </p>
<p>Since Twitter&#8217;s last major update, older photos may have been expanded a bit because of new sizing standards. Our recommendation is to use a larger image (maybe a few hundred pixels wide) and be sure to crop it into square dimensions.</p>
<h2>Adding a Background</h2>
<p>Like your profile picture, make a background that is unique to your brand. It&#8217;s not bad to use the default Twitter background, but it doesn&#8217;t help your page stand out.</p>
<p>Here&#8217;s the default background:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/boring-background.png"></p>
<p>Dell shows pictures of their employees who run their Twitter page:</p>
<p><a href="http://twitter.com/dellcarespro"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/dell-people.png"></a></p>
<p>Starbucks has coffee:</p>
<p><a href="http://twitter.com/starbucks"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/starbucks-coffee.png"></a></p>
<p>FedEx gives their customer service number on their Twitter page, signaling that calling them is still the best way to get service:</p>
<p><a href="http://twitter.com/fedex"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/fedex-info.png"></a></p>
<p>Cachefly explains their services, gives their street address and their number (though it&#8217;s cut off):</p>
<p><a href="http://twitter.com/cachefly"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/cachefly-services.png"></a></p>
<p>Zynga gives their other social media addresses:</p>
<p><a href="http://twitter.com/zynga"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/zynga-sm.png"></a></p>
<p><b>Branding:</b> Your Twitter background is really important for your company branding. The best rule of thumb is to keep your Twitter background branded and styled similarly to your website, promotional materials and other online properties. When it comes to branding, consistency is king!</p>
<p><b>To edit your background:</b> Start by moving your cursor up towards the top menu of your Twitter account -> Click on the &#8220;headshot&#8221; icon -> Click on &#8220;Settings&#8221; -> Then Click on &#8220;Design&#8221;. In this area you can upload or replace your background.</p>
<p>Twitter backgrounds are fixed to the upper right hand corner of your screen. So when you look at a Twitter profile on a large screen, the upper left hand contents of the background will &#8220;stick&#8221; to the upper left hand area of the screen. It usually takes a bit of tweaking to get your background looking just right. Be sure to view it on multiple screens, and phones so that you are satisfied with your results. Employ the help of your in-house designer or design firm to make it look even better!</p>
<p>Hubspot has a nice guide on how to <a href="http://blog.hubspot.com/blog/tabid/6307/bid/27216/How-to-Create-a-Custom-Twitter-Background-With-Video.aspx">add your own custom background on Twitter</a>.</p>
<h2>Starting on Twitter</h2>
<p>You&#8217;ve got your username, a great bio, picture &amp; background all set up, so now what? As mentioned, the key to social media is engagement. Be there to engage with people and provide value.</p>
<p>A good place to start is on <a href="https://twitter.com/#%21/search-home">Twitter search</a>.</p>
<p><a href="https://twitter.com/#!/search-home"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/twitter-search.png"></a></p>
<p><b>The number one rule in social media when you are first starting out is to <i>listen</i>.</b></p>
<p>Most businesses start off by not listening and go straight into &#8220;talking&#8221;, promoting and pushing content. And most of those companies get very little use out of social media.</p>
<p>To start off on a good foot, search for keywords in your industry and see what conversations are happening. Listen to what people are saying about your brand; listen to what they&#8217;re saying about your industry. If you see a conversation that you can join, then do so. Don&#8217;t try to sell a product when you join a conversation, but rather <b>provide value</b>. You can do this by:</p>
<ul>
<li>Offering helpful answers (be as unbiased as possible).</li>
<li>Trying to solve problems that your customers may have.</li>
<li>Point people in the right direction (say if someone is looking for your returns policy).</li>
<li>Try to turn upset customers into happy customers.</li>
</ul>
<p><b>How do I talk to my customers on Twitter?</b></p>
<p>Let&#8217;s say you do a Twitter search and you see a customer with a complaint. Click on the reply link to begin to help the customer out:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/upset-twitter-user.png" alt="upset twitter user" title="utu" width="652" height="170" class="aligncenter size-full wp-image-13728" /></p>
<p>This type of communication is called &#8220;mentioning&#8221; because chances are both you and the customer are not &#8220;following&#8221; each other. This conversation will be available for the public to see.</p>
<p>Now, if both you and the customer are following each other, you can have a private conversation by &#8220;direct messaging&#8221; each other. To do this, go to the customer&#8217;s twitter profile page, click on the grey head-shot icon and select &#8220;Direct Message&#8221;.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/send-a-direct-message.png" alt="send a direct message" title="sdam" width="652" height="253" class="aligncenter size-full wp-image-13734" /></p>
<p>Then proceed to help the customer out&#8230;</p>
<p><a href="http://blog.kissmetrics.com/wp-content/uploads/2012/05/helping-the-customer-on-twitter.png"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/helping-the-customer-on-twitter.png" alt="helping a customer on twitter" title="helping-the-customer-on-twitter" width="652" height="550" class="aligncenter size-full wp-image-13731" /></a></p>
<p>Twitter makes it very easy to help upset customers or those who are having trouble with something. By using Twitter to help out customers, you will have the element of surprise on your side, which can turn unhappy customers (or on the fence customers) into evangelists.</p>
<p>Here are some <a href="http://www.customer1.com/blog/customer-service-statistics">great stats</a> that you probably want to look at that go over the importance of customer service.</p>
<p><b>Being a Thought Leader</b></p>
<p>Aside from using Twitter for customer service, you should also use it to become a <b>thought leader</b>. Thought leaders are where people go to when they want advice on something in your industry. They also go to thought leaders when they&#8217;re looking for a product in your industry and often will favor you. It can be difficult to achieve thought leader status and usually takes years, but Twitter is a good place to start.</p>
<p>As you continue to listen to conversations and add your voice, start following people who are in your customer demographic or target audience. Go to your competitor&#8217;s Twitter page and see the people that they follow. They&#8217;re likely following people similar to them and ones that can be customers, so follow those people. Also check out the people who follow them and see if it&#8217;s the type of people in your target audience. You can see who follows a profile by clicking on their &#8220;followers&#8221; button:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/twitter-followers.png"></p>
<p>Follow them and often they will follow you back.</p>
<p>In everything you do on Twitter, aim to be a resource. Provide value and talk with users and customers. <b>Be the expert in your industry</b>.</p>
<h2>What to Tweet</h2>
<p>Tweets are simply status updates, and they are the bread and butter of Twitter. Conversations happen by people <a href="http://webtrends.about.com/od/glossary/g/what-is-a-tweet.htm">tweeting</a> to one another.</p>
<p>As a business, you want to tweet things that are valuable. By tweeting valuable links, quotes or facts, you&#8217;re more likely to get retweets, which will help spread your account awareness. The people who will be following you are people who are interested in your company and industry, so make sure the tweets are relevant. </p>
<p>Many companies will <b>post links or quotes</b>. Both of these types of tweets are commonly <b>retweeted</b>. These links will help start conversations as people will give their opinions on the story you posted. Like we mentioned above, <i>reply to these conversations to become relevant to the conversation(s).</i></p>
<p><b>How to Keep Your Links Short</b></p>
<p>Since you can only tweet 140 characters at a time, sometimes it&#8217;s beneficial to shorten your links. You can shorten URL&#8217;s (links) to track what kind of click through rates you get on your tweets. Two popular services are <a href="http://bit.ly/">bitly</a> and <a href="http://goo.gl/">Google&#8217;s URL shortener</a>. You can also <a href="http://www.sean-o.com/blog/index.php/2009/08/11/tutorial-how-to-create-your-own-url-shortener/">make your own</a>.</p>
<p>We recommend to only shorten links when you have to. For SEO reasons, it&#8217;s best to tweet out the original link. This is because, as content is disseminated via your Twitter account, the original links may get picked up elsewhere and get the full benefit of being a backlink.</p>
<p><b>Use Caution When Promoting</b></p>
<p>On occasion, you can send a promotional tweet. Be cautious with this though. If it&#8217;s done too frequently, people will tune you out. Most people aren&#8217;t on Twitter to always hear a salesman, so don&#8217;t flood your followers with promotions. Around 20% of your tweets can be offers, coupons or other promotional items. When you do occasionally self-promote, followers are more apt to listen to you because it has the value of being a scarce promotion.</p>
<p><b>Tweeting Quotes</b></p>
<p>Don&#8217;t underestimate the power of quotes. A good quote that is related to your industry can go a long ways in getting retweets and replies. It doesn&#8217;t always have to be about things in your industry, because a good quote can provide value to the reader. <a href="https://twitter.com/#%21/honesttea">Honest Tea</a> is a company that frequently posts quotes that are not related to tea, organic food or the environment. You can always have a mix of both industry related quotes and random quotes.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/honest-tea-tweet.png"></p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/stumble-upon-tweet.png"></p>
<p>If you&#8217;re having trouble finding industry related quotes, find who the influencers are in your industry. For example, many people in the tech field will post quotes from Steve Jobs, Bill Gates, Reid Hoffman, Mark Zuckerberg and others.</p>
<p><b>Asking for Retweets</b></p>
<p>It may also be helpful to simply ask for retweets. <a href="http://blog.hubspot.com/blog/tabid/6307/bid/14982/New-Data-Proves-Please-ReTweet-Generates-4x-More-ReTweets-Data.aspx">Saying “Please ReTweet” in your tweets</a> have been shown to get more retweets than “Please RT” or not asking for retweets. Only do this in moderation, as asking for retweets on every tweet will annoy followers.</p>
<p>Finally, keep in mind that most people will look at your most recent tweets if they are unsure to follow you or not. This is why it&#8217;s so important to offer relevant content and to not tweet too often.</p>
<h2>What Not To Tweet</h2>
<p>Avoid tweeting about your mood. This is for both business accounts and personal accounts. Most people do not care if you&#8217;re hungry, tired or have a headache. In fact, you&#8217;ll often hear from people who don&#8217;t join Twitter because “I don&#8217;t want to know what people are doing every minute of the day.” When in fact, almost nobody on Twitter does this. If they do, they likely have minimal followers and get little engagement from followers.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/bad-tweet.png"></p>
<p>Do not tweet your locations. As a marketer on Twitter, it is not your job to tell people where you are or where you&#8217;re physically going. Save that for your personal account.</p>
<h2>Frequency of Tweets</h2>
<p>You may be thinking to yourself: “If one of the goals on twitter is to get retweets, why not just tweet a couple hundred times a day?” Good thinking, but tweeting every 15 minutes may get you less followers. If your tweets are crowding someone&#8217;s Twitter stream, they&#8217;re likely to unfollow you unless they <em>really</em> like you.</p>
<p>It appears <a href="http://blog.hubspot.com/blog/tabid/6307/bid/4594/Is-22-Tweets-Per-Day-the-Optimum.aspx">tweeting 10-50 times per day is optimal</a>, with the sweet spot being about 22 tweets a day. Be sure to look at our Science of Social Timing Infographic &#8211; it goes over the aspects of social media frequency in detail:</p>
<p><a href="http://blog.kissmetrics.com/science-of-social-timing-1/?wide=1"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/frequency-of-tweeting.png" alt="frequency of tweeting" title="fot" width="652" height="595" class="aligncenter size-full wp-image-13748" /></a></p>
<h2>Getting Retweeted</h2>
<p>It&#8217;s helpful to tweet things that followers are familiar with. It may also be helpful to share the key takeaway from the article in the tweet. Something that gives a fact that will lead into the article. Here&#8217;s an example:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/popular-tweet.png"></p>
<p>This tweet tells a little fact about Klout, which leads into the article. It gets the attention by sharing a little fact.</p>
<p>Here&#8217;s another one similar one that doesn&#8217;t give the title of the article, but a fact contained in the article:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/good-tweet.png"></p>
<p>You should also retweet other people in your industry. This shows that you are listening to other conversations and are actively engaged in the industry.</p>
<p>Tweeting links have been shown to <a href="http://blog.hubspot.com/blog/tabid/6307/bid/29759/11-Guaranteed-Ways-to-Get-Others-to-Retweet-Your-Content.aspx">get more retweets</a>. Find interesting stories or articles and tweet them out to your followers. This will require you (or someone on your staff) to read a lot. Don&#8217;t skim the article, hope that it&#8217;s good and tweet it out.</p>
<h2>Other Things to Keep in Mind When Tweeting</h2>
<p>Links on Twitter have a <a href="http://blog.bitly.com/post/9887686919/you-just-shared-a-link-how-long-will-people-pay">“shelf life” of about 3 hours</a>.</p>
<p>In general, the <a href="http://blog.kissmetrics.com/science-of-social-timing-1/">best time of day to tweet</a> is around 5PM. The best days to tweet are days at the end of a work week. You can use a tool like <a href="http://www.tweriod.com/">Tweriod</a> to help you optimize your tweet times and understand when it&#8217;s most effective for you.</p>
<p><a href="http://blog.hubspot.com/blog/tabid/6307/bid/26127/Longer-Tweets-Generate-More-Clicks-on-Twitter-New-Data.aspx">130 character tweets</a> appear to get the best CTR (click-through-rate). In general, the longer the tweet (up to 130 characters), the higher the CTR.</p>
<p>Always be monitoring what people are saying about your company on Twitter. Use the Twitter search function and search for your company to see what people say.</p>
<p>Don&#8217;t try to please everybody. With your Twitter account you will likely get spam followers. Tweet things out about your industry and helpful articles. The majority of people who will be following you are ones who are in the same industry, so don&#8217;t serve the minority of random followers while also serving the majority. Stick to your target audience and ignore the spam followers. You can always <a href="https://support.twitter.com/entries/64986-how-to-report-spam-on-twitter">report spam to Twitter</a>.</p>
<h2>Add the Tweet button to Your Site</h2>
<p>Adding the tweet button to your site can make it easy for visitors of your site to tweet your web page. Here&#8217;s an example from KISSmetrics:</p>
<p>Option to tweet at the bottom of the page:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/kissmetrics-tweet.png"></p>
<p>Once that button is clicked, if the user is signed into Twitter, this window will show:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/kissmetrics-promo.png"></p>
<p>The user can then simply tweet out the KISSmetrics homepage to all of their followers.</p>
<p>The tweet button is not just reserved for your homepage. It can also be added to your company blog.</p>
<p>Adding the tweet button to pages on your site will get you more traffic from Twitter and help spread your blog content. If you have a strong blog following, this is a great way to increase readership and attract valuable SEO backlinks!</p>
<p>Twitter has an easy to use guide to <a href="https://twitter.com/about/resources/buttons">adding the tweet button to your site</a>. Most blogging platforms have <a href="http://wordpress.org/extend/plugins/sharebar/screenshots/">plugins</a> that make it easy to add Twitter and other social media buttons to your blog pages.</p>
<h2>Reaching Influencers</h2>
<p>Try to reach the influencers in your industry. Since you&#8217;re in the industry, you undoubtedly know who those people are. Many companies will send these people gifts in hopes that they&#8217;ll give a public thank you to the company in the form of a tweet. Some will also send the influencer a message saying that they mentioned them in a blog post. The influencer then may tweet the blog post out to their followers. It doesn&#8217;t always work and depends on the type of person the influencer is, so be thoughtful and personable. Don&#8217;t send them a clichéd gift. Be creative.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/eli-influencer.png"></p>
<p>To help you understand how much an influencer one is, you can use <a href="http://tweet.grader.com/">Twitter Grader</a> or <a href="http://www.klout.com/">Klout</a> to see your score and other Klout scores.</p>
<p>Here&#8217;s an example of Eli Roth&#8217;s Klout score:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/eli-klout.png"></p>
<p>Eli&#8217;s score is 66, which is pretty good.</p>
<p>You can also use a directory like <a href="http://listorious.com/">Listorious</a> to search for some of the top influencers in a select category.</p>
<h2>Tools You Can Use</h2>
<p>There are a lot of tools available for Twitter. You can automate your tweets to go out at certain times of day, you can manage multiple accounts from one page and more. Check out Neil Patel&#8217;s <a href="http://blog.kissmetrics.com/million-twitter-tools/">favorite Twitter tools</a> to help you find the best ones.</p>
<p>Here&#8217;s a list of articles we have created that go over different Twitter tools for different purposes:</p>
<ul>
<li><a href="http://blog.kissmetrics.com/tools-for-twitter-engagement/">6 Tools to Learn More About Your Twitter Engagement</a></li>
<li><a href="http://blog.kissmetrics.com/transform-your-tweeting-experience/">10 Great Twitter Tools To Transform Your Tweeting Experience</a></li>
<li><a href="http://blog.kissmetrics.com/10-twitter-tools/">10 Twitter Tools Used by Social Media Experts</a></li>
</ul>
<h2>Conclusion</h2>
<p>Hopefully this guide will get you well on your way to being a Twitter power user. When you&#8217;re ready to learn more about Twitter, check out these other articles that are full of hidden gems:</p>
<ul>
<li><a href="http://blog.kissmetrics.com/thrive-on-twitter/">What Can You Learn from These 6 Companies That Thrive On Twitter?</a></li>
<li><a href="http://blog.kissmetrics.com/quality-twitter-following/">20 Days to a High-Quality, Highly-Engaged Twitter Following (in just 20 minutes a day)</a></li>
<li><a href="http://blog.kissmetrics.com/using-twitter-effectively/">The Hidden Guide to Using Twitter Effectively</a></li>
<li><a href="http://blog.kissmetrics.com/startups-and-twitter/">5 Tips To Make Your Startup’s Twitter Account Stand Out</a></li>
<li><a href="http://blog.kissmetrics.com/twitter-marketing-guide/">The Marketer’s Guide to Twitter</a></li>
<li><a href="http://blog.kissmetrics.com/twitter-spying/">7 Sneaky Ways to Use Twitter to Spy on Your Competition</a></li>
</ul>
<p>Twitter will require an investment of time. However, when done correctly, it can have an extraordinarily positive effect on your business. What has worked for you on Twitter? Any tips you can share? Let us know in the comments!</p>
<p><b>About the Authors:</b> </p>
<p>Zach Bulygo is a guest blogger for KISSmetrics, you can find him on Twitter <a href="https://twitter.com/#!/zachcb1">here</a>.</p>
<p>Sean Work is the Director of Marketing at KISSmetrics. Follow him on Twitter <a href="http://twitter.com/seanvwork">@seanvwork</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kissmetrics.com/beginners-guide-to-twitter/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Metrics, Metrics On The Wall, Who&#8217;s The Vainest Of Them All?</title>
		<link>http://blog.kissmetrics.com/vainest-metrics/</link>
		<comments>http://blog.kissmetrics.com/vainest-metrics/#comments</comments>
		<pubDate>Thu, 10 May 2012 19:24:16 +0000</pubDate>
		<dc:creator>Lars Lofgren</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://blog.kissmetrics.com/?p=13645</guid>
		<description><![CDATA[More data is always a good thing right? More data means more information and more accurate decisions. More data means we&#8217;ll be able to build our business faster. Wrong. Completely and utterly wrong. Not all data is helpful. Some of it is worse than worthless because it tricks us into believing we have answers when [...]]]></description>
			<content:encoded><![CDATA[<p>More data is always a good thing right? More data means more information and more accurate decisions. More data means we&#8217;ll be able to build our business faster.</p>
<p><b>Wrong</b>. Completely and utterly wrong.</p>
<p>Not all data is helpful. Some of it is worse than worthless because it tricks us into believing we have answers when we don’t. But when you focus on data that helps you make decisions, everything else in your business gets easier.</p>
<h2>How to Tell if Your Data Matters</h2>
<p>It all comes down to one thing: does the metric help you make decisions? When you see the metric, do you know what you need to do?</p>
<p>If you don’t, you’re probably looking at a vanity metric.</p>
<p><strong>Vanity metrics are all those data points that make us feel good if they go up but don’t help us make decisions.</strong> Let’s say your visits look like the graph below. What should you do to help grow your business?</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/Google_Analytics_Visitors_Overview.png" alt="Google Analytics Visitors Overview" title="gavo" width="652" height="366" class="aligncenter size-full wp-image-13651" /></p>
<p>There’s no way to know. Traffic spikes twice towards the end of the graph but what does that mean? Absolutely nothing. Maybe some blogger mentioned the site. Or maybe a blog post went viral. The marketing campaigns could be driving the traffic. We have no idea. We don’t even know where to start. Not only do we have to figure out why visits went up, then we have to figure out if those visits actually helped our business.</p>
<p>Let’s look at an actionable metric. What does this conversion rate tell us?</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/Google_Analytics_Conversion_Rate.png" alt="Google_Analytics_Conversion_Rate" title="gacr" width="652" height="138" class="aligncenter size-full wp-image-13653" /></p>
<p>It says “HOLY SNACK ATTACK BATMAN! WE HAVE A SERIOUS PROBLEM!” Conversion rates plummeted for some unknown reason. We know immediately that we need to take action and figure out if the report is broken or if people can’t convert.</p>
<p>So we check our merchant account and see if payments are still coming in. If not, we send out the bat signal, get our developer on the phone, and find out what’s wrong with our checkout funnel. Then we fix it.</p>
<p>Notice how there’s no confusion and no ambiguity. Only action. The data quickly told us what to pay attention to so we know immediately how to focus our efforts to improve the situation.</p>
<p>“But Lars! Things like this don’t usually happen you silly goose!” Sure they do. And even when they don’t, actionable metrics still tell us how we’re doing.</p>
<p>Have you revamped your site design or checkout funnel in the last 12 months? Did you compare your conversion rates before and after? If you did, they would have told you whether or not the project was a success. If your conversion rates remained constant, you know that you wasted your time. You’ve learned that you need to go in a different direction to improve conversion rates and get customers faster. When you have actionable metrics, you can make decisions constantly. And each decision will help your business get to the next level.</p>
<h2>Actionable Metrics</h2>
<p>Whenever you start tracking a metric ask yourself if it helps you take action and make decisions. If not, ditch it.</p>
<p>At their core, actionable metrics are geared to answer these questions:</p>
<ul>
<li>How do you gain or lose revenue?</li>
<li>How do you gain or lose customers?</li>
<li>What are the key functions and benefits that people are coming to you for?</li>
</ul>
<h3>Revenue</h3>
<p>Above all else, you need to track where your revenue is coming from. Each and every time someone pays you, it needs to get tracked. This includes all these juicy metrics:</p>
<ul>
<li>Lifetime Value</li>
<li>Total Revenue (Month, Quarter, Annual)</li>
<li>Net Profit</li>
<li>Average Order Value</li>
<li>Number of Transactions</li>
<li>Average Length of Subscription (for subscription business models)</li>
</ul>
<h3>Leads and Customers</h3>
<p>Where do your leads and customers come from? Social Media? Google? Paid traffic? You need to find out.</p>
<p>This is not the same as finding out where your visitors come from, that’s a vanity metric. Since your customers represent a small portion of your visitors, they’ll get lost in the data.</p>
<p>So stop focusing on your visitors as a whole, you need to discover <i>where your customers</i> come from. This tells you where to spend your energy and marketing dollars.</p>
<p>But be careful, most analytics providers attribute conversions to the most recent traffic source. So if someone finds you with an AdWords ad and then googles your business name before they convert, the branded keyword gets the credit. Most analytics tools are starting to track <b>assisted conversions</b>. These show you which traffic sources bring high quality prospects to you and which traffic sources bring them through the finish line.</p>
<h3>Conversion Rates</h3>
<p>Site-wide conversion rate is a start but there’s so much more to conversion rates. Track the conversion rates of your traffic sources, primary keywords, and marketing campaigns.</p>
<p>And don’t compare yourself to the industry or your competitors. Your goal is to establish an internal benchmark. Then try to beat it. When you move the needle up, you’re on the right track. Otherwise, you’re either going backwards or your efforts aren’t making any impact.</p>
<p>There’s going to be some overlap with conversion rates and your leads/customers. One of your top priorities is to track the conversion rate of prospects to leads, and leads to customers. When someone comes to your site, they’re a prospect. When they give you their email, fill out a contact form, create a trial account, or add a product to their cart, then they become a lead. When they give you their credit card, they become a customer. Track the conversion rates at each step.</p>
<h3>A/B (Split) Test Results</h3>
<p>You’ve heard it before and I’ll say it again: TEST, TEST, TEST. But you can’t just test randomly.</p>
<p>Everyone says you should “throw paint at the wall to see what sticks.” That’s a terrible idea. Because you haven’t built a system that will tell you which paint did the sticking. So separate everything into different colors (split tests and analytics), THEN start throwing.</p>
<h3>Funnels</h3>
<p>Sections of your site and marketing might be highly defined. Like an ecommerce checkout process, your visitors are forced to follow a series of steps before they convert. Other examples include email signup processes and webinars.</p>
<p>When you have a funnel that people follow before converting, you need to track each step. This tells you where your funnel breaks down. Do your customers abandon the checkout process right before submitting payment? Or do they never get past the cart page? Knowing where people bail tells you exactly what you need to work on.</p>
<h3>Cohorts</h3>
<p>Different groups of customers behave completely differently. Do you know what separates your most profitable customers (they come back month after month) from the customers that buy once and never return? To understand how these groups behave, you need to use cohorts.</p>
<p>Cohorts separate your customer into groups so you can find trends in the data.</p>
<h3>Marketing Campaign Performance</h3>
<p>Do your marketing campaigns bring you profit? If not, you need to cancel them right now. Or test new ideas until you force them to work (if they’re not profitable, they’re not working). Either way, you need to know how much profit each campaign brings you.</p>
<p>Take the total revenue of each campaign then subtract the cost of marketing and the cost of goods sold. If you end up with a negative number, you have a problem.</p>
<h2>Is Google Analytics Guilty of Vanity Metric Focus?</h2>
<p>Yes.</p>
<p>Look, I use Google Analytics heavily. Every day in fact. I also know how NOT to use it. I rarely look at the main traffic reports and spend all of my time focusing on conversions, trying to piece together the behavior of my customers.</p>
<p><strong>When we log into Google Analytics, we get a data puke of vanity metrics.</strong> On the Visitors Overview report, there isn’t ONE number that you should actually care about.</p>
<p>Your goal should be to click into a better report before Visitors Overview <i>even has a chance to load</i>.</p>
<p>Not only do you need to ignore the vast majority of data in Google Analytics, you also need to know how to customize it so it tracks your business outcomes. Most people will never do this.</p>
<p>You need to enable ecommerce tracking, define goals, and calculate goal values so you have actionable metrics to work with. Using the default setup of Google Analytics will only give you vanity metrics.</p>
<p>But we can’t really fault Google for this. After all, they’re giving us what we want: data that makes us feel good. When visitors go up, we’re happy. And it’s not hard to get visitors to go up. <b>The real trick is convincing visitors to become customers</b>. Many times, we neglect the responsibility of growing our business in favor of metrics that are much easier to improve but don’t matter. Pageviews, visitors, fans, and followers will only distract you from the real task at hand.</p>
<h2>How Most People Pick Their Metrics</h2>
<p>When some people pick the key metrics they want to track (also known as key performance indicators or KPIs), the first thing they do is log into Google Analytics and figure out what’s easily accessible. Then you get a decision process like this:</p>
<ol>
<li>Log into Google Analytics</li>
<li>See all the fancy graphs and numbers</li>
<li>Pick a few that sound nice (pages/visit, visitors, and time on site usually make the list)</li>
<li>Report these numbers to the boss and use them to evaluate your own marketing performance</li>
</ol>
<p>Now you’re stuck with numbers that don’t mean anything. And your salary is now based on them.</p>
<p><strong>Pro-Tip for Terrible Business:</strong> For those of you that are judged on how many pageviews your site gets each month, here’s a quick tip on how to impress your boss. Make your navigation super complicated. Your visitors won’t be able to find what they’re looking for and they’ll click all over your site. You’ll crush your quarterly pageview goals and impress everyone in the office. But is this good business? Absolutely not. <i>So stop tracking pageviews</i>.</p>
<h2>How You NEED to Pick Your Metrics</h2>
<p>Start from the opposite direction. Don’t even look at Google Analytics or any other tool. Start with your business.</p>
<ol>
<li>Pick 1-5 metrics that tell you how healthy your business is. This will include things like revenue, number of leads, account signups, and lifetime value.</li>
<li>Figure out how to force your analytics tools to get you as close as possible to these metrics. If you have to import and merge data into Excel, do it.</li>
</ol>
<p>Once you’ve built a process for tracking the health of your business (not the health of your website), then you can focus on other metrics like:</p>
<ul>
<li>A/B test results</li>
<li>Newsletter subscribers</li>
<li>Conversion rates</li>
<li>Cohort reports</li>
<li>Funnels</li>
</ul>
<h3>Is There a Tool that Helps Us Track All This?</h3>
<p>We built <a href="http://www.kissmetrics.com/?utm_source=blog&#038;utm_medium=post&#038;utm_campaign=vainest-metrics">KISSmetrics</a> from the ground up to focus on the key metrics that show you how to grow your business. Everything in KISSmetrics is actionable. And since it’s so simple to use, you’ll be finding juicy insights within your first week. We’d love to show you what KISSmetrics can do.</p>
<p><a href="http://www.kissmetrics.com/?utm_source=blog&#038;utm_medium=post&#038;utm_campaign=vainest-metrics"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/click-here-to-try-kissmetrics.png" alt="click-here-to-try-kissmetrics" title="cta" width="652" height="111" class="aligncenter size-full wp-image-13660" /></a></p>
<h2>Bottom Line</h2>
<p>We only have so much time in the day. Every minute counts so don’t waste any looking at metrics that don’t help you. <strong>Focus on metrics that matter and ditch the vanity metrics.</strong></p>
<p>Don’t track these metrics (these are the vainest of all metrics):</p>
<ul>
<li>Pageviews</li>
<li>Visitors</li>
<li>Time on site</li>
<li>Pages/visit</li>
</ul>
<p>Instead, track these metrics:</p>
<ul>
<li>Revenue</li>
<li>Customers</li>
<li>Conversion Rates</li>
<li>A/B Tests</li>
<li>Funnels</li>
<li>Cohorts</li>
<li>Marketing Campaigns</li>
</ul>
<p>And if you really want to get good data, go talk to a customer. Find out why they bought from you and how they found out about you. Ask them to show you how they use your product or service. WARNING! This entails actually talking to a human being. I know, it’s scary. But business is fundamentally about building relationships so reach out to your customers. You’ll get better data in 5 minutes than you will from 5 months of only looking at reports.</p>
<p>With actionable metrics, you’ll know exactly what questions you should be asking. Why were they hesitant to buy after adding the product to their shopping cart? Why did they cancel their account after only a week?</p>
<p><strong>All of this gives you a deep understanding of customer behavior, which is what it’s all about. </strong>When we truly understand our customer, we can delight them at every step and build our business faster than we could have imagined.</p>
<p>What actionable metrics are essential to your business?</p>
<p><strong>About the Author:</strong> </p>
<p>Lars Lofgren is the KISSmetrics Marketing Analyst and has his Google Analytics Individual Qualification (he’s certified). Learn how to grow your business at his <a href="http://larslofgren.com/">marketing blog</a> or follow him on Twitter <a href="https://twitter.com/LarsLofgren">@larslofgren</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kissmetrics.com/vainest-metrics/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>What The Highest Converting Websites Do Differently</title>
		<link>http://blog.kissmetrics.com/what-converting-websites-do/</link>
		<comments>http://blog.kissmetrics.com/what-converting-websites-do/#comments</comments>
		<pubDate>Wed, 09 May 2012 19:44:11 +0000</pubDate>
		<dc:creator>Sean Work</dc:creator>
				<category><![CDATA[Conversion]]></category>

		<guid isPermaLink="false">http://blog.kissmetrics.com/?p=13575</guid>
		<description><![CDATA[Did you know that companies that take on a structured approach towards conversion optimization are twice as likely to see a large increase in sales? Given this, you&#8217;d think more companies would test and run experiments. Yet 61% of companies do less than 5 tests per month. My gut tells me the reason for this [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know that companies that take on a structured approach towards conversion optimization are <a href="http://econsultancy.com/us/reports/conversion-rate-optimization-report">twice as likely to see a large increase in sales</a>?  </p>
<p>Given this, you&#8217;d think more companies would test and run experiments. Yet <a href="http://www.slideshare.net/Emerce/emerce-performance-bryan-eisenberg">61% of companies do less than 5 tests per month</a>.</p>
<p>My gut tells me the reason for this is MOST companies are too caught up in the &#8220;business as usual syndrome&#8221;, and they rarely take a second to stop and think about really focusing on conversion optimization.</p>
<p>In this post we&#8217;re going to go over what the highest converting websites do differently. But before we get into the details, we want to highlight a few points to get you thinking first:</p>
<ul>
<li><a href="http://www.interactivemarketinginc.com/landing-pages.html">You have 0-8 seconds</a> to make a compelling headline and landing page. After 8 seconds, the majority of visitors leave.</li>
<li>Approximately <a href="http://blog.hubspot.com/blog/tabid/6307/bid/31097/12-Critical-Elements-Every-Homepage-Must-Have-Infographic.aspx">96% of visitors</a> that come to your website are not ready to buy.</li>
<li>The <a href="http://blog.hubspot.com/blog/tabid/6307/bid/15424/The-Key-to-More-Leads-Create-More-Targeted-Conversion-Opportunities-Data.aspx">more landing pages</a> you have, the more leads you are likely to get.</li>
<li>Product videos can <a href="http://www.internetretailer.com/2011/03/07/product-videos-raise-purchase-likelihood-stacks-and-stacks">increase purchases of the product by 144%</a>.</li>
<li>A 1 second delay in your site speed can result in a <a href="http://blog.kissmetrics.com/loading-time/?wide=1">7% reduction in conversions</a>.</li>
<li>A/B testing is becoming the preferred method <a href="http://econsultancy.com/us/reports/conversion-rate-optimization-report">that has brought a lot of the companies the most success</a>.</li>
</ul>
<p>Got that? Ok, let&#8217;s get into what the best do differently&#8230;.</p>
<h2>1. They Make Their Unique Value Proposition(s) Clear</h2>
<p>Visitors should clearly see on your homepage or landing page why they should do business with you and the benefit of it.</p>
<p>A great example of this is MailChimp:</p>
<p><a href="http://mailchimp.com"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/mailchimp-free.png" alt="mailchimp-free" title="mailchimp-free" width="652" height="286" class="aligncenter size-full wp-image-13625" /></a></p>
<p>There are plenty of email service providers out there, so for a company like MailChimp it&#8217;s quite difficult to differentiate yourself from the pack. MailChimp made themselves different by focusing on making email campaigns <b>easy</b>.</p>
<p>If you think about it, whose usually tasked with sending out the email newsletter? It&#8217;s usually someone who&#8217;s specialty is not marketing, who&#8217;s not technical, and has a never ending &#8220;to-do&#8221; list. Making it easy is really important!</p>
<p>And by looking at their home page, they make this very clear:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/easy-email-newsletters.png" alt="easy email newsletters" title="een" width="652" height="134" class="aligncenter size-full wp-image-13626" /></p>
<p>Not to mention, if you have ever used their service &#8211; everything from campaign creation to sending out your emails is really simple and clear. </p>
<p>Another example is <a href="http://www.helzberg.com/">Helzberg Diamonds</a>. They are a little more subtle about their USP, but they definitely address &#8220;Why you should buy from them&#8221;. </p>
<p>For example they state free shipping on orders over $149:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/helzberg-free-shipping.png" alt="helzberg-free-shipping" title="hfs2012" width="652" height="129" class="aligncenter size-full wp-image-13588" /></p>
<p>Scroll down the page a little bit, and you&#8217;ll see some reassurances:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/helzberg-reassurances.png" alt="helzberg reassurances" title="hr234" width="652" height="203" class="aligncenter size-full wp-image-13586" /></p>
<p>Certainly having 12,266 fans on Facebook doesn&#8217;t hurt their conversion rate, either.</p>
<p>What are the reasons customers should buy from you? Is it a money back guarantee? Free shipping? Find what yours are and make it clear.</p>
<h2>2. They Test Their Calls-to-Actions</h2>
<p>Hubspot featured a company on their blog that <a href="http://blog.hubspot.com/blog/tabid/6307/bid/31104/Extreme-Homepage-Makeover-How-to-Increase-Your-Conversion-Rate-106.aspx">increased their conversions 105.9%</a> by having a clear call-to-action that leads to a whitepaper. In this whitepaper, the company informs the visitor about the company &amp; what they offer.</p>
<p>The company also made a more effective headline and used meaningful graphics to help guide the user.  Just these three changes led to more than doubling their conversion rate.</p>
<p>Mozilla <a href="http://blog.mozilla.com/metrics/2008/11/21/changing-the-firefox-download-button/">increased downloads</a> of their popular Firefox browser by having a stronger call-to-action. “Download Now – Free” performed better than “Try Firefox 3”. They made it clear that Firefox was free and called the viewer to download the program.</p>
<p><a href="http://proflowers.com">Proflowers</a> is a site known for high conversion rates, with some estimates being around 40%. They make it really easy for customers who are in a hurry to buy flowers &#8211; they can start by simply picking a day they need the flowers by:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/pro-flowers-call-to-action.png" alt="pro flowers call to action" title="pfcta" width="652" height="82" class="aligncenter size-full wp-image-13584" /></p>
<p>ProFlowers is eliminates any initial questions that the prospect may have. The prospect knows right away the answer to the question “can you get this to me by __?”  They&#8217;re helping to overcome any obstacles to a purchase. See if you can do something like Proflowers has done—answer one of your most popular questions in a clear, above the fold headline. If some obstacles to prospects purchasing from you are:</p>
<p>“I don&#8217;t feel comfortable purchasing from a small company like yours” &#8211; then some ideas to help overcome this fear could be:</p>
<ul>
<li>Include a behind the scenes video of your company and how your operations work.</li>
<li>Include a banner at the top with customer testimonials, each one showing for a few seconds.</li>
<li>Give your unique value proposition right at the top. Tell how long you&#8217;ve been in business, how many orders you&#8217;ve shipped, customer satisfaction rate, etc.</li>
</ul>
<h3>How do you find out what questions your customers have?</h3>
<p>You should always be asking your customers questions to get their feedback. Understanding your customer&#8217;s pain points, confusion and what they are really looking for can help you design a site that converts higher. <a href="http://kissinsights.com/?utm_source=blog&#038;utm_medium=post&#038;utm_campaign=what-converting-websites-do">KISSinsights</a> is a tool that allows you to do just that:</p>
<p><a href="http://blog.kissmetrics.com/insights-on-kissinsights/"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/01/aboutme-kiint.png"></a></p>
<h2>3. They Test Their Headlines</h2>
<p>The headline can make or break your website, and possibly a sale. As mentioned in the intro, the first impression is formed quickly, and the headline is a big part of that impression. It&#8217;s important to test and see what resonates most with your visitors. There is no magic formula, but there are some good guidelines that you can follow.</p>
<p>37signals <a href="http://37signals.com/svn/posts/1525-writing-decisions-headline-tests-on-the-highrise-signup-page">improved conversions of their Highrise product by 30%</a> by having the headline “30-day Free Trial on All Accounts”. Their worst headline was “Start a HighRise Account”.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/highrise-headline.png" alt="highrise headline" title="highrise-headline" width="652" height="104" class="aligncenter size-full wp-image-13598" /></p>
<p>The key lesson from this is that it&#8217;s important to have a clear headline with a unique value proposition. “Start a HighRise Account” doesn&#8217;t tell of any benefit. They don&#8217;t give a reason why they should sign up <em>now</em>. Consider having adding free trial in your headline or try “Save __% and start [enter the benefit of your product here]”. The important thing is to test to see what works.</p>
<p><a href="http://visualwebsiteoptimizer.com/split-testing-blog/using-ab-split-testing-to-refine-your-startups-positioning-90-increase-in-conversion-rate/">CityCliq improved their conversions</a> by making a clear headline that tells the user what they&#8217;ll get. First, the tested headlines:</p>
<ul>
<li>Businesses grow faster online!</li>
<li>Online advertising that works!</li>
<li>Get found faster!</li>
<li>Create a webpage for your business</li>
</ul>
<p>The winner:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/city-cliq-headline.png" alt="city-cliq-headline" title="cch" width="652" height="390" class="aligncenter size-full wp-image-13592" /></p>
<p>This is the best headline because it&#8217;s clear and avoids any language that you may find in your spam folder. Be creative with your headlines and inform the visitor of what you do or the benefits of your product.</p>
<p>One more tip: having a headline that addresses a pain point has in one case, <a href="http://www.abtests.com/test/99001/homepage-for-carelogger">increased conversions by 32%</a>.</p>
<h2>4. They Tend To Have Short Forms</h2>
<p>Conversion expert Tim Ash recommends <a href="http://blog.milestoneinternet.com/website-promotion/ppc_landing_page/">keeping forms to only the essentials</a>. How many times have you been ready to sign up for something, continue and see 25+ fields that you have to fill in? I have many times and I&#8217;ll often just leave the site. It&#8217;s important to respect the users time. If you&#8217;ve gotten the user as far as wanting to sign up, it&#8217;s pivotal that you don&#8217;t let them drop off because your form is too long.</p>
<p>Take a look at Dropbox&#8217;s signup form:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/Dropbox-signup-form.png" alt="Dropbox-signup-form" title="dsf2012" width="652" height="356" class="aligncenter size-full wp-image-13590" /></p>
<p>Dropbox is only asking for what they need. No username, no security questions, no birth date, no verification code, no re-enter password field, nothing unneeded.</p>
<p>For Proflowers, they don&#8217;t force you to signup before you order. If you&#8217;re a first time buyer, they&#8217;re not interrupting your buying process at all. You don&#8217;t have to create a new account; you have the option to do that <em>after</em> you make your purchase. Proflowers is removing any obstacles to ordering.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/proflowers-signup.png" alt="proflowers signup" title="ps2012" width="652" height="237" class="aligncenter size-full wp-image-13595" /></p>
<p><a href="http://www.imagescape.com/clients-like-you/contact-form/">Building more concise forms is important.</a></p>
<h3>Test the number of form fields!</h3>
<p>Most conversion experts will agree that simplifying forms and making them clearer should be the direction you want to aim for when you ready to start iterating.</p>
<p>Sometimes, having more fields <b>can improve your form conversion rate</b>. However, in general, fewer fields tend to produce better conversions (it depends on what your form is for). The point is: Don&#8217;t look for rules of thumb, test and find out for yourself!</p>
<h2>Other Techniques To Try</h2>
<ul>
<li>Implementing a &#8220;Chat Now&#8221; button increased <a href="http://whichtestwon.com/eztexting%E2%80%99s-chat-now-button-test-results">free signup form fills by 31%</a>.</li>
<li>Cars.com recently <a href="http://www.internetretailer.com/2012/03/15/carscom-boosts-its-conversion-rate-security-seal">boosted their conversion rate 2.7%</a> by having a security seal on their site.</li>
<li>Including discount information in the title (e.g. 15% off Product A vs Product A) <a href="http://www.abtests.com/test/263001/product-for-the-corkscrew-wine-merchants">increased add to cart conversions by 148.3%.</a></li>
<li>Benefits, social proof and credibility indicators <a href="http://www.abtests.com/test/257001/landing-for-writework">led to a 144.1% improvement on landing pages</a>.</li>
<li>Putting people on your homepage can have a <a href="http://37signals.com/svn/posts/2991-behind-the-scenes-ab-testing-part-3-final">huge impact on conversions</a>.</li>
<li>Including a pain point in a headline <a href="http://dmix.ca/2010/05/how-we-increased-our-conversion-rate-by-72/">increased conversions by 31%</a>.</li>
<li>Changing your <a href="http://dmix.ca/2010/05/how-we-increased-our-conversion-rate-by-72/">call-to-action button from green to red</a> has been shown to increase conversions by as much as 34%.</li>
<li>Try moving around your Buy Now button. <a href="http://okdork.com/2010/08/27/how-we-doubled-appsumo-coms-conversion-rate-in-2-days/">Appsumo did this</a> (among other things) and doubled their conversion rate.</li>
<li>Changing a button from “See Plans and Pricing” to “Get Started Today” <a href="http://blog.kajabi.com/a-dead-simple-change-that-increased-our-conve">increased conversions by 252%</a>.</li>
<li><a href="http://www.seomoz.org/blog/captchas-affect-on-conversion-rates">Turning CAPTCHA off</a> led to no conversions lost and very little spam mail in this case study.</li>
<li>Showing testimonials <a href="http://www.quora.com/What-are-some-top-strategies-for-conversion-optimization/answer/Andy-Johns?srid=hiM">can drive validation</a>.</li>
<li>Using natural language on forms has been shown to<a href="http://searchengineland.com/using-natural-language-to-improve-conversion-rates-41632"> increase conversions by 25-40%</a>.</li>
<li>Having a <a href="http://www.internetretailer.com/2012/03/06/touch-mobile-improves-conversion-and-sales">nice mobile site can double conversions</a>.</li>
<li><a href="http://www.conversion-rate-experts.com/voices-case-study/">Segmenting your users can increase conversion rates</a> be giving more relevant content to the user.</li>
<li>Putting your call-to-action button <a href="http://www.blastam.com/blog/index.php/2009/06/google-website-optimizer-increases-conversion-591/">can really improve conversions</a>.</li>
</ul>
<p>The important thing is to test and experiment. What has worked for you? Let us know in the comments!</p>
<p><b>About the Authors:</b> </p>
<p>Zach Bulygo is a guest blogger for KISSmetrics, you can find him on Twitter <a href="https://twitter.com/#!/zachcb1">here</a>.</p>
<p>Sean Work is the Director of Marketing at KISSmetrics. Follow him on Twitter <a href="http://twitter.com/seanvwork">@seanvwork</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kissmetrics.com/what-converting-websites-do/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Instagram By The Numbers (Infographic)</title>
		<link>http://blog.kissmetrics.com/instagram/</link>
		<comments>http://blog.kissmetrics.com/instagram/#comments</comments>
		<pubDate>Tue, 08 May 2012 14:22:28 +0000</pubDate>
		<dc:creator>Jason Caldwell</dc:creator>
				<category><![CDATA[Infographics]]></category>

		<guid isPermaLink="false">http://blog.kissmetrics.com/?p=13537</guid>
		<description><![CDATA[Simply mind blowing numbers by Instagram. Check out this infographic to learn about this startups&#8217; blazing success. View an enlarged version of this infographic » Click here to download a .pdf version of this infographic. Want to display this infographic on your site? ++ Click Image to Enlarge ++Source: Instagram By The Numbers &#8211; Infographic [...]]]></description>
			<content:encoded><![CDATA[<p>Simply mind blowing numbers by Instagram. Check out this infographic to learn about this startups&#8217; blazing success. </p>
<p><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fblog.kissmetrics.com%2Finstagram%2F&media=http%3A%2F%2Fblog.kissmetrics.com%2Fwp-content%2Fuploads%2F2012%2F05%2Finstagram-by-the-numbers-sm.png&description=Instagram%20By%20The%20Numbers%20(infographic)" class="pin-it-button" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></p>
<p><a href="http://blog.kissmetrics.com/instagram/?wide=1"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/instagram-by-the-numbers-sm.png" alt="Instagram By The Numbers" title="ibtn" width="652" height="1918" class="aligncenter size-full wp-image-11115" /></a></p>
<p><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fblog.kissmetrics.com%2Finstagram%2F&media=http%3A%2F%2Fblog.kissmetrics.com%2Fwp-content%2Fuploads%2F2012%2F05%2Finstagram-by-the-numbers-sm.png&description=Instagram%20By%20The%20Numbers%20(infographic)" class="pin-it-button" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></p>
<p><center><a href="http://blog.kissmetrics.com/instagram/?wide=1">View an enlarged version of this infographic »</a></center><br />
<center><a href="http://blog.kissmetrics.com/wp-content/uploads/2012/05/instagram-by-the-numbers.pdf">Click here to download a .pdf version of this infographic.</a></center></p>
<h2>Want to display this infographic on your site?</h2>
<p><center><br />
<textarea rows="6" cols="60"  onclick="this.select();"><b>++ Click Image to Enlarge ++</b><br /><a href="http://blog.kissmetrics.com/instagram/"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/instagram-by-the-numbers-sm.png" alt="Instagram By The Numbers"></a><br />Source: <a href="http://blog.kissmetrics.com/instagram/">Instagram By The Numbers &#8211; Infographic</a></textarea><br />
</center></p>
<h2>Sources</h2>
<ul>
<li><b>TechCrunch</b> &#8211; <a href="http://techcrunch.com/2010/10/13/instagram-users/">Instagram Captures 100,000 Mobile Photo Addicts In Less Than A Week</a></li>
<li><b>The New York Times</b> &#8211; <a href="http://bits.blogs.nytimes.com/2010/12/21/instagram-quickly-passes-1-million-users/">Instagram Quickly Passes 1 Million Users</a></li>
<li><b>DigitalBuzz</b> &#8211; <a href="http://www.digitalbuzzblog.com/infographic-instagram-facts/">Infographic: Instagram Facts &#038; Stats </a></li>
<li><b>Ecorner</b> &#8211; <a href="http://ecorner.stanford.edu/authorMaterialInfo.html?mid=2735">From Stanford to Startup</a></li>
<li><b>Business Insider</b> &#8211; <a href="http://articles.businessinsider.com/2011-06-13/tech/29996133_1_iphones-photos-users">Instagram: 5 Million Users, 95 Million Photos, 4 Employees</a></li>
<li><b>Fast Company</b> &#8211; <a href="http://www.fastcompany.com/1771261/instagram-150-million-photos-kevin-systrom-faster-growth-than-flickr">What Instagram Plans To Do With 150 Million Photos And Faster Growth Than Flickr</a></li>
<li><b>Scribbal</b> &#8211; <a href="http://www.scribbal.com/2011/09/instagram-hits-10-million-users-less-than-one-year-after-launch/">Instagram Hits 10 Million Users Less Than One Year After Launch</a></li>
<li><b>Social Fresh</b> &#8211; <a href="http://socialfresh.com/instagram-largest-mobile-social-network/">Instagram Becomes The Largest Mobile Social Network</a></li>
<li><b>Gigaom</b> &#8211; <a href="http://gigaom.com/2011/08/03/instagram-150-million-photos-shared/">Instagram: 150 million photos shared</a></li>
<li><b>CNET</b> &#8211; <a href="http://news.cnet.com/8301-1023_3-57409168-93/instagram-for-android-grabs-1-million-downloads-on-first-day/">Instagram for Android grabs 1 million downloads on first day</a></li>
<li><b>Media Culpa</b> &#8211; <a href="http://www.kullin.net/2012/01/instagram-now-growing-faster-than-flickr/">Instagram now growing faster than Flickr</a></li>
<li><b>Pingdom</b> &#8211; <a href="http://royal.pingdom.com/2012/04/25/instagram-sharing-on-twitter-is-blowing-up/">Instagram sharing on Twitter is blowing up</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.kissmetrics.com/instagram/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Amp Up Your Ecommerce: 7 Tactics to Boost Average Order Value</title>
		<link>http://blog.kissmetrics.com/boost-average-order-value/</link>
		<comments>http://blog.kissmetrics.com/boost-average-order-value/#comments</comments>
		<pubDate>Mon, 07 May 2012 19:35:21 +0000</pubDate>
		<dc:creator>Sean Work</dc:creator>
				<category><![CDATA[Conversion]]></category>

		<guid isPermaLink="false">http://blog.kissmetrics.com/?p=13444</guid>
		<description><![CDATA[Improving the number of conversions and the amount of traffic on your website are powerful weapons in your marketing arsenal and imperative when growing your revenue. But more often then not, increasing average order value (AOV) is a weapon that gets overlooked and rejected like an ugly duckling. Why Should You Try To Increase Your [...]]]></description>
			<content:encoded><![CDATA[<p>Improving the number of conversions and the amount of traffic on your website are powerful weapons in your marketing arsenal and imperative when growing your revenue. But more often then not, increasing average order value (AOV) is a weapon that gets overlooked and rejected like an ugly duckling.</p>
<h2>Why Should You Try To Increase Your AOV?</h2>
<p>For most ecommerce operators, the reasons for increasing AOV are pretty obvious. However, arguments can be made for focusing on increasing your traffic instead of increasing your AOV. These arguments really depend on how far along you are on your business building timeline and probably should be discussed in another post.</p>
<p>On to the reasons why you want to increase your AOV:</p>
<ul>
<li>It can be a quicker way to increase your cash flow. And as we all know a healthy cash flow is a sign of a healthy business.</li>
<li>Considering the increased frequency of search engine algorithm updates these days, betting on the chance that you will be able to increase traffic might prove to be more difficult.</li>
<li>Acquiring traffic usually has a cost attached to it, where increasing your AOV could be as simple as installing a simple plugin for your shopping cart.</li>
<li>If any of your traffic sources disappear for any reason, you&#8217;ll be in a much better position if you have improved your AOV beforehand.</li>
</ul>
<p>This post will cover <strong>7 simple tactics</strong> that you can implement on your site and also some tips on how to take to these concepts further.</p>
<h2>1. Bundles &amp; Saving Packs</h2>
<p>Bundles are about providing the user with a bargain for <strong>multiple complementary products</strong> and to increase the amount spent in one order. Let’s imagine you own a pet store and sell baby kittens (that cost $100) for a living. </p>
<p>You also sell kitten food, litter trays, and food bowls. Imagine all those products add up to $50. Instead of the user going to supermarkets to buy all those peripherals you could just <strong>bundle them together</strong> for $40 and call it a Kitten Starter Pack.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/kitten-starter-pack.jpg" alt="kitten starter pack" title="" width="652" height="320" class="aligncenter size-full wp-image-13450" /></p>
<p>By bundling our products we push AOV from <strong>$100 to $140</strong> and provide a cost saving to the customer of $10, a 20% discount.</p>
<p><strong>Take the concept further:</strong> Allow a user to personalise their bundles. For example have a <strong>mix and match option</strong> providing the user with the ability to choose and select exactly what they want.</p>
<h2>2. Free Delivery Thresholds</h2>
<p>For most retailers, free delivery can be quite a difficult challenge financially. Setting free delivery over a certain threshold can solve this problem. </p>
<p>For example, if you notice that people on your site spend around $30 and if delivery costs you $3.00, then try setting free delivery at $40. For this to work effectively you need to display the required amount needed to get free delivery. </p>
<p>Going back to our pet store example: if a user adds dog food to their basket worth $33.50 then show a message such as:  <strong>“spend another $6.50 to get free delivery”</strong>. Then combine this with relevant upsells and cross sells that help take the users basket to the free delivery amount and you will see an increase in your AVO.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/active-spend-more-free-shipping.png" alt="active spend more free shipping" title="apmfs" width="652" height="267" class="aligncenter size-full wp-image-13488" /></p>
<p align="center"><i><a href="http://www.activerideshop.com" rel="nofollow">Active Ride Shop</a> gives a little nudge by telling the customer what they need to spend to get free shipping.</i></p>
<p><strong>Take the concept further:</strong> By packaging <strong>free delivery as a product</strong> (for example get <strong><em>“free delivery for 1 year only $14.95”</em></strong>). <a href="http://www.asos.com/pgehtml.aspx?cid=8962">ASOS</a> does this really well. This acts as a bolt on for most purchases. It also increases the likelihood of repeat purchases throughout the year and moves retail sales from a single purchase to an incentivised income stream, as users want to make the most of their free delivery.</p>
<h2>3. Donations</h2>
<p>Another technique is to donate a percentage of profits to a charity. Show a cost breakdown at the basket page showing how much is donated to charity vs. how much you actually pay. For example, if a percentage of the order went to Cancer Research or <a href="http://www.oxfam.org/">Oxfam</a>, people are likely to spend more as they are enticed by the fact that a proportion of it goes to charity.</p>
<p><a href="http://www.toms.com/"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/toms-shoes-donations.jpg" alt="toms shoes donations" title="tsd" width="652" height="263" class="aligncenter size-full wp-image-13481" /></a></p>
<p align="center"><i>Toms Shoes takes this donation technique to another level, where donations have been integrated into their business model since day 1.</i></p>
<p><strong>Take the concept further:</strong> Sponsor a charity that is <strong>seasonal</strong>, for example Comic Relief or Red Nose Day (if those are the <strong>trending events</strong>). By targeting a charity that is currently trending, we increase the effectiveness of this tactic &#8211; i.e. the likelihood to increase extra spend and gain some good PR.</p>
<h2>4. Bolt-Ons</h2>
<p>According to <a href="http://www.predictiveintent.com/nuwear-cs/#.TwsdHiMzVJE">PredictiveIntent’s</a> case study, upselling on ecommerce sites perform <strong>20 times better</strong> relative to cross selling. However this does not mean cross selling is dead. Cross selling is still a great way to increase AOV and revenue. For example you could offer a user the chance to add a product for another person. <a href="http://www.interflora.co.uk/">Interflora</a> does this really well and also allows users to add extras to their order en route to and from the basket page.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/interflora.jpg" alt="interflora product page" title="ipp" width="652" height="398" class="aligncenter size-full wp-image-13453" /></p>
<p>Targeting the <strong>relevant cross sells and upsells</strong> is imperative when making it a success. For example, beauty retailers such as <a href="http://www.theperfumeshop.com/pws/Home.ice">The Perfume Shop</a> add <strong>gift wraps and bags</strong> to increase their AOV. By staying relevant they save the user time when looking for a gift bag. Although these are simple techniques, they can be quite effective, especially during Christmas seasons.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/the-perfume-shop.jpg" alt="the-perfume-shop upsell" title="tps" width="652" height="447" class="aligncenter size-full wp-image-13455" /></p>
<h2>5. Cashback Techniques</h2>
<p>Cash back in the form of gift cards or vouchers such as <strong>“Free $10 voucher on your next purchase when you spend $40”</strong> can really boost AOV and repeat purchases. You can also build partnerships with other companies which allow gift cards or vouchers to be redeemed at several companies such as <strong>“$50 off at CrazyEgg &amp; KISSinsights”.</strong></p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/crazy-discount.png" alt="crazy-discount" title="crazy-discount" width="652" height="225" class="aligncenter size-full wp-image-13493" /></p>
<p><em>(One of the gifts on my birthday wishlist…) * Note: the above gift card is only an example and does not exist.</em></p>
<p><strong>Refer a friend</strong> programs are really good at increasing site conversion. If a user refers a friend they get cash back usually in the form of a voucher and the company gets a new sale.</p>
<h2>6. Displaying Cost Savings</h2>
<p><strong>Revealing the cost savings</strong> on a product when a user buys more than 1 item can boost average order value as there is an incentive to save when purchasing in bulk.</p>
<p>For example:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="161" align="center"><strong>Buy More</strong></td>
<td valign="top" width="102" align="center"><strong>Save More</strong></td>
</tr>
<tr>
<td valign="top" width="161" align="center"><strong>1</strong></td>
<td valign="top" width="102">
<p align="center">$16.45</p>
</td>
</tr>
<tr>
<td valign="top" width="161" align="center"><strong>2</strong></td>
<td valign="top" width="102">
<p align="center">$16.00</p>
</td>
</tr>
<tr>
<td valign="top" width="161" align="center"><strong>3+</strong></td>
<td valign="top" width="102">
<p align="center">$15.80</p>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>If you buy one then it costs you $16.45 as opposed to buying 3 which reduces price to $15.80 providing a cost saving when more than 1 item is bought.</p>
<h2>7. Gamification</h2>
<p>Gamification techniques can be used to increase average order value and a recent example of this is the <a href="http://monopoly.mcdonalds.co.uk/">McDonalds Monopoly Campaign UK</a>.</p>
<p><a href="http://monopoly.mcdonalds.co.uk/"><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/mcdonalds-monopoly-campaign.jpg" alt="mcdonalds monopoly campaign" title="mmc" width="652" height="350" class="aligncenter size-full wp-image-13458" /></a></p>
<p>How it works: a user peels off a prize from their meal to get a monopoly piece/ instant prize and can then collect property sets to win big prizes. McDonalds includes more stickers on their <strong>larger meals</strong> to entice people to spend extra on larger meals. This increases AOV but also increases the likelihood of a returning visit. This campaign combines a lot of persuasive techniques which unfortunately worked on me.</p>
<p><strong>Take the concept further:</strong> By framing the different stickers to the different meals you can increase value of the rewards and move the purchasing decision away from <strong><em>“should I buy?”</em></strong> to <strong><em>“which one should I buy?”</em></strong></p>
<table summary="Gamification and Price Framing Technqiues" border="1" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td valign="top" width="161"></td>
<td valign="top" width="102" align="center"><strong>Medium Meal</strong></td>
<td valign="top" width="85" align="center" bgcolor="YELLOW"><strong>Large Meal</strong></td>
<td valign="top" width="123" align="center"><strong>Super Large Meal</strong></td>
</tr>
<tr>
<td valign="top" width="161" align="center"><strong>Number of stickers</strong></td>
<td valign="top" width="102">
<p align="center">1</p>
</td>
<td valign="top" width="85" bgcolor="YELLOW">
<p align="center">2</p>
</td>
<td valign="top" width="123">
<p align="center">3</p>
</td>
</tr>
<tr>
<td valign="top" width="161" align="center"><strong>Chance of winning instant prize</strong></td>
<td valign="top" width="102">
<p align="center">5%</p>
</td>
<td valign="top" width="85" bgcolor="YELLOW">
<p align="center">25%</p>
</td>
<td valign="top" width="123">
<p align="center">30%</p>
</td>
</tr>
<tr>
<td valign="top" width="161" align="center"><strong>Additional Cost $</strong></td>
<td valign="top" width="102">
<p align="center">$0</p>
</td>
<td valign="top" width="85" bgcolor="YELLOW">
<p align="center">$0.30p</p>
</td>
<td valign="top" width="123">
<p align="center">$1.00</p>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>For example: Ignoring user income levels, the “large meal” seems to offer more value for money. This idea can be applied to almost any product. By combining gamification and price framing techniques we can make additional spending more lucrative and also demonstrate the value to the user.</p>
<h2>Conclusion</h2>
<p>Implementing these tactics on your site obviously depends on your ecommerce solution. Many shopping cart systems have plugins and add-ons to include these features during the shopping process. However, if you&#8217;re cart was built from scratch, you&#8217;ll need to reach out to your developers to create the appropriate solutions.</p>
<p>These tactics are also not limited to ecommerce websites. Subscription based businesses can incorporate some of the same ideas to increase their cash flow as well.</p>
<p><i>Do you have any awesome ideas on how to increase average order value? Please share them in the comments below:</i></p>
<p><strong>About the Authors:</strong> </p>
<p>Fabian Alvares is CRO Analyst at <a href="https://seogadget.co.uk/">SEOgadget</a>, and works with companies in Retail, Finance and Data Services. You can follow him on Twitter <a href="http://twitter.com/#%21/panduuf">@panduuf</a></p>
<p>Sean Work is the Director of Marketing at KISSmetrics. Follow him on Twitter <a href="http://twitter.com/seanvwork">@seanvwork</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kissmetrics.com/boost-average-order-value/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Why You Shouldn&#8217;t Set Pageviews and Time on Site as Goals in Google Analytics</title>
		<link>http://blog.kissmetrics.com/pageviews-time-on-site/</link>
		<comments>http://blog.kissmetrics.com/pageviews-time-on-site/#comments</comments>
		<pubDate>Fri, 04 May 2012 18:12:26 +0000</pubDate>
		<dc:creator>Lars Lofgren</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://blog.kissmetrics.com/?p=13399</guid>
		<description><![CDATA[Nearly every site out there has a pageview and time on site goal enabled. They’re easy to set up and they make us feel great. We can say that our site has a 55% goal conversion rate just by enabling these two goals. We’re measuring engagement (like everyone says we need to) and we have [...]]]></description>
			<content:encoded><![CDATA[<p>Nearly every site out there has a pageview and time on site goal enabled. They’re easy to set up and they make us feel great. We can say that our site has a 55% goal conversion rate just by enabling these two goals. We’re measuring engagement (like everyone says we need to) and we have a super high conversion rate. We must be doing a fantastic job.</p>
<p>Technically, Google Analytics pages/visit and visit duration goals do allow you to measure the engagement of your site. <b>The problem is that we don’t know what KIND of engagement.</b></p>
<p>Let’s say someone visits 10 pages on your site. That’s a good thing right? Maybe. What if they were clicking all over your site trying to find something, couldn’t, and got so fed up with you that they left in a terrible mood? That’s <i>bad engagement</i>.</p>
<p>When we track these metrics with Google Analytics goals, we don’t know if we’re making things worse or better. In most cases, they provide zero value.</p>
<p>You might argue that while these goals don’t have much value, they’re not hurting anyone. But they are. <b>These goals get rolled into every aggregate goal conversion rate</b> in your reports and make it harder for you to figure out what’s working. <b>At best, they’ll waste your time. At worst, they’ll lead you to the wrong conclusions.</b></p>
<h2>The Cost of a Useless Goal</h2>
<p>Having more goals is not necessarily a good thing. The more goals we have, the harder it is to focus on the goals that actually matter (revenue, leads, account creations, etc.).</p>
<p>When you have goals that don’t track critical outcomes of your business, some metrics and reports in Google Analytics become worthless.</p>
<p>For example, take the Goal Overview report. Since Google Analytics compiles all of your goals into a single conversion rate, you’ll have to drill deeper into the reports just to get a sense of what’s working. In other words, the at-a-glance metrics that are supposed to help you no longer do so.</p>
<p>This is the Goals Overview Report with pages/visit and visit duration goals activated:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/Goals_Overview_Google_Analytics.png" alt="Goals Overview Google Analytics" title="goga" width="652" height="477" class="aligncenter size-full wp-image-13406" /></p>
<p>The pages/visit and visit duration goals account for 95.6% of the total goal completions in this report. If goals go up, we might be doing a better job with engagement and delighting our customers. Or we might be frustrating them to no end. There’s no way to tell.</p>
<p>Since pages/visit and visit duration goals don’t tell us anything about our business, the majority of this data set isn’t useful. That means we have absolutely no idea how our business is doing without looking at other goals individually.</p>
<p>With the other goals being such a small percentage of the total goals (less than 5%), we can’t even begin to see how they impact our business.</p>
<p>These items from the Goals Overview Report are now worthless:</p>
<ul>
<li>The Graph</li>
<li>Total Goal Completions</li>
<li>Conversion Rate</li>
<li>Abandonment Rate</li>
</ul>
<p>We could drill down into each individual goal. But we can no longer get a quick overview of our critical goals. At least not easily. If you’re super motivated, you could apply advanced segments or build a custom report. But it’s faster and easier to not apply pages/visit and visit duration goals in the first place.</p>
<p>If you keep your goal data clean by only including essential goals for your business, you can get an accurate overview of how your business is doing whenever you want.</p>
<p>Now, there are two exceptions to this: support and advertising sites.</p>
<h2>Exception #1: Support Sites</h2>
<p>What’s the primary purpose of any support site? To help visitors find the information they’re looking for as fast as possible. People rarely go to support sites for fun. They arrive because they have a problem. And the faster you provide the answer, the happier the visitor becomes.</p>
<p>You want the visitor to spend as little time on your support site as possible.</p>
<p>So one of your goals is to reduce the number of pages people need to view before they leave. You also want to reduce the amount of time they spend on your site. Pages/visit and visit duration goals sound perfect for this.</p>
<p>Here’s how you set them up.</p>
<h3>How to Define Goals for Support Sites</h3>
<p>Most pages/visit and visit duration goals set a minimum threshold for how many pages or minutes trigger the goal. When people view more pages per visit, conversions go up. We’ll do the opposite and set a maximum threshold. Now when people view FEWER pages, conversions go up. Our priority is to increase the number of people that reach the goal.</p>
<p>So if we set a pages/visit goal to less than 5 pages, the goal will trigger every time a visitor leaves before loading a 5th page.</p>
<h3>Visit Duration Goal</h3>
<p>To start setting up your visit duration goal:</p>
<ol>
<li><strong>1.</strong> Go to your Google Analytics standard reports</li>
<li><strong>2.</strong> Click on the &#8220;Admin&#8221; button in the top right</li>
<li><strong>3.</strong> Click on &#8220;Goals&#8221;</li>
<li><strong>4.</strong> From one of the Goal sets, click “+ Goal” (goal sets are just a way for you to easily group goals) to set up a new goal.</li>
<li><strong>5.</strong> Name your goal and select “Visit Duration”</li>
</ol>
<p>For the name, I recommend included the amount of time for your goal in the goal name so it’s very easy for you to remember what the threshold is.</p>
<p>Pick a length of time that 25-50% of your audience will hit. It’s not important to have the perfect amount of time; you simply want to establish a benchmark. So if 50% of your visitors spend more than 5 minutes on your site, that’s your starting point. A benchmark of 40% spending more than 6 minutes works just as well. Don’t get caught up in absolute numbers, just figure out where you are so you can start moving the needle in the right direction.</p>
<p>Make sure you select “less than” for the Condition, then enter in the time you want. If you don’t know what where to start, plug in 5 minutes.</p>
<p>In general, you won’t define a goal value for visit duration goals. For the lowdown on Google Analytics goal values, check out <a href="http://blog.kissmetrics.com/google-analytics-goal-values/">this KISSmetrics post</a>.</p>
<p>When you’re all set, you’ll have a Google Analytics goal that looks like this:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/Support_Site_Visit_Duration_Goal_Google_Analytics.png" alt="Support Site Visit Duration Goal Google Analytics" title="ssvdgga" width="652" height="500" class="aligncenter size-full wp-image-13408" /></p>
<p>When tracking this goal (or any time on site metric), be careful about focusing on the actual amount of time people spend on your site. Visit duration will never be a good way to measure engagement accurately because of how time on site is calculated. Google Analytics only calculates time when a page loads. So if a visitor goes to two pages, it can figure out how much time was spent on the first page. But Google Analytics doesn’t know how much time the visitor spent on the second page unless that visitor goes to a third.</p>
<p>Essentially, Google Analytics has no idea how much time your visitors spend on the last page of their visit and assumes they didn’t spend any time at all there. So time on site metrics and visit duration goals are artificially low. Don’t focus on the actual number, focus on how that number changes over time.</p>
<h3>Pages/Visit Goal</h3>
<p>Instead of picking “visit duration” when setting up a new goal, choose “Pages/Visit.”</p>
<p>Just like your visit duration goal, don’t worry about the exact number. Simply set a maximum threshold that will be triggered by a good chunk of your visitors. It doesn’t matter what the exact number is, you just need a place to start from.</p>
<p>Choose “Less than” for the condition and define the pages you want (5 pages is a good starting point). Unless you have a REALLY good reason to set a <a href="http://blog.kissmetrics.com/google-analytics-goal-values/">goal value</a>, leave it blank.</p>
<p>You’ll have a pages/visit goal that looks like this:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/Support_Site_Pages_Per_Visit_Goal_Google_Analytics.png" alt="Support Site Pages Per Visit Goal Google Analytics" title="ssppvgga" width="652" height="647" class="aligncenter size-full wp-image-13409" /></p>
<p>WARNING: Be careful with this goal on any site that uses virtual pageviews heavily. Remember, virtual pageviews allow you to force a pageview into Google Analytics whenever you want. And if you use them frequently, the vast majority of your visitors will start to hit your pages/visit goal. Either use restraint with virtual page views or set your pages/visit goal MUCH higher.</p>
<h3>3 Strategies for Lowering Pages/Visit and Time on Site</h3>
<p><strong>Simplify Navigation:</strong> Look for ways to eliminate and condense items in your navigation. If you don’t know where to start, use heatmaps (<a href="http://www.crazyegg.com/">CrazyEgg</a> is a great choice) to figure out which elements in your navigation aren’t used at all. Then merge those elements into other areas of your site or get rid of them altogether. Also consider replacing them with other content that your visitors find more valuable.</p>
<p><strong>Clear and Concise Copy:</strong> Every word on your site should be super clear. Avoid cute copy which tends to confuse people. When your visitors know exactly what to expect from each page on your site, they’ll find what they’re looking for much faster.</p>
<p><strong>Better Internal Search Engine:</strong> Most internal search engines are terrible. Test yours out and see how well it pulls results. If it can’t give great results for common search terms that directly relate to your content, start shopping around for a new internal search engine.</p>
<h2>Exception #2: Advertising Sites</h2>
<p>If you sell ad space on your site, you live and die on one of two metrics. Click-throughs or pageviews.</p>
<p>If you sell by the pageview, your entire business model is based on increasing your visitors and increasing pages/visit. In this case, a pages/visit goal makes a lot of sense. The more pages you serve, the more impressions you have, and the more money you make.</p>
<p>So let’s get to it.</p>
<h3>How to Define Goals for Advertising Sites</h3>
<p>Go ahead and log into Google Analytics, head to your goals in the admin area, and pick the pages/visit goal.</p>
<p>Since you sell ad space by impressions or clicks, time on site goals won’t give you any value. Focus on pages/visit goals.</p>
<p>Just like the support site, you’re going to set up a pages/visit goal that a portion of your audience already reaches. Once you’ve established a benchmark, try to increase it.</p>
<p>Set the condition as “Greater than” and pick the number of pages you want as a threshold. Most sites use 5.</p>
<p>Then you’ll get a fancy schmancy goal that looks like this:</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/Ad_Site_Pages_Per_Visit_Goal_Google_Analytics.png" alt="Ad Site Pages Per Visit Goal Google Analytics" title="asppvgga" width="652" height="647" class="aligncenter size-full wp-image-13410" /></p>
<p>What if you sell ads based on clicks? You’ll have to take a different route altogether if you want better data.</p>
<p>Abandon pages/visit goals and track your ad clicks with events. Then set up event goals and use event values or goal values to track your revenue. This will track individual clicks on your ads.</p>
<p>Tracking individual clicks will definitely give you better data since you can set specific goal values for each ad. You’ll have reliable revenue data in your Google Analytics reports. But it’s also much more difficult to set up because you’ll need to add onclick event tracking using JavaScript.</p>
<p>Check out Google’s <a href="https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide">Event Tracking Guide</a> along with KISSmetrics&#8217; posts on <a href="http://blog.kissmetrics.com/google-analytics-goal-values/">Goal Values</a> and <a href="http://blog.kissmetrics.com/critical-goal-types/">Goal Types</a> for a complete overview of all this.</p>
<h2>Avoiding Goals Altogether</h2>
<p>Even if you have a support site or you sell ad space, you have the option of not configuring goals in the first place. Instead, you can grab the site-wide time on site or pages/visit metrics each month and put them into an Excel spreadsheet. Over time, you’ll be able to judge whether or not you’ve been going in the right direction.</p>
<p>If you’re tracking other goals like newsletter sign ups or ecommerce transactions, this is probably your best bet. It’ll keep your goal data clean and allow you to track user engagement over time.</p>
<h2>Bottom Line</h2>
<p>Unless you have an advertising-based business model or a support site. You should never ever have visit duration or pages/visit goals in Google Analytics. They’ll get in your way and prevent you from focusing on data that matters.</p>
<p>Instead, focus on goals that help you track any of these items:</p>
<ul>
<li>Transactions</li>
<li>Leads</li>
<li>Account Creation</li>
<li>Downloads (software or PDFs)</li>
<li>Upgrades</li>
<li>Newsletter Sign Ups</li>
</ul>
<p>Think I’m wrong? Give it to me straight and we’ll duke it out in the comments! The winner gets crowned Analytics Champion of the Intrawebs.</p>
<p><strong>About the Author:</strong> Lars Lofgren is the KISSmetrics Marketing Analyst and has his Google Analytics Individual Qualification (he’s certified). Learn how to grow your business at his <a href="http://larslofgren.com/">marketing blog</a> or follow him on Twitter <a href="http://twitter.com/LarsLofgren">@larslofgren</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kissmetrics.com/pageviews-time-on-site/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Help Your Website Sell More: 11 Overlooked Page Elements That Drive Online Sales</title>
		<link>http://blog.kissmetrics.com/help-your-website-sell/</link>
		<comments>http://blog.kissmetrics.com/help-your-website-sell/#comments</comments>
		<pubDate>Thu, 03 May 2012 18:27:37 +0000</pubDate>
		<dc:creator>Sean Work</dc:creator>
				<category><![CDATA[Conversion]]></category>

		<guid isPermaLink="false">http://blog.kissmetrics.com/?p=13341</guid>
		<description><![CDATA[The product page may be the most important page on your website. It’s the point at which the user decides whether they’re buying or walking. And while the shopping cart gauntlet looms beyond, the product page is where the magic of an ecommerce sale begins. The thing with product pages, however, is they’re part basics [...]]]></description>
			<content:encoded><![CDATA[<p>The product page may be the most important page on your website. It’s the point at which the user decides whether they’re buying or walking. And while the shopping cart gauntlet looms beyond, the product page is where the magic of an ecommerce sale begins. The thing with product pages, however, is they’re part basics and part nuance. More importantly, it’s often these nuances that are overlooked, and can kill the conversion rate of your product page.</p>
<p>In this post we look at eleven often overlooked page elements that can be the secret heroes of your conversion success story. Forget these eleven, and you can forget about a website that really drives revenue.</p>
<h2>Element #1 &#8211; Clear, Differentiated Pricing Information</h2>
<p>Have you ever checked out a product online and been unsure what the difference between the Silver and Gold plans were? Did Pro seem a little too much like Basic? Without pricing tables or pages that create a clear difference in value between product options you’re not going to sell much of either.</p>
<p>So how does one go about differentiating their product SKUs and service tiers? The most effective methods can be boiled down to a simple philosophy &#8211; <b>focus on the benefits, instead of features, and highlight the differences</b>. The best pricing tables allow you to quickly ascertain the value you’ll personally get out of each option, and discern the differences between each, rather than get bogged down squinting at <a href="http://quickbooksonline.intuit.com/finance-accounting-solutions/">row upon row of checkmarks</a>.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/1.png" alt="Screenshot of Launchlist’s pricing table" title="1" width="652" height="362" class="aligncenter size-full wp-image-13347" /></p>
<p>A great example of clear pricing information can be seen at <a href="http://launchlist.net/sign-up">Launchlist</a> &#8211; each tier of the service has its own personality, and it’s easy to see the differences between the feature set of each package.</p>
<h2>Element #2 &#8211; Customer Confidence</h2>
<p>Despite the fact that so many transactions are carried out online, the lack of personal interaction in this medium means that even the smallest thing that’s out of place on your ecommerce pages can rapidly erode customers’ trust in your product and business.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/2a.png" alt="secure webpage icon" title="2a" width="652" height="315" class="aligncenter size-full wp-image-13350" /></p>
<p>There are many ways to build this trust though, and almost all are fairly easy to implement. For instance, if you use an SSL certificate to secure your transactions (and you really, really should be if you’re processing credit card info), show it! Many consumers know to check for secure web pages when proceeding with a purchase, so they’ll be looking for that all-important padlock icon.</p>
<p><a href="http://www.inc.com/barry-farber/online-retail-build-customers-trust.html">Clearly articulate your refund policy upfront</a>, so your customers can buy knowing that they have recourse if things don’t go according to plan. List an actual phone number and address. Or even <a href="http://olark.com/">offer live chat on your site</a>, to help address pre-sales questions one-on-one.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/2b.png" alt="" title="2b" width="652" height="315" class="aligncenter size-full wp-image-13351" /></p>
<p>Finally, <a href="http://www.dtelepathy.com/blog/articles/building-lasting-relationships-with-clients-by-setting-expectations">set expectations</a> as to when and how customers will hear back from you. It’s a simple thing to communicate, but goes a long way towards preventing people from feeling like they’ve been left hanging, not knowing whether their questions have been received.</p>
<h2>Element #3 &#8211; Unconventional Social Proof</h2>
<p>It’s no secret that social proof helps drive conversions and sales, but it often takes the form of TechCrunch logos and endorsements from celebs or, *gasp*, web-celebs.</p>
<p>Take the road less-travelled with your social proof: use real people in your testimonials and images, skip the logo pond and share one key case study or client anecdote.</p>
<p><a href="http://www.dtelepathy.com/blog/articles/how-to-use-social-proof-to-drive-sales">Incorporating social proof into your product pages</a> is a way to complement and reinforce the positive influences on your visitors for a given product. It can take many forms, ranging from customer testimonials, to star ratings, to simply exposing the number of units of that particular product left in your inventory.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/3.png" alt="netflix review" title="3" width="652" height="311" class="aligncenter size-full wp-image-13354" /></p>
<p>Netflix is famous for their <a href="http://www.wired.com/techbiz/media/magazine/16-03/mf_netflix">movie ratings algorithm</a>, which crowdsources members’ ratings as a whole, and uses it to predict a personalized rating for each subscriber. There’s something undeniably compelling about knowing that a particular movie is likely to be one you really enjoy, based not only on previous movies you’ve personally watched, but also because other members with tastes similar to your own loved it too.</p>
<h2>Element #4 &#8211; Tell Me And Show Me</h2>
<p>Too many product pages provide too little insight into what the customer is actually buying. This is particularly true of software product pages &#8211; if you’re selling a piece of software, show it in action via a demo. The most exemplary cases of this are often seen “eating their own dog food,” i.e. use the function of the product to sell itself.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/4.png" alt="Joyride experience on header and throughout page" title="4" width="652" height="373" class="aligncenter size-full wp-image-13355" /></p>
<p>Take a look at the wonderful product tour for <a href="http://www.zurb.com/playground/jquery-joyride-feature-tour-plugin">Joyride</a> &#8211; a plugin meant for building product tours. Immediately, they’ve communicated the core benefit of their product by using the product’s function itself to demonstrate just how well it helps to guide users through a tour.</p>
<h2>Element #5 &#8211; Get Ready For Your Close-Up</h2>
<p>Sure, most product pages have a nice big image of the item in question. But what if you want to see the back of it? The underside? What if the detailed stitching pattern is what’s important to me as a customer? Ask yourself, “How can I get close up and personal with the product to really experience it before I buy?”</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/5.png" alt="multiple product shot interface - Park &amp; Bond" title="5" width="652" height="358" class="aligncenter size-full wp-image-13356" /></p>
<p>Offering a good selection of images for tangible products allows your visitors to get as close to touching and getting familiar with a product as digitally possible. Best-in-class online retailers like <a href="http://www.parkandbond.com/product/124861547"> Park &amp; Bond</a>, and <a href="http://fab.com/">Fab.com</a> take this philosophy a step further, allowing visitors to zoom in super-close on each of a variety of artfully-shot high-res images for each product.</p>
<h2>Element #6 &#8211; Choices, Choices, Choices!</h2>
<p>Similar to the point about showing multiple product images, an element that’s often neglected is showcasing variations of a product. For example, is there a version of the product with a special attachment? Do some models come with a telescoping arm, or are there different materials and finishes available to choose from?</p>
<p>Remember that the image(s) you put on your product page are all the customer has to go on when making their decision, so if they can’t view the exact item they’re looking to get, they may have some trepidation in going through with the transaction.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/6.png" alt="Zappos Color Picker" title="6" width="652" height="357" class="aligncenter size-full wp-image-13359" /></p>
<p><a href="http://www.zappos.com/product/7617195/color/329492">Zappos</a> understands this point well, so they make sure not only to show lots of images of the products (from almost every conceivable angle), but they also show every available color combination for each pair of shoes. They even allow you to sign up for a notification email if you don’t see a particular color combination that you’re looking for &#8211; that way, even if they don’t get the sale now, they can at least contact you if they do eventually stock those fabulous neon pink Chucks that you have your heart set on.</p>
<h2>Element #7 &#8211; Invest In The Writing</h2>
<p>One staple of the typical product page is the features and details section. Often, most stores will simply list off points in a clutch of bullet points and call it a day. Yawn.</p>
<p>Rote listings put the burden on the visitor to determine what the actual benefits are of the product in question. You end up <b>making them do the heavy intellectual lifting</b> as the responsibility falls to them to compare and contrast the feature sets of your product with your competitors’.</p>
<p>Honing in on the true benefits of your product is more helpful, as it addresses the most important question in the visitors’ mind: why should I buy this? This is accomplished with good copywriting on the product page. A well-written blurb of copy can help make a product stand out, as well as even entertain your visitors.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/7.png" alt="Thinkgeek blurb" title="7" width="652" height="347" class="aligncenter size-full wp-image-13360" /></p>
<p>Don’t believe that the copy is worth investing in? Groupon, with its brain-meltingly huge IPO last year, distinguishes its offers by <a href="http://www.nytimes.com/2011/05/29/business/29groupon.html?pagewanted=all">hiring teams of aspiring comedians</a> to write the copy. Thinkgeek also takes care to infuse each and every product listing with <a href="http://www.thinkgeek.com/geektoys/plush/bb2e/">spirited copy that entertains</a> its discerning target audience.</p>
<h2>Element #8 &#8211; Page Loading Speed</h2>
<p>Funny enough, one element that frequently gets overlooked in the design of product pages isn’t even on the page &#8211; at least, not visibly. The speed with which a page loads can be a <a href="http://blog.kissmetrics.com/loading-time/">critical determining factor</a> as to whether your visitor lays down their credit card, or decides to bail completely. This means it pays to keep load speed in mind when designing your product pages, especially if you’re planning to have a lot of large images, rich interactivity or other media.</p>
<p>According to a recent study, users make up their minds about a website in <a href="http://www.sciencedaily.com/releases/2012/02/120216094726.htm">less than 3 seconds</a>, which means that the longer you make them wait for the page to load, the less of a chance they’ll likely give you to capture their attention. Don’t keep them waiting too long!</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/8.png" alt="amazon product page" title="8" width="652" height="300" class="aligncenter size-full wp-image-13361" /></p>
<p>The big daddy of online retailers, Amazon, has <a href="http://www.amazon.com/ThinkGeek-Caffeine-Molecule-Mug/dp/B003X3NBVG/ref=sr_1_cc_2?s=aps&amp;ie=UTF8&amp;qid=1335158416&amp;sr=1-2-catcorr">product pages that load incredibly fast</a> &#8211; an absolute must, when a delay of even a couple of seconds means thousands of lost potential customers.</p>
<h2>Element #9 &#8211; A Clear Next Step</h2>
<p>This should be the biggest no-brainer in the history of the Internet, but too many product pages clutter up their pages with excessive calls to action. View customer photos, view pricing, view our knowledgebase, get customer support, talk to a representative, read reviews. Without good design, these calls to action all blend into a confusing mess, and make your user feel like they’ve just been blindfolded and spun around. Now, which way to that pinata?</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/9.png" alt="good calls to action" title="9" width="652" height="270" class="aligncenter size-full wp-image-13363" /></p>
<p>While it may be tempting to utilize your product page with many actionable next steps as possible, remember that focus and clarity is the key to truly guiding your user to your main conversion goal. Typical methods for <a href="http://www.smashingmagazine.com/2009/10/13/call-to-action-buttons-examples-and-best-practices/">designing a good call to action</a> include using high-contrast buttons, treatments or callouts that are unique to the overall design of the page, as well as giving the actionable elements plenty of breathing room to make them stand out.</p>
<h2>Element #10 &#8211; The Soft Sell</h2>
<p>Is your product all or nothing? If you’re selling software or a service without a soft sell opportunity you’re missing out on conversions. Can you give away a free trial? A free month of service? Can visitors set up a free account, download the software for free and activate later, or play with a demo version (also sometimes known as a sandbox)?</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/10.png" alt="trial offer in addition to normal sell" title="10" width="652" height="120" class="aligncenter size-full wp-image-13364" /></p>
<p>Often times, users might not be willing to make the commitment in buying your product right away. Therefore, you need to get them hooked with a smaller sell that takes little commitment on their part. By creating steps that extend the relationship and get the user to commit to a smaller action (even if it’s not the ultimate commitment), you’re building the bridge to the ultimate sale.</p>
<h2>Element #11 &#8211; Wayfinding</h2>
<p>Quick, how many steps lie between your product page, and your transaction confirmation page? If you don’t know, then it’s probably too many. A convoluted and laborious funnel is a sure-fire way to kill conversion.</p>
<p>If the customer is on the checkout page, then get them to their final purchase as quickly and efficiently as possible. Don’t make their purchasing effort seem like an arduous journey that can leave them second guessing their purchasing decision along the way.</p>
<p><img src="http://blog.kissmetrics.com/wp-content/uploads/2012/05/11.png" alt="Dollar Shave Club checkout funnel" title="11" width="652" height="300" class="size-full wp-image-13366" /></p>
<p>The <a href="http://www.dollarshaveclub.com/select-blade">Dollar Shave Club</a> has an easy purchase funnel that, once you hit the “select” button to purchase their product, immediately signs you into your account and jumps you to their one page checkout screen. No annoying registration confirmations, no five-step checkouts, just a simple log in and checkout process.</p>
<p>On another note, resist the temptation to distract your users with anything that’ll take them away from your purchasing funnel. Don’t shuttle them off to an obscure part of your site just because they happened to click on one of your recommended similar items. Don’t interrupt them with a link to your latest blog post. You’ve worked hard to get your visitors to this stage, so let them finish the transaction before you take them anywhere else.</p>
<h2>Conclusion</h2>
<p>Product pages can be a delicate dance, where one misstep can cost you the trust of your dance partners, a.k.a. your visitors. Take the time to nail all of these elements though and it’s highly likely you’ll be reaping significantly higher conversion rates as well as enjoying a better bottom line.</p>
<p>What have we missed? Are there any other product page elements you feel don’t get enough attention on most ecommerce sites? Let us know in the comments!</p>
<p><b>About the Author:</b> Jason Amunwa is the Director of Products at digital-telepathy, a <a href="http://dtelepathy.com/">user-experience design studio</a> that created SlideDeck, the <a href="http://slidedeck.com/">WordPress slider plugin</a> that lets you create awesome content sliders in minutes with no code, as well as <a href="http://hellobar.com/">Hello Bar</a> and <a href="http://impress.dtelepathy.com/">Impress</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kissmetrics.com/help-your-website-sell/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

