<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>Tealeaf: Visibility. Insight. Answers.</title>
    
    <link rel="alternate" type="text/html" href="http://tealeaf.typepad.com/blog/" />
    <id>tag:typepad.com,2003:weblog-1235630</id>
    <updated>2009-02-25T10:37:16-08:00</updated>
    
    <generator uri="http://www.typepad.com/">TypePad</generator>
    <link rel="self" href="http://feeds.feedburner.com/typepad/tealeaf/blog" type="application/atom+xml" /><entry>
        <title>The Evolution of the Cookie – Too much of a good thing?</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/tealeaf/blog/~3/hG5EaQQoroE/the-evolution-of-the-cookie-too-much-of-a-good-thing.html" />
        <link rel="replies" type="text/html" href="http://tealeaf.typepad.com/blog/2009/02/the-evolution-of-the-cookie-too-much-of-a-good-thing.html" thr:count="1" thr:updated="2009-05-01T12:51:49-07:00" />
        <id>tag:typepad.com,2003:post-63336413</id>
        <published>2009-02-25T10:37:16-08:00</published>
        <updated>2009-02-25T10:37:16-08:00</updated>
        <summary>Back when I was a kid, “Cookie Wars” meant choosing between Chips Ahoy, Oreo or Hydrox. Being from Baltimore, the clear winner was Berger’s – a local favorite. Nowadays, we have a new cookie battleground, the web browser. Wikipedia HTTP...</summary>
        <author>
            <name>Robert Wenig</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="CTO Chatter" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Customer Experience Management" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Web/Tech" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="application breaking" />
        <category scheme="http://sixapart.com/ns/types#tag" term="application errors" />
        <category scheme="http://sixapart.com/ns/types#tag" term="ASP session state" />
        <category scheme="http://sixapart.com/ns/types#tag" term="customer experience" />
        <category scheme="http://sixapart.com/ns/types#tag" term="HTTP cookie definition" />
        <category scheme="http://sixapart.com/ns/types#tag" term="http cookie limits" />
        <category scheme="http://sixapart.com/ns/types#tag" term="sharing cookies" />
        <category scheme="http://sixapart.com/ns/types#tag" term="shopping carts" />
        <category scheme="http://sixapart.com/ns/types#tag" term="transaction failure" />
        <category scheme="http://sixapart.com/ns/types#tag" term="web cookies" />
        
<content type="html" xml:lang="en-US" xml:base="http://tealeaf.typepad.com/blog/">&lt;p&gt;Back when I was a kid, “Cookie Wars” meant choosing between Chips Ahoy, Oreo or Hydrox. Being from Baltimore, the clear winner was Berger’s – a local favorite.&lt;/p&gt;&lt;p&gt;Nowadays, we have a new cookie battleground, the web browser.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://en.wikipedia.org/wiki/HTTP_cookie" target="_blank" title="HTTP Cookie Definition"&gt;Wikipedia HTTP Cookie Definition&lt;br&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;HTTP cookies, more commonly referred to as Web cookies, tracking cookies or just cookies, are parcels of text sent by a server to a Web client (usually a browser) and then sent back unchanged by the client each time it accesses that server. HTTP cookies are used for authenticating, session tracking (state maintenance), and maintaining specific information about users, such as site preferences or the contents of their electronic shopping carts.&lt;br&gt;&lt;br&gt;The term "cookie" is derived from "magic cookie," a well-known concept in UNIX computing which inspired both the idea and the name of HTTP cookies. Tracking cookies track your web browsing habits. They can collect information about pages and advertisements you have seen or any other activity during browsing. Different websites can share tracking cookies, and each website with the same tracking cookie can read the information and write new information into it.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://en.wikipedia.org/wiki/Cookie_Monster" onclick="window.open(this.href,'_blank','scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"&gt;&lt;img align="right" alt="C is for Cookie: wikipedia image" height="200" hspace="8" src="http://upload.wikimedia.org/wikipedia/en/2/26/Album_c_is_for_cookie_cookies_favourite_songs.jpg" title="C is for Cookie: wikipedia image" vspace="8" width="200"&gt;&lt;/img&gt;&lt;/a&gt;“C is for Cookie”&lt;br&gt;&lt;/strong&gt;Everyone loves cookies, the more the merrier – So what’s the fight about?&lt;/p&gt;&lt;p&gt;Everybody is trying to use cookies for different purposes.   In addition to the cookies that are used by mainstream applications for authentication and personalization, cookies are now being set for mash-ups and additional services:  Google Analytics, survey products, chat,  A/B testing , etc.&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 14px; line-height: 17px; "&gt;&lt;span style="line-height: 17px; font-size: 14px; font-family: Arial; "&gt;&lt;span style="font-style: italic;"&gt;So, when your application starts breaking in ways that you can’t understand impacting your site and your customer's experience, start counting your cookies. &lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 15px; font-size: 14px; font-family: Arial; "&gt;&lt;span style="font-style: italic;"&gt;If you are over 15 cookies, start worrying.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://support.microsoft.com/kb/306070" target="_blank" title="Number and size limits of a cookie in Internet Explorer"&gt;Number and size limits of a cookie in Internet Explorer&lt;/a&gt;&lt;/strong&gt; (Microsoft Help and Support)&lt;/p&gt;&lt;p&gt;If a Web application uses more than 19 custom cookies, ASP session state may be lost. Internet Explorer 4.0 and later versions allow a total of 20 cookies for each domain. Because ASPSessionID is a cookie, if you use 20 or more custom cookies, the browser is forced to discard the ASPSessionID cookie and lose the session.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Time for a Diet?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;You are not alone, &lt;a href="http://en.wikipedia.org/wiki/Cookie_Monster" target="_blank" title="Cookie Monster in Wikipedia"&gt;even the Cookie Monster is singing a new tune.&lt;/a&gt; In 2006, in response to concerns over childhood obesity even the Cookie Monster had to change his ways and discuss healthy habits, and in 2007 on a Martha Stewart show Cookies became a “sometimes food”.&lt;/p&gt;&lt;p&gt;-- Robert Wenig, Founder and CTO&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=hG5EaQQoroE:3kn8oj3tmqQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=hG5EaQQoroE:3kn8oj3tmqQ:bcOpcFrp8Mo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=bcOpcFrp8Mo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/tealeaf/blog/~4/hG5EaQQoroE" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://tealeaf.typepad.com/blog/2009/02/the-evolution-of-the-cookie-too-much-of-a-good-thing.html</feedburner:origLink></entry>
    <entry>
        <title>When Good Shopping Carts Go Bad</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/tealeaf/blog/~3/fF0T1lDznb0/when-good-shopping-carts-go-bad.html" />
        <link rel="replies" type="text/html" href="http://tealeaf.typepad.com/blog/2009/02/when-good-shopping-carts-go-bad.html" thr:count="2" thr:updated="2009-02-23T11:42:05-08:00" />
        <id>tag:typepad.com,2003:post-62604333</id>
        <published>2009-02-11T10:44:49-08:00</published>
        <updated>2009-02-11T10:42:45-08:00</updated>
        <summary>It’s no surprise that shopping online is different than buying in ‘the real world’. The differences are endless and the simplest distinction is in the outcome— the conversion rate. Many reports put the average online conversion rate at 2%-3% percent...</summary>
        <author>
            <name>Dave Ewart</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Customer Experience Management" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="cart abandonment" />
        <category scheme="http://sixapart.com/ns/types#tag" term="customer experience" />
        <category scheme="http://sixapart.com/ns/types#tag" term="email abandonment" />
        <category scheme="http://sixapart.com/ns/types#tag" term="online remarketing" />
        <category scheme="http://sixapart.com/ns/types#tag" term="shopping cart remarketing" />
        <category scheme="http://sixapart.com/ns/types#tag" term="site errors" />
        <category scheme="http://sixapart.com/ns/types#tag" term="transaction failures" />
        <category scheme="http://sixapart.com/ns/types#tag" term="understanding online abandonment" />
        
<content type="html" xml:lang="en-US" xml:base="http://tealeaf.typepad.com/blog/">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;div&gt;It’s no surprise that shopping online is different than buying in ‘the real world’.  The differences are endless and the &lt;span style="font-weight: bold;"&gt;simplest distinction is in the outcome— the conversion rate&lt;/span&gt;.&lt;br&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://tealeaf.typepad.com/.a/6a00d8341d71b353ef0105371bee16970b-pi" style="float: right;"&gt;&lt;img alt="Cart-discount" border="0" class="at-xid-6a00d8341d71b353ef0105371bee16970b selected " src="http://tealeaf.typepad.com/.a/6a00d8341d71b353ef0105371bee16970b-800wi" style="margin: 10px 10px 10px 10px;" title="Cart-discount"&gt;&lt;/img&gt;&lt;/a&gt;&#xD;
 &lt;/p&gt;&lt;div&gt;Many reports put the average online conversion rate at 2%-3% percent and the cart abandonment rate above 60%.*  Imagine your local supermarket with half full carts scattered throughout the store, people asking each other for product reviews and opinions, hunting for coupons during checkout. Yikes! But that is today’s self-created online reality.&lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;div&gt;Online channels have historically developed their own set of rules (When was the last time the supermarket asked you to add an item to your cart before you could see the price?) which could be fostering abandonment.  On the upside, these online merchants have options; when people leave items in the cart online there are ways to follow-up in hopes of getting customers to convert.&lt;/div&gt;&lt;br&gt;&lt;blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;&lt;p&gt;&lt;span style="font-size: 14px; font-family: Arial; "&gt;&lt;span style="font-style: italic;"&gt;In the supermarket, if you removed an item at the last minute, or walked away from your cart, you don't expect the cashier to chase you down in the parking lot offering you 10% off if you buy within the next 30 minutes.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;div&gt;&lt;span style="font-weight: bold;"&gt;Enter the world of abandoned cart remarketing&lt;/span&gt;&lt;/div&gt;&lt;div&gt;In the example above, website analytics married to email creates a profitable remarketing opportunity for savvy merchants.  A Google search on “Abandoned Cart Remarketing” will return results featuring  best practices from all the top-tier Email service providers.  I recently sat through an informative workshop outlining the steps to scrape shopping cart data from your web analytics tool, drop in a template, add your incentive code and deliver it to the customer only minutes after they left your site.&lt;/div&gt;&lt;br&gt;&lt;div&gt;The deeper you align your marketing efforts to your individual customer’s behavior, the better your results.  Rich insight leads to campaign modifications that can counter negative behavior and minimize the ‘Pavlovian’ traps that cause shoppers to abandon.&lt;/div&gt;&lt;br&gt;&lt;div&gt;&lt;span style="font-weight: bold;"&gt;But what happens when Good Carts Go Bad?  &lt;/span&gt;&lt;/div&gt;&lt;div&gt;Unlike the Rotisserie infomercial, it’s not “Set it and Forget it”.&lt;/div&gt;&lt;br&gt;&lt;div&gt;Understanding WHY the customer abandoned is critical for honing in on what the best remarketing efforts would be and which could be counterproductive.&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;&lt;p&gt;&lt;span style="font-style: italic; font-size: 14px; font-family: Arial; "&gt;"Do you know what percentage of your abandonment is due to buying behavior and what percentage to transaction failure?"&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;span style="font-weight: bold;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-weight: bold;"&gt;What about the customers who WANT to purchase but your site fails them?&lt;/span&gt;&lt;/div&gt;&lt;div&gt;Let’s see how plays out in the ‘real’ world of online commerce&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&#xD;
&lt;li&gt;Customer attempts to checkout&lt;/li&gt;&#xD;
&lt;li&gt;Site fails the customer (cart issue, site error message, UI issue, 404…)&lt;/li&gt;&#xD;
&lt;li&gt;Customer abandons with items left in the cart&lt;/li&gt;&#xD;
&lt;li&gt;Remarketing kicks in – the customer gets email invite to re-engage, along with a discount&lt;/li&gt;&#xD;
&lt;li&gt;Customer attempts to convert&lt;/li&gt;&#xD;
&lt;li&gt;Site Fails, Again&lt;/li&gt;&#xD;
&lt;/ol&gt;&#xD;
&lt;/div&gt;&lt;div&gt;Ouch, you are now blindly encouraging the failure, customer after customer, putting your brand at risk and you didn’t even see it. Can you think of a worst case scenario?&lt;/div&gt;&lt;br&gt;&lt;div&gt;&lt;span style="font-weight: bold;"&gt;Your Customer‘s Reaction:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&#xD;
&lt;li&gt;After your marketing dollars create demand, they give up on your site and buy from the competition, which is simple online – that competitor is merely a couple clicks away.&lt;/li&gt;&#xD;
&lt;li&gt;They spread the word that your site failed them,  frequently on widely disseminated channels, such as  blogs, review sites or social networks&lt;/li&gt;&#xD;
&lt;li&gt;They unsubscribe from your email list, or even worse mark you as “SPAM” out of anger&lt;/li&gt;&#xD;
&lt;/ol&gt;&#xD;
&lt;/div&gt;&lt;div&gt;That potential  customer who started out trying to give you money has now become a brand liability.  This occurrence in volume can affect your email sender score threatening to send your following campaigns right to the junk/SPAM folder.&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&#xD;
&#xD;
&lt;/ol&gt;&#xD;
&lt;/div&gt;&lt;div&gt;Extreme example? Yes. Possible? Sure.  Pete Blackshaw wrote a book on just the topic, ‘&lt;a href="http://www.tell3000.com/" target="_blank" title="Satisfied Customers Tell 3 Friends Angry Customers Tell 3,000"&gt;Angry Customers tell 3,000&lt;/a&gt;’ and Forbes.com turned the topic and event panel into a 3 minute video, ‘&lt;a href="http://video.forbes.com/fvn/tech/km_spending120108" target="_blank" title="What Happens when Cyber Shoppers Ecounter Problems?"&gt;Cyber Shoppers Complain&lt;/a&gt;’.&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-weight: bold;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-weight: bold;"&gt;Death by 1,000 Cuts&lt;/span&gt;&lt;/div&gt;&lt;div&gt;You have now lost an online sale which could trickle into off-line brand avoidance and with social media influence, potentially impact your ability to attract future customers.  Internally, your email manager is wondering why the opt-out rate is increasing (even with successful opens and clicks) and your line-of-business owner sees high-value customers leaving your database.  Your long-term customer valuation metrics start dipping south and without visibility into the user’s online behavior, everyone starts asking the question, “Why”?&lt;/div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;&lt;span style="font-weight: bold;"&gt;When the sink overflows the first thought might be to grab the towel… You may want to turn the water off first….&lt;/span&gt;&lt;/div&gt;&lt;br&gt;&lt;div&gt;Look hard into your abandonments, meet with your entire marketing team and asking the hard questions, starting with ”Why are people not completing transactions?”.  Discovering, indentifying and fixing these issues will not only improve your overall conversion rate immediately, it will fine tune all associated remarketing efforts.   Your email team will thank you, along with your boss, shareholders and oh… your customers too.&lt;/div&gt;&lt;br&gt;&lt;div&gt;-- Dave Ewart, Director, Online Marketing&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;div&gt;* &lt;a href="http://www.coremetrics.com/downloads/coremetrics-benchmark-industry-report-2008-12-us.pdf" target="_blank" title="Coremetrics Benchmark 2008 December US Retail Report"&gt;Coremetrics Benchmark 2008 December US Retail Report&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=fF0T1lDznb0:fe0abqYwP90:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=fF0T1lDznb0:fe0abqYwP90:bcOpcFrp8Mo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=bcOpcFrp8Mo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/tealeaf/blog/~4/fF0T1lDznb0" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://tealeaf.typepad.com/blog/2009/02/when-good-shopping-carts-go-bad.html</feedburner:origLink></entry>
    <entry>
        <title>What happens when the Web is the only choice?</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/tealeaf/blog/~3/dFhi3BiUfiE/what-happens-when-the-web-is-the-only-choice.html" />
        <link rel="replies" type="text/html" href="http://tealeaf.typepad.com/blog/2009/01/what-happens-when-the-web-is-the-only-choice.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-62036904</id>
        <published>2009-01-28T08:16:51-08:00</published>
        <updated>2009-01-28T08:16:51-08:00</updated>
        <summary>I’ve always been a keen advocate of customer self-service. For most things, I would prefer to get my task (buy, pay, research, gain information) in a quick and efficient manner without relying on anyone else. In today’s harder economic times,...</summary>
        <author>
            <name>Robert Wenig</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="CTO Chatter" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Customer Experience Management" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="customer experience management" />
        <category scheme="http://sixapart.com/ns/types#tag" term="online banking" />
        <category scheme="http://sixapart.com/ns/types#tag" term="online bill pay" />
        <category scheme="http://sixapart.com/ns/types#tag" term="online self-service" />
        <category scheme="http://sixapart.com/ns/types#tag" term="site failure" />
        <category scheme="http://sixapart.com/ns/types#tag" term="tealeaf" />
        
<content type="html" xml:lang="en-US" xml:base="http://tealeaf.typepad.com/blog/">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;I’ve always been a keen advocate of customer self-service. For most things, I would prefer to get my task (buy, pay, research, gain information) in a quick and efficient manner without relying on anyone else.&lt;/p&gt;&lt;p&gt;In today’s harder economic times, this is even more true, especially when the call center is outsourced and I know more about the issue than they do.  But now, I see something different brewing on the horizon.&lt;/p&gt;&lt;p&gt;We take it for granted that sites like eBay and Facebook are web only – i.e. you can only interact via a computer. &lt;/p&gt;&lt;p&gt;At Amazon and Hotels.com – you have a choice, you can either buy directly on the web site, or you can converse with a human. They want your business and created channels to increase conversion.&lt;/p&gt;&lt;p&gt;Amazon is an interesting case. Even if I am not planning to buy a particular item from Amazon, I do my basic market research there. They have great product descriptions and community reviews, which I have come to depend upon.&lt;/p&gt;&lt;p&gt;Nowadays, the airlines want to charge you to speak to a human being. I am okay with this for the most part – but I feel unfairly penalized when the transaction that I am trying to do cannot be done without a human. I would suggest that they make all business processes self-service capable, if they want to charge me for human intervention.&lt;/p&gt;&lt;p&gt;And now, I see something entirely new. Recently, I received an email from the bank holding my mortgage. Since I had paid the bill online, they decided that the only way that I can receive my year end tax statement is to logon to their site and download and print it.  While this doesn’t sound onerous, and in general I am a believer in “green causes”, I was taken aback by this stance. Where was the choice, what is my alternative? In this case, green was all about saving money, the bank’s.&lt;/p&gt;&lt;p&gt;What this means to me is that when the Web goes from “self-service” to the only channel for interacting with an organization, the web site better work, it needs to be more than just reliable, it needs to be convenient, adaptive and delightful. I’m not sure if my bank is up to this challenge, but in these days of doing “more with less”, I expect to see a lot of companies acting this way.&lt;/p&gt;&lt;p&gt;When the website becomes the only option to convert, transact and communicate, I guess I still always have an option.  If it fails, I take my business to &lt;a href="http://www.somebodyelse.com" target="_blank"&gt;www.somebodyelse.com&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Since consumers still have that option then protecting the success of the online channel is no longer an option for companies, it’s a mandate.&lt;/p&gt;&lt;p&gt;-- Robert Wenig, Founder and CTO&#xD;
			&lt;/p&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=dFhi3BiUfiE:xh3Hd-y_42Y:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=dFhi3BiUfiE:xh3Hd-y_42Y:bcOpcFrp8Mo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=bcOpcFrp8Mo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/tealeaf/blog/~4/dFhi3BiUfiE" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://tealeaf.typepad.com/blog/2009/01/what-happens-when-the-web-is-the-only-choice.html</feedburner:origLink></entry>
    <entry>
        <title>Customer Experience Across the Network with Tealeaf</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/tealeaf/blog/~3/WM3tdXXX-TQ/tealeaf-across.html" />
        <link rel="replies" type="text/html" href="http://tealeaf.typepad.com/blog/2008/11/tealeaf-across.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-57275511</id>
        <published>2008-11-12T11:00:44-08:00</published>
        <updated>2008-11-12T11:00:44-08:00</updated>
        <summary>The Tealeaf Network Effect Tealeaf today enables online businesses to see their customer’s actual online experience to better analyze their motivations and behavior and understand “why” conversions are occurring, or not. What’s the vision of Tealeaf for tomorrow: What have...</summary>
        <author>
            <name>Robert Wenig</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="CTO Chatter" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Customer Experience Management" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Vision" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="capture user" />
        <category scheme="http://sixapart.com/ns/types#tag" term="customer experience" />
        <category scheme="http://sixapart.com/ns/types#tag" term="online conversions" />
        <category scheme="http://sixapart.com/ns/types#tag" term="online customer behavior" />
        <category scheme="http://sixapart.com/ns/types#tag" term="tealeaf software" />
        <category scheme="http://sixapart.com/ns/types#tag" term="understanding customers across websites" />
        <category scheme="http://sixapart.com/ns/types#tag" term="visibility across network" />
        <category scheme="http://sixapart.com/ns/types#tag" term="web 2.0" />
        
<content type="html" xml:lang="en-US" xml:base="http://tealeaf.typepad.com/blog/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;&lt;strong&gt;The Tealeaf Network Effect&lt;/strong&gt;&lt;br /&gt;Tealeaf today enables online businesses to see their customer’s actual online experience to better analyze their motivations and behavior and understand “why” conversions are occurring, or not. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What’s the vision of Tealeaf for tomorrow:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;What have we learned from helping customers analyze and understand customer behavior on their websites from Web 1.0 to Web 2.0 and beyond?&lt;/li&gt;

&lt;li&gt;What does Web 3.0 look like for the users and for companies looking to convert on their visitor’s intentions?&lt;/li&gt;

&lt;li&gt;How will the growth of the web and complexity of syndicated content, conversions and partnering across merchants affect online customer behavior?&lt;/li&gt;

&lt;li&gt;What challenges will merchants face in supporting and delivering a user networked experience?&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;Companies of tomorrow will provide content, services and conversions across a multitude of partners and domains.&amp;nbsp; When a consumer aligns with a single brand, but the experience spans multiple partners how can the company support the transaction?&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;When companies outsource site functions, how can they capture the complete experience?&lt;/li&gt;

&lt;li&gt;When an airline sells a credit card via a partner, how can they assure a successful conversion?&lt;/li&gt;

&lt;li&gt;When a banking customer uses bill pay, who do they contact for assistance and how can a bank support them?&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;Let’s look at Tealeaf of tomorrow; how extending the visibility of the online user across the network brings value to companies needing to see their complete users experience and ensure success in the face of their customer’s increasing expectations.

&lt;/p&gt;

&lt;p&gt;

&lt;center&gt;&lt;strong&gt;Customer Experience Across the Network with Tealeaf&lt;/strong&gt;&lt;br&gt;
&lt;object width="425" height="350"&gt; &lt;param name="movie" value="http://www.youtube.com/v/KDNeioAIxy0"&gt; &lt;/param&gt; &lt;embed src="http://www.youtube.com/v/KDNeioAIxy0" type="application/x-shockwave-flash" width="425" height="350"&gt; &lt;/embed&gt; &lt;/object&gt;
&lt;/center&gt;
&lt;/p&gt;
&lt;br&gt;
-- Robert Wenig, Founder and CTO&lt;/div&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=WM3tdXXX-TQ:CsbemcRyilo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=WM3tdXXX-TQ:CsbemcRyilo:bcOpcFrp8Mo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=bcOpcFrp8Mo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/tealeaf/blog/~4/WM3tdXXX-TQ" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://tealeaf.typepad.com/blog/2008/11/tealeaf-across.html</feedburner:origLink></entry>
    <entry>
        <title>Success is... a customer that "gets it"</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/tealeaf/blog/~3/CmW3lapHWE4/a-customer-that-gets-it.html" />
        <link rel="replies" type="text/html" href="http://tealeaf.typepad.com/blog/2008/10/a-customer-that-gets-it.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-57522565</id>
        <published>2008-10-27T14:43:42-07:00</published>
        <updated>2008-10-27T14:43:42-07:00</updated>
        <summary>There are many stages to starting a software company. You need to have an idea, money, people, infrastructure. But the thing that you need the most are customers who “get it.” Customers who “get it” not only fill your inbox...</summary>
        <author>
            <name>Robert Wenig</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="CTO Chatter" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Customer Experience Management" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Visibility" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Vision" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="customer experience" />
        <category scheme="http://sixapart.com/ns/types#tag" term="customer issues" />
        <category scheme="http://sixapart.com/ns/types#tag" term="customer success" />
        <category scheme="http://sixapart.com/ns/types#tag" term="emetrics" />
        <category scheme="http://sixapart.com/ns/types#tag" term="hotels.com" />
        <category scheme="http://sixapart.com/ns/types#tag" term="insight" />
        <category scheme="http://sixapart.com/ns/types#tag" term="joe megibow" />
        <category scheme="http://sixapart.com/ns/types#tag" term="keynote" />
        <category scheme="http://sixapart.com/ns/types#tag" term="ROI" />
        <category scheme="http://sixapart.com/ns/types#tag" term="site analytics ROI" />
        <category scheme="http://sixapart.com/ns/types#tag" term="web analytics case studies" />
        <category scheme="http://sixapart.com/ns/types#tag" term="website success stories" />
        
<content type="html" xml:lang="en-US" xml:base="http://tealeaf.typepad.com/blog/">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;There are many stages to starting a software company. You need to have an idea, money, people, infrastructure. But the thing that you need the most are customers who “get it.”&lt;/p&gt;&#xD;
&lt;p&gt;Customers who “get it” not only fill your inbox with bugs and feature requests, they take your product and ideas and apply them in ways that you would never have thought of. And then you sit back and say “Cool” – because you realize that your ideas are truly having an impact.&lt;/p&gt;&#xD;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;&#xD;
&lt;p&gt;&lt;a href="http://www.semclubhouse.com/key-relevance-review-of-emetrics-hotelscoms-joe-megibow-keynote/" title="Joe Megabow from Hotels.com keynotes at eMetrics DC covering how hotels.com &amp;quot;gets&amp;quot; customer experience. "&gt;&lt;strong&gt;Key Relevance Review of eMetrics: Hotels.com’s Joe Megibow Keynote&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;By Liana “Li” Evans&lt;br&gt;&lt;em&gt;"I don’t know if I’ve ever seen a keynote be so insightful and revealing about a major internet website as I did when I attended Joe Megibow’s Keynote at the eMetrics Marketing Optimization Summit in Washington DC."&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xD;
&lt;p&gt;&lt;br&gt;Hats off to Hotels.com for really "getting it".&lt;/p&gt;&#xD;
&lt;p&gt;&lt;br&gt;-- Robert Wenig, Founder and CTO&lt;/p&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=CmW3lapHWE4:867nCrR5QZ0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=CmW3lapHWE4:867nCrR5QZ0:bcOpcFrp8Mo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=bcOpcFrp8Mo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/tealeaf/blog/~4/CmW3lapHWE4" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://tealeaf.typepad.com/blog/2008/10/a-customer-that-gets-it.html</feedburner:origLink></entry>
    <entry>
        <title>Origins of the Tealeaf Name</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/tealeaf/blog/~3/iff0gbJWWTg/orgins-of-the-t.html" />
        <link rel="replies" type="text/html" href="http://tealeaf.typepad.com/blog/2008/10/orgins-of-the-t.html" thr:count="1" thr:updated="2008-12-19T10:54:49-08:00" />
        <id>tag:typepad.com,2003:post-57274173</id>
        <published>2008-10-22T05:59:05-07:00</published>
        <updated>2008-10-22T05:59:05-07:00</updated>
        <summary>I stumbled across an article recently comparing Tealeaf to Apple, Macintosh and Blackberry, well our name specifically, and it had me reminisce about the origins of "Tealeaf" and in turn our path to the name. Looking for Names in All...</summary>
        <author>
            <name>Robert Wenig</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="CTO Chatter" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Customer Experience Management" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Vision" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="analytics" />
        <category scheme="http://sixapart.com/ns/types#tag" term="company history" />
        <category scheme="http://sixapart.com/ns/types#tag" term="customer behavior" />
        <category scheme="http://sixapart.com/ns/types#tag" term="customer insight" />
        <category scheme="http://sixapart.com/ns/types#tag" term="online experience" />
        <category scheme="http://sixapart.com/ns/types#tag" term="SAP" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Tealeaf software" />
        <category scheme="http://sixapart.com/ns/types#tag" term="tealeaf technology" />
        <category scheme="http://sixapart.com/ns/types#tag" term="website visibility" />
        
<content type="html" xml:lang="en-US" xml:base="http://tealeaf.typepad.com/blog/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;I stumbled across an article recently comparing Tealeaf to Apple, Macintosh and Blackberry, well our name specifically, and it had me reminisce about the origins of &amp;quot;Tealeaf&amp;quot; and in turn our path to the name.&lt;br /&gt;
&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a href="http://www.articlesbase.com/branding-articles/looking-for-names-in-all-the-wrong-places-the-power-of-borrowing-names-579878.html"&gt;Looking for Names in All the Wrong Places: the Power of Borrowing Names&lt;/a&gt; by &lt;a href="http://www.articlesbase.com/authors/burt-alper/84386.htm"&gt;Burt Alper&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;BlackBerry, Apple, Macintosh. Some of the most successful product names and company names have unexpected roots.&lt;/strong&gt;&lt;em&gt; For a software technology that’s all about gaining insight into customers’ online experience—and foreseeing and managing future experiences—Tealeaf Technology is a disarmingly intuitive name.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Many people are aware that the core Tealeaf technology originated inside of SAP.&amp;nbsp; &amp;nbsp;In developing employee self-service applications during 1996-1997, my team became frustrated at the inability to understand and recreate issues that happened at our customer sites, and I felt the obstacles affected others.&lt;/p&gt;

&lt;p&gt;While we were at SAP, we called the core technology 'Project Blackbox'. The notion of employing a flight recorder for a transactional web site was easy to understand. With SAP's permission, we received the rights to spinoff the Blackbox technology as an independent, venture funded company in 1999. While we gravitated to the Blackbox name initially -- there were several key challenges:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Many people associated the value of a blackbox, aka flight recorder as only providing value when things crashed. Our technology was designed to assist with finding and fixing application errors, not disaster recovery.&lt;/li&gt;

&lt;li&gt;There was a successful electronics company called 'Blackbox' -- so calling ourselves Blackbox Software was going to cause confusion.&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;Around the same time, with a maturing product we started giving our product components names. We quickly seized upon the notion that our capture of user sessions allowed a 'DejaView' like understanding of the user’s experience. People understood and loved the 'Deja' metaphor and soon we were calling the company 'DejaCube'.&lt;/p&gt;

&lt;p&gt;Our original thought was that the 'cube container' would allow us to expand the product/messaging as the product suite was developed-- however when we did our first tour of analyst relations -- one analyst insisted that any company with the name 'Cube' in it -- had to be “simply” an OLAP analytics company, not where we were wanting to go.&lt;/p&gt;

&lt;p&gt;We took that feedback to heart and we looked at many alternatives before deciding on Tealeaf, a name that conveys both our past heritage and future vision.&amp;nbsp; Of course, the WWW being what it was the domain was being squatted on; but getting the name at a reasonable price launched our company's brand.&lt;/p&gt;

&lt;p&gt;In our &lt;a href="http://tealeaf.typepad.com/blog/2007/03/where_does_teal.html"&gt;company history&lt;/a&gt;, there have been some funny tealeaf anecdotes over the years.&lt;/p&gt;

&lt;p&gt;To people within the United States, the analogy of reading the tea leaves to understanding web site experience is understood. However, in Germany -- they don't read tea leaves, they read coffee grinds. In the UK, where we now have a thriving presence, tealeaf is slang for thief. &lt;/p&gt;

&lt;p&gt;-- Robert Wenig, Founder and CTO&lt;/p&gt;&lt;/div&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=iff0gbJWWTg:kG5iyH1HZ3U:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=iff0gbJWWTg:kG5iyH1HZ3U:bcOpcFrp8Mo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=bcOpcFrp8Mo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/tealeaf/blog/~4/iff0gbJWWTg" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://tealeaf.typepad.com/blog/2008/10/orgins-of-the-t.html</feedburner:origLink></entry>
    <entry>
        <title>The "V's have it" - Virtualization, Visibility and...</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/tealeaf/blog/~3/QRZM1X4GUAM/the-vshave-it-.html" />
        <link rel="replies" type="text/html" href="http://tealeaf.typepad.com/blog/2008/09/the-vshave-it-.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-56179268</id>
        <published>2008-09-26T11:19:26-07:00</published>
        <updated>2008-09-26T11:19:26-07:00</updated>
        <summary>I was talking with a technology partner about what Tealeaf does and what our value is. He stopped me cold with the observation “Virtualization and Visibility” – that’s what it’s all about. Webster’s defines Visibility as: 1: the quality or...</summary>
        <author>
            <name>Robert Wenig</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="CTO Chatter" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Customer Experience Management" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Visibility" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Vision" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="online customer visibility" />
        <category scheme="http://sixapart.com/ns/types#tag" term="see online customer" />
        <category scheme="http://sixapart.com/ns/types#tag" term="value" />
        <category scheme="http://sixapart.com/ns/types#tag" term="virtualization" />
        <category scheme="http://sixapart.com/ns/types#tag" term="vista" />
        <category scheme="http://sixapart.com/ns/types#tag" term="what tealeaf does" />
        
<content type="html" xml:lang="en-US" xml:base="http://tealeaf.typepad.com/blog/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;I was talking with a technology partner about what Tealeaf does and what our value is.&amp;nbsp; He stopped me cold with the observation “Virtualization and Visibility” – that’s what it’s all about. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.merriam-webster.com/dictionary/visibility"&gt;Webster’s defines Visibility&lt;/a&gt; as:&lt;/strong&gt;&lt;br /&gt;1: the quality or state of being visible&lt;br /&gt;2 a: the degree of clearness (as of the atmosphere or ocean) ; specifically : the greatest distance through the atmosphere toward the horizon at which prominent objects can be identified with the naked eye b: capability of being readily noticed c: capability of affording an unobstructed view d: publicity 2d&lt;br /&gt;3: a measure of the ability of radiant energy to evoke visual sensation&lt;/p&gt;

&lt;p&gt;In terms of Tealeaf, &lt;a href="http://tealeaf.typepad.com/blog/2008/06/a-common-tealea.html"&gt;Visibility is the power to see your online customer each and every time&lt;/a&gt; they visit and interact with your site.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/Virtualization"&gt;&lt;strong&gt;Wikipedia defines virtualization&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; a few ways:&lt;/strong&gt;&lt;br /&gt;In computing, virtualization is a broad term that refers to the abstraction of computer resources:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Resource virtualization, the virtualization of specific system resources, such as storage volumes, name spaces, and network resources&lt;/li&gt;

&lt;li&gt;Application virtualization, the hosting of individual applications on alien hardware/software&lt;/li&gt;

&lt;li&gt;Desktop virtualization, the remote manipulation of a computer desktop&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;While we’re not part of the first “V” – we are the leader in providing visibility for web applications.&lt;/p&gt;

&lt;p&gt;Going against the grain here, I think that there’s another “V’ coming for us as well. Being the nerd that I am, I tend to email my wife instead of walking across the house to talk with her. In our family of 5, we have more computers than people.&amp;nbsp; Normally, our household computers are 2-3 year old technology built out of scavenged parts. For the first time in a long while, I bought a computer – in a box, at retail. HP slimline, Dual-Core 2.7 GHZ AMD with 4GB of RAM and 500GB SATA drive for $400. At this price, it’s too cheap to pilfer/scavenge/recycle. It came with Windows Vista 64. Admittedly, the first service pack was close to 400MB in size – but so far, I am impressed. It may be the hardware, it may be the ram, but I am liking what I am seeing with Vista-64.&lt;/p&gt;

&lt;p&gt;So, time for V**3 – Virtualization, Visibility and Vista. &lt;/p&gt;&lt;/div&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=QRZM1X4GUAM:aUhXWEqDeGM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=QRZM1X4GUAM:aUhXWEqDeGM:bcOpcFrp8Mo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=bcOpcFrp8Mo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/tealeaf/blog/~4/QRZM1X4GUAM" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://tealeaf.typepad.com/blog/2008/09/the-vshave-it-.html</feedburner:origLink></entry>
    <entry>
        <title>How to Prioritize Customer Experience Issues Based on Business Impact</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/tealeaf/blog/~3/YFFnQ23_m_I/next-post-1.html" />
        <link rel="replies" type="text/html" href="http://tealeaf.typepad.com/blog/2008/08/next-post-1.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-54714104</id>
        <published>2008-08-26T11:34:03-07:00</published>
        <updated>2008-08-26T11:34:03-07:00</updated>
        <summary>It’s almost always a given that constraints exist on both the time and budget that are available to optimize your customers’ experience. You probably have a long list of issues to address, voices in the room and possibly even competing...</summary>
        <author>
            <name>John Dawes</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Best Practices" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Customer Experience Management" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="customer acquisition campaigns" />
        <category scheme="http://sixapart.com/ns/types#tag" term="discover business issues" />
        <category scheme="http://sixapart.com/ns/types#tag" term="improve conversion rate" />
        <category scheme="http://sixapart.com/ns/types#tag" term="improve customer experience" />
        <category scheme="http://sixapart.com/ns/types#tag" term="monetize site issue" />
        <category scheme="http://sixapart.com/ns/types#tag" term="prioritize customer experience" />
        <category scheme="http://sixapart.com/ns/types#tag" term="quantifying business impact" />
        <category scheme="http://sixapart.com/ns/types#tag" term="ROI" />
        <category scheme="http://sixapart.com/ns/types#tag" term="SEM" />
        <category scheme="http://sixapart.com/ns/types#tag" term="SEO" />
        <category scheme="http://sixapart.com/ns/types#tag" term="user experience" />
        
<content type="html" xml:lang="en-US" xml:base="http://tealeaf.typepad.com/blog/">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;It’s almost always a given that constraints exist on both the time and budget that are available to optimize your customers’ experience. You probably have a long list of issues to address, voices in the room and possibly even competing interests.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;strong&gt;Where do you start?&lt;/strong&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Once you get past the urgent issues, it can be hard to tell what’s most important. I have found that the missing link for most ebusinesses is &lt;strong&gt;quantification&lt;/strong&gt;—&lt;em&gt;without quantifying the business impact of each customer experience issue, you may not prioritize the most important ones&lt;/em&gt;. And lack of quantification may even prevent you from addressing some issues at all.&lt;br&gt;&lt;br&gt;My previous blog entries have talked about best practices that help you to &lt;a href="http://tealeaf.typepad.com/blog/2008/06/where-do-i-star.html"&gt;become aware of customer experience issues&lt;/a&gt; and to &lt;a href="http://tealeaf.typepad.com/blog/2008/07/customer-expe-1.html"&gt;understand why these issues are occurring&lt;/a&gt;. In the process of sharing real-world examples of these best practices, I also touched on how you would &lt;a href="http://tealeaf.typepad.com/blog/2008/06/the-qualitative.html"&gt;quantify the impact of a particular issue&lt;/a&gt;. This quantification leads to the final best practice I’m going to discuss in this series: prioritize your customer experience issues based on the business impact. &lt;br&gt;&lt;br&gt;For every issue, you need to be able to answer the following questions:&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&lt;li&gt;When did this issue start?&lt;/li&gt;&#xD;
&#xD;
&lt;li&gt;How many visitors per day experience it?&lt;/li&gt;&#xD;
&#xD;
&lt;li&gt;What is the difference in conversion rates (or other key task completion rates) between visitors who experience the issue and those who don’t?&lt;/li&gt;&#xD;
&#xD;
&lt;li&gt;Given the number of visitors affected, to what losses in sales/profits do these changes in conversion rates translate? In other words, how much business is being lost every day because of this issue? &lt;/li&gt;&#xD;
&#xD;
&lt;li&gt;How does lost sales/profits compare with other issues? How does it compare with the cost of resolving the problem?&lt;/li&gt;&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt;Armed with this knowledge, you can build a clearly quantifiable business case that helps you set customer experience optimization priorities and improve revenue.&lt;br&gt;&lt;br&gt;Let’s look at an example. Tealeaf customer Art.com generates significant traffic via search engines. Many of these indexed links send a user directly to specific product pages within their web site. However, the inventory on the site is incredibly dynamic, with products constantly going in and out of stock. Because the search engine indices can’t keep up, the first impression many customers get is a “sorry this product is no longer available” message. While reviewing customer sessions in Tealeaf, the user experience team at Art.com saw a number of customers getting this experience. Obviously, this is not the favorable first impression they wanted to impart, but no one really knew the magnitude of the problem. &lt;br&gt;&lt;br&gt;The team realized that determining the extent of this problem would be very simple using Tealeaf. To their surprise, they found that 15,000 to 20,000 customers per day were seeing this unfriendly message. By reviewing multiple user sessions, seeing their purchase behavior and experiencing the “anti-shopping” experience first hand, it was an easy decision to re prioritize a better solution to this issue. The company immediately &lt;a href="http://www.tealeaf.com/downloads/tealeaf-casestudy_artdotcom.pdf"&gt;focused on a redesign&lt;/a&gt; that would give customers a more positive and actionable screen that recommends alternative products even if the original product is currently out of stock.&lt;br&gt;&lt;br&gt;&lt;strong&gt;What are the best practices for quantifying the business impact?&lt;/strong&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;ol&gt;&lt;li&gt;Once a customer experience problem has been identified, use your &lt;a href="http://www.tealeaf.com/solutions/Customer-Experience-Management-best-practices.asp"&gt;customer experience management solution&lt;/a&gt; to determine the number of visitors impacted and the impact on conversion rates (or task completion rates) for those visitors.&lt;/li&gt;&#xD;
&#xD;
&lt;li&gt;Monetize the outcome by using a measure for the average value lost by customers not completing this task (for example the average shopping cart value for a checkout process). The number of customers impacted during a defined time period, the drop in conversion rates based on the issue and the average value for these lost transactions will enable you to calculate the approximate overall loss for a given period of time because of this issue.&lt;/li&gt;&lt;/ol&gt;&#xD;
&#xD;
&lt;p&gt;For Art.com, this customer experience management best practice was what made it a no-brainer to invest in turning a formerly unfriendly, negative experience into a more positive, pro-shopping experience for its customers. As an additional benefit, Art.com was able to realize a greater return on their SEO/SEM customer acquisition programs. You too will benefit from knowing that you’re investing your resources where they will make the biggest improvements to customer experience.&lt;br&gt;&lt;br&gt;&lt;br&gt;-- John Dawes, Vice President, Product Management&lt;/p&gt;&#xD;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=YFFnQ23_m_I:DO_4xO6rmhk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=YFFnQ23_m_I:DO_4xO6rmhk:bcOpcFrp8Mo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=bcOpcFrp8Mo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/tealeaf/blog/~4/YFFnQ23_m_I" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://tealeaf.typepad.com/blog/2008/08/next-post-1.html</feedburner:origLink></entry>
    <entry>
        <title>Real-Time Response to Known Technical Issues</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/tealeaf/blog/~3/0Rxv_0wqW9g/how-to-respond.html" />
        <link rel="replies" type="text/html" href="http://tealeaf.typepad.com/blog/2008/08/how-to-respond.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-54358288</id>
        <published>2008-08-19T14:41:57-07:00</published>
        <updated>2008-08-19T14:41:57-07:00</updated>
        <summary>Every IT person I know can name at least ten generic conditions and errors that lead to poor customer experience. It’s not hard to figure out that if a customer is seeing messages like “Invalid SQL” or “Sorry, Page Not...</summary>
        <author>
            <name>John Dawes</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Best Practices" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Customer Experience Management" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="call center solution" />
        <category scheme="http://sixapart.com/ns/types#tag" term="customer experience management" />
        <category scheme="http://sixapart.com/ns/types#tag" term="error thresholds" />
        <category scheme="http://sixapart.com/ns/types#tag" term="error visibility" />
        <category scheme="http://sixapart.com/ns/types#tag" term="improve conversion rate" />
        <category scheme="http://sixapart.com/ns/types#tag" term="improve online error messages" />
        <category scheme="http://sixapart.com/ns/types#tag" term="online customer experience best practice" />
        <category scheme="http://sixapart.com/ns/types#tag" term="online error handling" />
        <category scheme="http://sixapart.com/ns/types#tag" term="optimize site issues" />
        <category scheme="http://sixapart.com/ns/types#tag" term="real time alerts" />
        
<content type="html" xml:lang="en-US" xml:base="http://tealeaf.typepad.com/blog/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;Every IT person I know can name at least ten generic conditions and errors that lead to poor customer experience. It’s not hard to figure out that if a customer is seeing messages like “Invalid SQL” or “Sorry, Page Not Found,” he or she is probably not accomplishing the task that he or she wanted to accomplish.&amp;nbsp; This &lt;a href="http://www.tealeaf.com/solutions/Customer-Experience-Management-best-practices.asp"&gt;customer experience management best practice&lt;/a&gt; is about putting processes in place to identify technical and application issues, track those issues and trigger a response by IT whenever a significant number of customers experience them.&lt;/p&gt;

&lt;p&gt;You should be looking for the following types of things:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Known error pages such as the global error page.&lt;/li&gt;

&lt;li&gt;Known application or system error messages, such as “Sorry, please try again later (status code xxxx).” Even if you think that you know all of these messages, you should work with your development team to verify the list and put a process in place to update the list as the site changes.&lt;/li&gt;

&lt;li&gt;Unexpected error messages or pages: It is hard to anticipate every error in advance; virtually every Tealeaf customer I talk to has seen unexpected errors at some point. In addition to looking for standard messages such as “SQL Error,” our customers have found it helpful to search their customer sessions for keywords such as “sorry” or “apologize.” They have found new error conditions in this way.&lt;/li&gt;

&lt;li&gt;Known bad status codes, such as a 500 error.&lt;/li&gt;

&lt;li&gt;Slow page performance: For example, a page that takes over ten seconds to be delivered to the user is certainly creating a very poor customer experience. &lt;/li&gt;&lt;/ul&gt;











&lt;p&gt;You can track many of the conditions I describe above with existing site management tools. For others, such as the unexpected error messages, you will need a customer experience management solution like Tealeaf. However you track them, you should think about:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;&lt;strong&gt;How will IT be able to be notified of the condition, and at what point should someone respond?&lt;/strong&gt;&lt;br /&gt;A single instance of “Sorry, Page Not Found” is probably not worth paging someone in the middle of the night. You should define thresholds for each issue and set up a way for alerts to go out when the thresholds are exceeded. Many Tealeaf customers base these thresholds on previous activity, triggering an alert when the percentage of customers getting an error page exceeds 10% of the maximum percentage in the past month.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;How will IT diagnose the issue?&lt;/strong&gt;&lt;br /&gt;Sometimes the underlying cause may be clear right away, but other times it may take a while to reproduce. A customer experience management tool can save a lot of time by providing a visual context for where customers are encountering obstacles.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;What is the real impact of a particular technical problem on my business?&lt;/strong&gt;&lt;br /&gt;For example, can you correlate slowdowns in response time to task completion or conversion rates? An increase in the time it takes to get search results from two to three seconds may have no impact on a shopper’s purchase decision, but the same increase in response time for displaying the product details page could have a major impact on conversion rates.&lt;/li&gt;&lt;/ul&gt;







&lt;p&gt;One of our customers, ARC, has seen a lot of benefit from taking this kind of proactive approach to known technical issues. Originally, the company’s web-based applications were built so that when an internal error did occur, the application automatically displayed an “application error, please call support” message. Following instructions, ARC’s customers (travel agents) who saw this message would call the ARC customer service center. But the Customer Service Representatives (CSRs) handling these calls had no visibility into the site’s problems; as a result, they would have to escalate all of these issues to production support. Production support would then research the problems and report their findings back to the CSRs, who in turn would get back to the travel agents who had called. The process was reactive, cumbersome and costly—to say the least. &lt;/p&gt;

&lt;p&gt;ARC’s production support team used &lt;a href="http://www.tealeaf.com/customers/case_studies.asp#ARC"&gt;Tealeaf’s real-time alerting capability&lt;/a&gt; (read the ARC case study) to establish a new, proactive approach to the problem. Now, every time one of the applications generates an “application error” message, the production support team is instantly notified—allowing them to intervene immediately. Often, this means that before a travel agent has time to call into the customer service center, the issue has either been fixed, or the CSR is at least already aware of the problem and can communicate appropriately with incoming callers.&lt;/p&gt;

&lt;p&gt;To summarize this best practice, here are the steps you should take to respond to known technical issues in real-time:&lt;/p&gt;

&lt;ol&gt;&lt;li&gt;Define the known technical issues to track. Start with the list of issues described above and then determine what is appropriate for your site. Getting a full list can require involvement from your development team, who will know about known exceptions that might be shown to users. Keeping this list up to date requires a defined process with your development team so that new error messages can be added as the site changes. Some ebusinesses even have a standard format for error pages or a standard comment in the page so that they can set up their customer experience management solution to identify future error pages in advance.&lt;/li&gt;

&lt;li&gt;If you have a &lt;a href="http://www.tealeaf.com/products/default.asp"&gt;customer experience management solution&lt;/a&gt;, use it to search for keywords like “sorry” and “apologize” that often accompany error messages. Do this on a regular basis. I think that you will uncover new errors that aren’t being tracked.&lt;/li&gt;

&lt;li&gt;Define thresholds for known errors and create a system so that the right people get real-time alerts when the thresholds are exceeded. You can determine the appropriate thresholds based on deviations from historical norms.&lt;/li&gt;

&lt;li&gt;Define owners: who should receive these alerts and what steps should be taken when they receive each of them. For some sites, these alerts should go to the network operations center which can monitor them 24x7 in real-time. Once they receive an alert, the operations team can pull in the appropriate teams as needed.&lt;/li&gt;&lt;/ol&gt;

&lt;p&gt;These steps give your error messages the right context—&lt;a href="http://www.tealeaf.com/solutions/Discover-Customer-Experience-Management.asp"&gt;customer experience&lt;/a&gt;—to help you explain the underlying problems and get them fixed.&lt;/p&gt;

&lt;p&gt;-- John Dawes, Vice President, Product Management&lt;/p&gt;&lt;/div&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=0Rxv_0wqW9g:U8vUoTf4DDo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=0Rxv_0wqW9g:U8vUoTf4DDo:bcOpcFrp8Mo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=bcOpcFrp8Mo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/tealeaf/blog/~4/0Rxv_0wqW9g" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://tealeaf.typepad.com/blog/2008/08/how-to-respond.html</feedburner:origLink></entry>
    <entry>
        <title>Investigate Application Log Errors for Customer Experience Impact</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/tealeaf/blog/~3/xs1yGtwGeYY/customer-experi.html" />
        <link rel="replies" type="text/html" href="http://tealeaf.typepad.com/blog/2008/08/customer-experi.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-54203338</id>
        <published>2008-08-14T16:59:52-07:00</published>
        <updated>2008-08-14T16:59:52-07:00</updated>
        <summary>If your web site is critical to your business, you have probably put in place tools and systems to monitor your applications at all times and respond to problems. Almost all of our customers use performance management tools to track...</summary>
        <author>
            <name>John Dawes</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Best Practices" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Customer Experience Management" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="affect customer experience" />
        <category scheme="http://sixapart.com/ns/types#tag" term="application monitoring" />
        <category scheme="http://sixapart.com/ns/types#tag" term="conversion rate problem" />
        <category scheme="http://sixapart.com/ns/types#tag" term="customer experience impact" />
        <category scheme="http://sixapart.com/ns/types#tag" term="customer experience management" />
        <category scheme="http://sixapart.com/ns/types#tag" term="quantify site impact" />
        <category scheme="http://sixapart.com/ns/types#tag" term="server failure" />
        <category scheme="http://sixapart.com/ns/types#tag" term="site conversion" />
        
<content type="html" xml:lang="en-US" xml:base="http://tealeaf.typepad.com/blog/">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;If your web site is critical to your business, you have probably put in place tools and systems to monitor your applications at all times and respond to problems. Almost all of our customers use performance management tools to track application performance, response time, error rates, and similar IT-oriented metrics. In addition, error logs contain valuable information about what happened on your site. The trick is to be able to analyze the information in these logs not just for its own sake but from the perspective of &lt;a href="http://www.tealeaf.com/solutions/Discover-Customer-Experience-Management.asp"&gt;customer experience&lt;/a&gt;.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;After all, application problems do not always translate into poor customer experience while problems that do cause poor customer experience do not always get logged, for example:&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;strong&gt;Your server fails for a full hour...&lt;/strong&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&lt;li&gt;Were customers actually affected?&lt;/li&gt;&#xD;
&#xD;
&lt;li&gt;Did failover work properly and hide the whole event from the customers?&lt;/li&gt;&#xD;
&#xD;
&lt;li&gt;If there is a whole log file full of errors from your application servers about an inability to process user credentials, did customers see errors or did exception handling work properly?&lt;/li&gt;&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt;The real metric that matters, of course, is customer experience—what impact a problem had on conversion rates, sales, and customer loyalty. As a &lt;a href="http://www.tealeaf.com/solutions/Customer-Experience-Management-best-practices.asp"&gt;customer experience management best practice&lt;/a&gt;, you should always &lt;a href="http://www.tealeaf.com/solutions/challenges/application-support-costs.asp"&gt;investigate the application errors&lt;/a&gt; in a log file to get real answers. If a server went down, for example, find out:&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&lt;li&gt;How many customers had active sessions on that server when it went down?&lt;/li&gt;&#xD;
&#xD;
&lt;li&gt;Did they lose state (such as losing their shopping cart)?&lt;/li&gt;&#xD;
&#xD;
&lt;li&gt;Did they see strange error messages?&lt;/li&gt;&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt;You can also look for users who attempted to go to that server while it was down, perhaps because they had a bookmark that went directly to it. And most importantly, you can analyze the overall impact to your business: as a group, did they convert at a lower rate than expected? &lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;One of our customers, a &lt;a href="http://www.tealeaf.com/customers/customers_finance.asp"&gt;financial services organization&lt;/a&gt;, has taken this concept even farther. They track all of their service level agreements based on their impact on customers. As a standard operating procedure, any time the firm has a server outage or other problem, staff go into Tealeaf to investigate and &lt;a href="http://www.tealeaf.com/products/cxResults.asp"&gt;quantify the impact on actual customers&lt;/a&gt;. This approach ensures that service level agreements have real meaning to IT and that the business owners clearly understand their value. I think that a lot of IT organizations could benefit from taking an approach like theirs.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;-- John Dawes, Vice President, Product Management&lt;/p&gt;&#xD;
&#xD;
&#xD;
&#xD;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=xs1yGtwGeYY:2S7mQ3JOMVE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?a=xs1yGtwGeYY:2S7mQ3JOMVE:bcOpcFrp8Mo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/tealeaf/blog?d=bcOpcFrp8Mo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/tealeaf/blog/~4/xs1yGtwGeYY" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://tealeaf.typepad.com/blog/2008/08/customer-experi.html</feedburner:origLink></entry>
 
</feed><!-- ph=1 --><!-- nhm:dynamic-ssi -->
