<?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>Practical Analytics by DigiKnow</title>
    
    
    <link rel="alternate" type="text/html" href="http://digiknow.typepad.com/analytics/" />
    <id>tag:typepad.com,2003:weblog-81247473523070732</id>
    <updated>2010-06-17T18:56:00-04:00</updated>
    
    <generator uri="http://www.typepad.com/">TypePad</generator>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/PracticalAnalyticsbyDigiKnow" /><feedburner:info uri="practicalanalyticsbydigiknow" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://hubbub.api.typepad.com/" /><entry>
        <title>Events - tracking in-page interactions</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PracticalAnalyticsbyDigiKnow/~3/hSogfDUKLtA/events---tracking-in-page-interactions.html" />
        <link rel="replies" type="text/html" href="http://digiknow.typepad.com/analytics/2010/06/events---tracking-in-page-interactions.html" thr:count="2" thr:updated="2011-04-07T23:19:00-04:00" />
        <id>tag:typepad.com,2003:post-6a00d8341fb3ec53ef0133f1bc8e04970b</id>
        <published>2010-06-17T18:56:00-04:00</published>
        <updated>2010-06-17T18:56:00-04:00</updated>
        <summary>When a visitor comes to your site, data is collected in many ways: visitor data via the browser header and IP address, click data from pages loading and campaign data from URL parameters, but what about actions that happen within a page? That is where “events” come in. An event is an in-page action that normally would not be tracked by analytics, but through custom code, they can be captured, measured and analyzed. Google Analytics events allow for in-page actions to be tracked and monitored without affecting the overall page view count of the website. Unlike page views, events can...</summary>
        <author>
            <name>Scott Chapin</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="basics" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="optimization" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://digiknow.typepad.com/analytics/"><div xmlns="http://www.w3.org/1999/xhtml"><p>When a visitor comes to your site, data is collected in many ways: visitor data via the browser header and IP address, click data from pages loading and campaign data from URL parameters, but what about actions that happen within a page?  That is where “events” come in.  An event is an in-page action that normally would not be tracked by analytics, but through custom code, they can be captured, measured and analyzed.</p>  <p>Google Analytics events allow for in-page actions to be tracked and monitored without affecting the overall page view count of the website. Unlike page views, events can be organized by three groupings: category, action and label. For purposes here, the fourth variable, value, is not being used. Events called through JavaScript code and can be part of a link, or other page actions.</p>  <p>A full guide to Google Analytics Events implementation can be found at: <a href="http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html">http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html</a>, but I wanted to run through some uses that I’ve found beneficial for our clients.</p>  <p><strong>Content Rotators</strong></p>  <p>More and more sites are including a large home page element that slides through images or news stories.  While traditional page view data can show you which image/link was the most popular, having this data nicely contained in an event is valuable, especially when you want to look at the data quickly.  Under traditional page view tracking, you would look at the traffic leaving the home page and see which pages were the most popular.  Generally you wouldn’t have any record of exactly which pages these were or which position they were in the rotator.  You could add in custom parameters like page.html?pos=1 for the first position in the rotator, but that makes your Content report messy with too many versions of a page.  This tracking could be done in Flash or in AJAX/HTML.</p>  <p><strong>Video Playback</strong></p>  <p>Another in-page interaction that is handy to track is video playback.  To keep from overwhelming the system with data, I’d recommend just tracking the video start and if the user reaches the end.  If you are using a standard player, you may or may not be able to add in that tracking, but some existing players (like <a href="http://flowplayer.org/plugins/flash/analytics.html" target="_blank">Flowplayer</a>) do allow for GA tracking.</p>  <p><strong>AJAX content</strong></p>  <p>Tracking usage of AJAX applications or interfaces fits ideally with events.  When interacting with an AJAX app, the page rarely refreshes, so traditional page view tracking doesn’t help.  Using events for adding/removing, filtering results, etc. is a great use of this tool.  In Google Analytics, there are some cases within AJAX where you want to “force” a page view to be logged, mostly for interactions that you want to be part of a Goal.</p>  <p><strong>Filtered Search</strong></p>  <p>A specific case of the AJAX-type tracking is a filtered search.  For search results that allow you to pick categories or ranges (say t-shirts under $20) and instantly update your keyword search results to those groups, using events to track the selection of “t-shirts” and “under $20” is very powerful.  This data then lets you see which criteria are the most popular and which drive sales or conversions.</p>  <p><strong>Product Image Selection</strong></p>  <p>For sites with a product catalog displaying multiple images per product, using event tracking can let you see which images are the most popular.  Knowing what is popular can inform your decisions on future photo selection or even content ordering.</p>  <p> </p>  <p>Hopefully this has provided a nice overview of events.  In a future post, I’ll dive into the details of how to setup these events in Google Analytics.</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/PracticalAnalyticsbyDigiKnow/~4/hSogfDUKLtA" height="1" width="1" /></div></content>



    <feedburner:origLink>http://digiknow.typepad.com/analytics/2010/06/events---tracking-in-page-interactions.html</feedburner:origLink></entry>
    <entry>
        <title>Data Visualization Technologies</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PracticalAnalyticsbyDigiKnow/~3/8nTqjYjyvHk/data-visualization-technologies.html" />
        <link rel="replies" type="text/html" href="http://digiknow.typepad.com/analytics/2010/05/data-visualization-technologies.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8341fb3ec53ef0133edd169a1970b</id>
        <published>2010-05-17T20:31:11-04:00</published>
        <updated>2010-05-17T20:31:11-04:00</updated>
        <summary>Last week I was part of the first annual Data Driven Conference put on by Community Research Partners. The conference focused on helping non-profits and other groups use data more effectively in decision making and presentation. I spoke on a panel with one of the CRP staff and a cartography professor from OSU and our presentation focused on the technology of data visualization. The full day conference was attended by over 200 local and regional data “geeks” and panelists presented on data collection, data visualization and using data effectively. The full presentations are available on the CRP website. Below is...</summary>
        <author>
            <name>Scott Chapin</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="basics" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="social" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://digiknow.typepad.com/analytics/"><div xmlns="http://www.w3.org/1999/xhtml"><p><img style="display: inline; margin-left: 0px; margin-right: 0px" alt="Data Driven Logo" align="right" src="http://www.communityresearchpartners.org/i/Data_Driven/Logo_forWeb.gif" />Last week I was part of the first annual Data Driven Conference put on by <a href="http://www.communityresearchpartners.org/" target="_blank">Community Research Partners</a>.  The conference focused on helping non-profits and other groups use data more effectively in decision making and presentation.  I spoke on a panel with one of the CRP staff and a cartography professor from OSU and our presentation focused on the technology of data visualization. </p>  <p>The full day conference was attended by over 200 local and regional data “geeks” and panelists presented on data collection, data visualization and using data effectively.  The <a href="http://www.communityresearchpartners.org/17278.cfm" target="_blank">full presentations</a> are available on the CRP website.</p>  <p>Below is a run down of the technologies I covered as well as the full presentation.</p>  <p> </p>  <p><strong>Stream Graph</strong></p>  <p><a href="http://www.neoformix.com/Projects/TwitterStreamGraphs/view.php?q=columbus" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef0133edd15bbc970b-pi" width="644" height="307" /></a>  </p>  <p><a href="http://www.getpivot.com/" target="_blank"><strong>Microsoft Pivot</strong></a></p>  <p><a href="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef0133edd15def970b-pi"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef0133edd16121970b-pi" width="644" height="415" /></a> </p>  <p><strong>Network Graphs</strong></p>  <p><a href="http://www.liveplasma.com/"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef0133edd161ec970b-pi" width="644" height="454" /></a> </p>  <p><a href="http://tables.googlelabs.com/" target="_blank"><strong>Google Fusion Tables</strong></a></p>  <p><a href="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef0133edd163b6970b-pi"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef01348102e6cd970c-pi" width="350" height="318" /></a> </p>  <p><a href="http://www.google.com/analytics" target="_blank"><strong>Google Analytics</strong></a></p>  <p><a href="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef0133edd168c8970b-pi"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef0133edd16963970b-pi" width="470" height="260" /></a> </p>  <div style="width: 425px" id="__ss_4132488"><strong style="margin: 12px 0px 4px; display: block"><a title="Data Visualization Technology" href="http://www.slideshare.net/scottchapin/data-visualization-technology">Data Visualization Technology</a></strong><object id="__sse4132488" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=datavisualizationtechnology-100517191938-phpapp01&amp;stripped_title=data-visualization-technology" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed name="__sse4132488" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=datavisualizationtechnology-100517191938-phpapp01&amp;stripped_title=data-visualization-technology" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355" /></object>    <div style="padding-bottom: 12px; padding-left: 0px; padding-right: 0px; padding-top: 5px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/scottchapin">Scott Chapin</a>.</div> </div><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/PracticalAnalyticsbyDigiKnow/~4/8nTqjYjyvHk" height="1" width="1" /></div></content>



    <feedburner:origLink>http://digiknow.typepad.com/analytics/2010/05/data-visualization-technologies.html</feedburner:origLink></entry>
    <entry>
        <title>Google Analytics: Accounts, Domains, and Profiles (oh my)</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PracticalAnalyticsbyDigiKnow/~3/j7tcv_45eB8/google-analytics-accounts-domains-and-profiles-oh-my.html" />
        <link rel="replies" type="text/html" href="http://digiknow.typepad.com/analytics/2010/04/google-analytics-accounts-domains-and-profiles-oh-my.html" thr:count="4" thr:updated="2011-10-16T17:54:48-04:00" />
        <id>tag:typepad.com,2003:post-6a00d8341fb3ec53ef0133eccb00bf970b</id>
        <published>2010-04-19T14:06:04-04:00</published>
        <updated>2010-04-19T14:06:04-04:00</updated>
        <summary>Over the past week, I’ve had several clients ask me about the best way to configure their overall Google Analytics setup to cover multiple sites and domains. I wanted to take a few minutes today to outline the options, what factors determine their use and how to setup the right solution. Within Google Analytics there are three tiers for grouping your data: Accounts, Domains and Profiles. Accounts – analytics accounts are the top-level container for all other Google Analytics data. For the most part, unless you are an agency, like DigiKnow, you will only have access to one account. Account...</summary>
        <author>
            <name>Scott Chapin</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="basics" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="configuration" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="filtering" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://digiknow.typepad.com/analytics/"><div xmlns="http://www.w3.org/1999/xhtml"><p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" align="right" src="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef01347ffb1219970c-pi" width="400" height="281" /> Over the past week, I’ve had several clients ask me about the best way to configure their overall Google Analytics setup to cover multiple sites and domains.  I wanted to take a few minutes today to outline the options, what factors determine their use and how to setup the right solution.</p>  <p>Within Google Analytics there are three tiers for grouping your data: Accounts, Domains and Profiles.</p>  <blockquote>   <p><strong>Accounts</strong> – analytics accounts are the top-level container for all other Google Analytics data.  For the most part, unless you are an agency, like DigiKnow, you will only have access to one account.  Account = Company.</p>    <p><strong>Domains</strong> – a domain is generally an individual website and more specifically is a unique Google Analytics tracking code.  For the most part every domain or sub-domain your company has, will be its own domain in Google Analytics. Domain = Website.</p>    <p><strong>Profiles</strong> – a profile is an individual view on a domain’s data.  This one is a little more tricky.  For the most part, if you don’t have someone on staff or your agency that is intimately knowledgeable about Google Analytics, you will just have one profile that has all your data.  There are nearly infinite ways to create views on your data and I’ll cover a few of them in a minute.</p> </blockquote>  <p>One of the big challenges when you have multiple websites is whether it is better to setup multiple domains or multiple profiles within a single domain.  Generally, I recommend creating a unique GA domain for each website you have.  The one exception (which I ran into this week) was where it was technically difficult to use a different tracking code on each sub-domain.  My client didn’t have an easy way to put a unique code in each footer, so having a single domain split into profiles for each sub-domain was the better solution.</p>  <p>So how do you use profiles effectively?  There are some best practices, but ultimately it comes down to business needs.  For everyone, I recommend two profiles be created right from the start.  The first is an unfiltered profile that has all the collected data and the second is a profile that has your own traffic removed via <a href="http://digiknow.typepad.com/analytics/2009/08/filtering-incoming-data-to-improve-accuracy.html" target="_blank">IP filtering</a>.  This lets you separate out what you are doing from what “real” customers are doing, but still gives you access to everything should you need it.  From there, the possibilities are nearly endless, but let me give some examples of what we’ve done.</p>  <ul>   <li>For a local public institution, we setup profiles with and without visitors on the local wifi and publicly available computers.  This let us see how visitors used the website differently in the building, the workplace or at home. </li>    <li>For a national CPG company, we setup a profile to treat a section of the site as it’s own website.  This let us see the interactions with the site in a narrow view. Data like page views, bounce rate and referring sites give a greater accuracy than with an advanced segment. </li>    <li>For a state university, profiles were setup for each of the individual colleges to allow access only to data for their area of the site.  </li> </ul>  <p>Profiles and filters can create a near infinite views on your site data.  Hopefully this serves as a good primer for the setup of a set of domains and profiles within Google Analytics.  I’ll continue to expand on this in the future.</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/PracticalAnalyticsbyDigiKnow/~4/j7tcv_45eB8" height="1" width="1" /></div></content>



    <feedburner:origLink>http://digiknow.typepad.com/analytics/2010/04/google-analytics-accounts-domains-and-profiles-oh-my.html</feedburner:origLink></entry>
    <entry>
        <title>Analytics for iPhone Apps</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PracticalAnalyticsbyDigiKnow/~3/hZ5VbEGw5WU/analytics-for-iphone-apps.html" />
        <link rel="replies" type="text/html" href="http://digiknow.typepad.com/analytics/2010/04/analytics-for-iphone-apps.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8341fb3ec53ef013110092c67970c</id>
        <published>2010-04-01T15:14:19-04:00</published>
        <updated>2010-04-01T15:14:19-04:00</updated>
        <summary>Usually when I talk about analytics, we are focused on websites or at least apps that live within a browser. Today, I want to look at analytics within mobile apps, specifically for iPhone apps. Although we’ve build iPhone apps before, we didn’t care much about analyzing usage previously, but today we launched a new app, the Latin Recipe Shaker, and because type of app it is and the scope of the advertising around it, we wanted to make sure everything we did was measurable. The first challenge we faced was the decision on which analytics package to use. We ended...</summary>
        <author>
            <name>Scott Chapin</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="mobile" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="solution providers" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://digiknow.typepad.com/analytics/"><div xmlns="http://www.w3.org/1999/xhtml"><p><img style="display: inline; margin-left: 0px; margin-right: 0px" align="right" src="http://www.mapds.com.au/newsletters/0807/iphone_home.gif" width="145" height="240" />Usually when I talk about analytics, we are focused on websites or at least apps that live within a browser.  Today, I want to look at analytics within mobile apps, specifically for iPhone apps.  Although we’ve build iPhone apps before, we didn’t care much about analyzing usage previously, but today we launched a new app, the <a href="http://itunes.apple.com/app/latin-recipe-shaker-from-carnation/id363942345?mt=8" target="_blank">Latin Recipe Shaker</a>, and because type of app it is and the scope of the advertising around it, we wanted to make sure everything we did was measurable.</p>  <p>The first challenge we faced was the decision on which analytics package to use.  We ended up focusing on two main solutions: Flurry and Google Analytics.  In looking at both tools from an analysts perspective, I didn’t see much difference in the reporting provided.  The way the user’s location is tracked seems to be a bit more robust in Flurry, but since the app isn’t mobile aware, that was not a factor for us.</p>  <p>The second question was about implementation.  After having my developers look at both systems, they said the implementation was nearly identical, so there wasn’t any preference on their side.  Both systems use an asynchronous processing of data so that every click and swipe isn’t pushed up in real time.  Flurry uploads the data from the previous visit when the app starts.  Google Analytics lets you set a delay, which defaults to 10 seconds, and then it uploads the data on that interval.  Although it uses more pushes, I prefer the Google Analytics route.</p>  <p>Since all things were equal, and since DigiKnow is a Google Analytics Authorized Consultant, we decided to go with Goggle Analytics.</p>  <p>The implementation basically allows for two types of tracking: page views and events.  From what I know, you can’t do custom variables yet.  We setup page views for each of the main screens and did events for the settings changes, adding/removing on the favorites page and the keyword recipe search.  </p>  <p>The only major hiccup that we’ve seen so far is that the Visits data doesn’t seem to be quite right.  Somehow a single real-life visit shows up as multiple visits in Google Analytics.  This may be related to the asynchronous processing.  The other data point that isn’t quite right is geography.  Since we didn’t want to use the iPhone GPS, our app just uses IP for location, and every iPhone that is on 3G or Edge looks like it is in Dallas (the home of AT&amp;T).  </p>  <p>Overall, the process of implementing analytics was fairly simple and the data coming in is very valuable.</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/PracticalAnalyticsbyDigiKnow/~4/hZ5VbEGw5WU" height="1" width="1" /></div></content>



    <feedburner:origLink>http://digiknow.typepad.com/analytics/2010/04/analytics-for-iphone-apps.html</feedburner:origLink></entry>
    <entry>
        <title>Analytics @ SXSW</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PracticalAnalyticsbyDigiKnow/~3/seIC8KHyZUs/analytics-sxsw.html" />
        <link rel="replies" type="text/html" href="http://digiknow.typepad.com/analytics/2010/03/analytics-sxsw.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8341fb3ec53ef01310fbbdd46970c</id>
        <published>2010-03-19T10:36:37-04:00</published>
        <updated>2010-03-19T10:36:37-04:00</updated>
        <summary>I was fortunate to be able to spend four days last weekend down in Austin, TX at South By Southwest’s (SXSW) Interactive Conference. In addition to meeting a ton of great people from around the world, there were amazing sessions on every topic under the sun, from user experience to mobile, from copyright to managing Gen Y. One thing that was obviously missing from the conference though was a discussion on analytics. Of the several hundred panels within the interactive schedule, there was just one panel on analytics. Today, now that I’m recovered and back in the swing of things,...</summary>
        <author>
            <name>Scott Chapin</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="basics" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="mobile" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://digiknow.typepad.com/analytics/"><div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef01310fbbdd2d970c-pi"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="right" src="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef01310fbbdd39970c-pi" width="160" height="240" /></a>I was fortunate to be able to spend four days last weekend down in Austin, TX at <a href="http://sxsw.com/interactive" target="_blank">South By Southwest’s</a> (SXSW) Interactive Conference.  In addition to meeting a ton of great people from around the world, there were amazing sessions on every topic under the sun, from user experience to mobile, from copyright to managing Gen Y.  One thing that was obviously missing from the conference though was a discussion on analytics.  Of the several hundred panels within the interactive schedule, there was just one panel on analytics.  Today, now that I’m recovered and back in the swing of things, I checked the <a href="http://panelpicker.sxsw.com/ideas/index/interactive/q:analytics" target="_blank">panel picker</a>, where interactive fans and attendees can vote on which topics will be presented at the conference, and of the 2400 submitted ideas, only 20 had anything to do with analytics (some very loosely).  Analytics is clearly underrepresented.  Next year, I think I’ll need to do my part to try and fix that!</p>  <p><strong>Just One Panel?</strong></p>  <p>The one panel that  made it onto the conference was “What Are Analytics? A Guide To Practical Data”, which had a slightly misleading title, since it was 100% about social media analytics. <a href="http://www.linkedin.com/in/margaretfrancis" target="_blank">Margaret Francis</a> and <a href="http://www.linkedin.com/in/blakerobinson" target="_blank">Blake Robinson</a> lead a packed room of over 200 attendees and did a nice overview of the top things to be measuring within social media campaigns.  Some of their key points included a focus on social media sentiment, comparing your brand/company to the competition and considering the tangential relationships that can be found by going down the rabbit hole of tag clouds and keyword usage.  The panelists admitted that we are very much in the infancy of social media measurement.  While tools like <a href="http://www.postrank.com/" target="_blank">PostRank.com</a>, <a href="http://twittercounter.com/" target="_blank">TwitterCounter.com</a> and Nielsen's <a href="http://www.blogpulse.com/" target="_blank">BlogPulse</a> are useful, they are not at all equivalent to the tools that we have to measure website interactions today.  Geographic and demographic profiles on social media are barely directional at this point, but everything will continue to evolve.  Their key takeaways were: make data visible, set goals and metrics, track performance over time.</p>  <p><strong>Mobile Tracking</strong></p>  <p>As part of the conference, DigiKnow had the opportunity to work on a mobile project with one of the event sponsors (who I can’t mention by name).  I wanted to share a little of this experience, since it was our most focused effort in measuring mobile.  For this site, we initially setup Google Analytics with image based mobile tracking, figuring that would cover both smart phones that could run the JavaScript tracking and feature phones that might not be able to.  On Sunday (half way through the conference), our data seemed low and we wondered if there was a problem, so we added in a second profile running the JavaScript tracking.  As it turned out, the image tracking was only getting about half of the data that the JavaScript tracking revealed.  Today, well after the fact, I also ran the site’s logs through a log-based tool and it came back with data that was very similar to the JavaScript tracking.  Given the fact that the typical SXSW crowd are smartphone users, this wasn’t too surprising.</p>  <p>Key takeaways: </p>  <ul>   <li>     <p>For mobile, if you can use multiple collection methods (image, JavaScript, logs) you will get the most complete picture, but if you can only do one, I recommend sticking with standard JavaScript tracking</p>   </li>    <li>     <p>Any time you are using a new tool or data collection method, test it thoroughly before launching it.  We needed more test data to reveal the deficiencies in the image tracking for mobile in our project.</p>   </li> </ul><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/PracticalAnalyticsbyDigiKnow/~4/seIC8KHyZUs" height="1" width="1" /></div></content>



    <feedburner:origLink>http://digiknow.typepad.com/analytics/2010/03/analytics-sxsw.html</feedburner:origLink></entry>
    <entry>
        <title>Questions from the field</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PracticalAnalyticsbyDigiKnow/~3/Hl_4kZg8fRA/questions-from-the-field.html" />
        <link rel="replies" type="text/html" href="http://digiknow.typepad.com/analytics/2010/02/questions-from-the-field.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8341fb3ec53ef01310f400d3e970c</id>
        <published>2010-02-26T15:30:29-05:00</published>
        <updated>2010-02-26T15:30:29-05:00</updated>
        <summary>DigiKnow continues to offer our analytics seminars that we started late last year. Since we just had our latest one yesterday, I figured I’d take a few minutes today and blog about the questions that came from our attendees. Question 1: We moved from AWStats to Google Analytics and our data doesn’t line up to compare year-over year. Can you explain this? Matching data between various analytics systems is always a tricky thing. Moving from a log based system (AWStats) to a tagging based system (Google Analytics) is even more confusing. Log based systems track every interaction on the website,...</summary>
        <author>
            <name>Scott Chapin</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="basics" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="configuration" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="filtering" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="solution providers" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://digiknow.typepad.com/analytics/"><div xmlns="http://www.w3.org/1999/xhtml"><p>DigiKnow continues to offer our <a href="http://digiknow.typepad.com/analytics/2009/12/from-data-to-action-digiknow-seminar-series.html" target="_blank">analytics seminars</a> that we started late last year.  Since we just had our latest one yesterday, I figured I’d take a few minutes today and blog about the questions that came from our attendees.</p>  <p><em>Question 1: We moved from AWStats to Google Analytics and our data doesn’t line up to compare year-over year.  Can you explain this?</em></p>  <p>Matching data between various analytics systems is always a tricky thing.  Moving from a log based system (AWStats) to a tagging based system (Google Analytics) is even more confusing.  Log based systems track every interaction on the website, including image views, PDF downloads, etc.  Tagging based systems only track page views, unless specific code is in place to track downloads.  If one system is considering PDFs as page views and the other is ignoring them, you will have a discrepancy in your data.  </p>  <p>A major area of discrepancy for this attendee was in their traffic sources.  Although I don’t remember the exact numbers, AWStats was reporting something like 30% search, 30% direct and 40% referrals whereas Google Analytics was reporting 60% search, 20% direct and 20% referrals and 2% other (I realized these don’t add up).  This is significantly different and as it turned out was due to two main factors: First, AWStats was reporting alternative domain names (ex: site is xyz123.com but abc987.com also gets you to the site) as referring sites, dramatically boosting the amount of traffic from referrals (I think it was 15K vs. 5K between systems).  Secondly, Google Analytics was tracking banner and paid search campaigns in the “Other” category, whereas AWStats was putting that either within direct traffic, referral or search.</p>  <p> </p>  <p><em>Question 2: On our Ecommerce site, my development team said we can’t use Google Analytics because of the way the pages are structured.  Is that true?</em></p>  <p>This one is a little less obvious since we weren’t looking at the attendee's website, but given what she was describing, it sounded like they were able to get the data into Google Analytics, but it wasn’t displaying anything useful.  I’m speculating that, because this was Ecommerce, they were including a transaction ID value in the URL string, so that each visitor’s pages were unique.  Visitor #1’s visit to www.xyz123.com/product?id=4564&amp;transid=1 and Visitor #2’s visit to the same page looked like www.xyz123.com/product?id=4564&amp;transid=2.  They are the same page, but to Google Analytics, looked completely different.  The solution I suggested was to apply a <a href="http://digiknow.typepad.com/analytics/2009/08/filtering-incoming-data-to-improve-accuracy.html" target="_blank">Google Analytics filter</a> to the profile that would strip off the Transaction ID (“transid” in my example) and then the two pages would look the same.</p>  <p><em /></p>  <p><em>Question 3: To install a tagging based analytics packages, to I have to edit every page on the website?</em></p>  <p>This one is a little easier and the answer is yes.  But what marketers not familiar with HTML and server side scripting don’t know, is how includes work and how easy that can make update <em>every</em> page on the website.  An include is a sub-set of the full page HTML that is stored in a separate file for reference by a page.  A single include is often used as a footer for the entire website, so a single update can change the entire site, making adding a tracking script just a few minutes of work.  </p>  <p> </p>  <p>If you have any questions that you’d like to see answered on this blog, please email <a href="mailto:analytics@digiknow.com">analytics@digiknow.com</a> and we’d be glad to help.  If you are in the Cleveland area and want to attend one of our seminars, please feel free to email about that too.</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/PracticalAnalyticsbyDigiKnow/~4/Hl_4kZg8fRA" height="1" width="1" /></div></content>



    <feedburner:origLink>http://digiknow.typepad.com/analytics/2010/02/questions-from-the-field.html</feedburner:origLink></entry>
    <entry>
        <title>DigiKnow is now a Google Analytics Authorized Consultant</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PracticalAnalyticsbyDigiKnow/~3/esszhG_kWMQ/digiknow-is-now-a-google-analytics-authorized-consultant.html" />
        <link rel="replies" type="text/html" href="http://digiknow.typepad.com/analytics/2010/02/digiknow-is-now-a-google-analytics-authorized-consultant.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8341fb3ec53ef01287794d6ed970c</id>
        <published>2010-02-12T09:19:53-05:00</published>
        <updated>2010-02-12T09:19:53-05:00</updated>
        <summary>The main purpose of this blog is to provide training, advice, tips and examples to help you, our readers, with the every day analytics challenges. Today, I must take a little diversion from that to announce that DigiKnow has been added to Google’s Authorized Consultant list. We are very happy to be added to this group of top-tier consultants and are excited to see how we can use this new status to further help our customers and provide input on the Google Analytics system. As you’ve probably gathered from examples in our blog posts, we are strong advocates of Google...</summary>
        <author>
            <name>Scott Chapin</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="basics" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="solution providers" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://digiknow.typepad.com/analytics/"><div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef0120a8924675970b-pi"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="right" src="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef01287794d6e8970c-pi" width="240" height="225" /></a> </p>  <p> </p>  <p>The main purpose of this blog is to provide training, advice, tips and examples to help you, our readers, with the every day analytics challenges.  Today, I must take a little diversion from that to announce that DigiKnow has been added to <a href="http://www.google.com/analytics/authorized_consultants.html" target="_blank">Google’s Authorized Consultant list</a>.  </p>  <p>We are very happy to be added to this group of top-tier consultants and are excited to see how we can use this new status to further help our customers and provide input on the Google Analytics system.  </p>  <p>As you’ve probably gathered from examples in our blog posts, we are strong advocates of Google Analytics, both from it’s cost perspective (it’s free!) and what it can do.</p>  <p>DigiKnow’s <a href="http://digiknow.typepad.com/analytics/analytics-team.html" target="_blank">analytics team</a> guides clients through the <a href="http://digiknow.typepad.com/analytics/services.html">code implementation, configuration, reporting and analysis</a> within Google Analytics.  With our new status, we will continue to offer all of these services, and with access to a new community of experts, our own knowledge will continue to grow.</p>  <p>If you have any analytics needs, please contact us at <a href="mailto:analytics@digiknow.com">analytics@digiknow.com</a> or call us at 216-325-1900.</p>  <p> </p>  <p> </p>  <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b5ff83a7-107f-4c7c-b5e6-b48cd6a1643f" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Google+Analytics" rel="tag">Google Analytics</a>,<a href="http://technorati.com/tags/GAAC" rel="tag">GAAC</a>,<a href="http://technorati.com/tags/authorized" rel="tag">authorized</a>,<a href="http://technorati.com/tags/consultant" rel="tag">consultant</a>,<a href="http://technorati.com/tags/DigiKnow" rel="tag">DigiKnow</a>,<a href="http://technorati.com/tags/expert" rel="tag">expert</a></div><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/PracticalAnalyticsbyDigiKnow/~4/esszhG_kWMQ" height="1" width="1" /></div></content>



    <feedburner:origLink>http://digiknow.typepad.com/analytics/2010/02/digiknow-is-now-a-google-analytics-authorized-consultant.html</feedburner:origLink></entry>
    <entry>
        <title>Custom Variables  Tracking more than just visits</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PracticalAnalyticsbyDigiKnow/~3/Iai5S03LAJE/custom-variables-tracking-more-than-just-visits.html" />
        <link rel="replies" type="text/html" href="http://digiknow.typepad.com/analytics/2010/01/custom-variables-tracking-more-than-just-visits.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8341fb3ec53ef01287729b2c0970c</id>
        <published>2010-01-29T11:58:57-05:00</published>
        <updated>2010-01-29T12:00:48-05:00</updated>
        <summary>Analytics has come a long way over the past ten years. We started with simple hits and visits from daily log analysis, then moved on to real-time tagging and more “modern” tracking methods. Along the way we’ve gained the ability to segment, test various ideas, and filter out the noise from our website data. Today, we have the ability to add data to website visitor activities to gain another level of insight. When web analysis started, the only data we had access to was that coming from the web browser stored in server log files. This included the pages/files requested,...</summary>
        <author>
            <name>Scott Chapin</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="configuration" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="segmentation" />
        
        
<content type="html" xml:lang="en-US" xml:base="http://digiknow.typepad.com/analytics/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;Analytics has come a long way over the past ten years.&amp;#160; We started with simple hits and visits from daily log analysis, then moved on to real-time tagging and more “modern” tracking methods.&amp;#160; Along the way we’ve gained the ability to &lt;a href="http://digiknow.typepad.com/analytics/2010/01/back-to-basics-segmentation.html"&gt;segment&lt;/a&gt;, &lt;a href="http://digiknow.typepad.com/analytics/2009/11/website-optimization.html"&gt;test various ideas&lt;/a&gt;, and &lt;a href="http://digiknow.typepad.com/analytics/2009/08/filtering-incoming-data-to-improve-accuracy.html"&gt;filter out the noise&lt;/a&gt; from our website data.&amp;#160; Today, we have the ability to add data to website visitor activities to gain another level of insight.&lt;/p&gt;  &lt;p&gt;When web analysis started, the only data we had access to was that coming from the web browser stored in server log files.&amp;#160; This included the pages/files requested, computer information and visitor IP address.&amp;#160; Even if the visitor had logged in and we had a complete profile on them, we couldn’t do anything with that data.&amp;#160; Today, thankfully, we can insert these additional data points, such as demographics (age, gender, etc.), preferences (heavy user, light user) or even memberships levels (non-member, basic, premium), into the data stream and use this data in our analysis.&lt;/p&gt;  &lt;p&gt;Each analytics package has it’s own way of handling custom variables, both in the number allowed and the code-level configuration.&amp;#160; Below is a video from Google about how to handle this in Google Analytics (fast forward to 11:21 in the video – audio quality is not great).&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:4764ba81-9256-4da7-adbc-cfabd462725d" class="wlWriterEditableSmartContent"&gt;&lt;div id="578bda8e-821b-49bf-ac22-108f6ce288d6" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=NWwVj_X0WxY" target="_new"&gt;&lt;img src="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef0120a8268e6d970b-pi" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('578bda8e-821b-49bf-ac22-108f6ce288d6'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/NWwVj_X0WxY&amp;amp;hl=en\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/NWwVj_X0WxY&amp;amp;hl=en\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p&gt;One custom variable implementation that DigiKnow did that I think is a little outside the box, is using the page-level variable to track 404 (page not found) errors on a website.&amp;#160; This may be a little more technical than I usually get here, but to explain what we did, the line of code in red was added to the 404.html page for the website.&amp;#160; The parameters on the “setCustomVar” call are indicating: slot/key #1, Category of variable, Value for category and that the variable is page-level (3).&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;     &lt;br /&gt;var gaJsHost = ((&amp;quot;https:&amp;quot; == document.location.protocol) ? &amp;quot;https://ssl.&amp;quot; : &amp;quot;http://www.&amp;quot;);      &lt;br /&gt;document.write(unescape(&amp;quot;%3Cscript src='&amp;quot; + gaJsHost + &amp;quot;google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E&amp;quot;));      &lt;br /&gt;&amp;lt;/script&amp;gt;      &lt;br /&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;      &lt;br /&gt;try {      &lt;br /&gt;var pageTracker = _gat._getTracker(&amp;quot;UA-XXXXXXXX-1&amp;quot;);      &lt;br /&gt;&lt;font color="#ff0000"&gt;pageTracker._setCustomVar(1, &amp;quot;Error&amp;quot;, &amp;quot;404&amp;quot;, 3);&lt;/font&gt;      &lt;br /&gt;pageTracker._trackPageview();      &lt;br /&gt;} catch(err) {}&amp;lt;/script&amp;gt;      &lt;br /&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;What results from this is new content in the Custom Variables section (under Visitors) &lt;/p&gt;  &lt;p&gt;&lt;a href="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef0120a8268aef970b-pi"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef01287729b2b2970c-pi" width="604" height="266" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;More importantly, now I can setup custom report “&lt;a href="http://www.google.com/analytics/reporting/edit_custom_report?share=1D72eiYBAAA.5cmZVfTgv7FSDQaf3SApcMFMq9UqijyPM-QHrbNk9_hbSBMag9uwdgsMJ4vzIjKr3d-1UJiKlePV5yKbHunvQA.WfyfqbJOnUr5ssMq1PDehA"&gt;Pages with 404 Errors&lt;/a&gt;” and a segment “&lt;a href="http://www.google.com/analytics/reporting/add_segment?share=o8bxeiYBAAA.RD_MY1rbVaEf7ayaUJLvVNLe_M4Sjrs4DXM27wpGaME7hzJbmh7VT2C6QzAkzwK9hUQ5T0kwe0em6xupzG5u8w.tScQ1lO9kEWLWx_-s1m5xg"&gt;Visits with 404 Errors&lt;/a&gt;” and see how and why visitors are getting to pages that don’t exist.&amp;#160; &lt;/p&gt;  &lt;p&gt;If the technical details here are daunting, don’t worry, there are &lt;a href="http://digiknow.typepad.com/analytics/analytics-team.html"&gt;experts&lt;/a&gt; to help with that.&amp;#160; Just knowing that you can bring customer profiles or other custom variables (like the 404 example) into your analytics data should get your mind going about what else you might want to track.&lt;/p&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/PracticalAnalyticsbyDigiKnow/~4/Iai5S03LAJE" height="1" width="1"/&gt;</content>



    <feedburner:origLink>http://digiknow.typepad.com/analytics/2010/01/custom-variables-tracking-more-than-just-visits.html</feedburner:origLink></entry>
    <entry>
        <title>Back to Basics: Segmentation</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PracticalAnalyticsbyDigiKnow/~3/xxJlQjDhmMw/back-to-basics-segmentation.html" />
        <link rel="replies" type="text/html" href="http://digiknow.typepad.com/analytics/2010/01/back-to-basics-segmentation.html" thr:count="2" thr:updated="2010-03-10T12:02:12-05:00" />
        <id>tag:typepad.com,2003:post-6a00d8341fb3ec53ef0120a7f17200970b</id>
        <published>2010-01-20T06:43:14-05:00</published>
        <updated>2010-01-20T06:43:14-05:00</updated>
        <summary>Although I've made several posts about segmentation, I thought it would be good to take a step back and talk about what segmentation is and why it is one of the most powerful tools in the analytics tool kit. Segmentation is the ability to look at just a portion of your traffic, based on some criterion such as geography, site action, time of day, or some other custom variable you set. The power from segmentation (also known as filtering) is by comparing the patterns of one segment of your users versus the activities of another. Separating out these groups helps...</summary>
        <author>
            <name>Scott Chapin</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="basics" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="filtering" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="segmentation" />
        
        
<content type="html" xml:lang="en-US" xml:base="http://digiknow.typepad.com/analytics/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;&lt;a href="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef0120a7f1718a970b-pi"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="iStock_000005663632XSmall" border="0" alt="iStock_000005663632XSmall" align="right" src="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef0120a7f1719b970b-pi" width="240" height="209" /&gt;&lt;/a&gt; Although I've made several &lt;a href="#segmentation"&gt;posts about segmentation&lt;/a&gt;, I thought it would be good to take a step back and talk about what segmentation is and why it is one of the most powerful tools in the analytics tool kit.&amp;#160; Segmentation is the ability to look at just a portion of your traffic, based on some criterion such as geography, site action, time of day, or some other custom variable you set.&amp;#160; The power from segmentation (also known as filtering) is by comparing the patterns of one segment of your users versus the activities of another.&amp;#160; Separating out these groups helps you see how each is performing and try to isolate opportunities.&lt;/p&gt;  &lt;p&gt;Let me provide a concrete example.&amp;#160; For a client, we are running a banner and paid search campaign to drive traffic to the site.&amp;#160; The campaign traffic currently accounts for less than 5% of the total site traffic, so there aren’t any dramatic changes in the overall site traffic usage patterns.&amp;#160; Knowing that, I wanted to see if despite being low volume, whether the campaign driving high value.&amp;#160; By creating two segments, one for banners and one for paid search, I could see not only the basics of page views, conversion, etc. (available elsewhere in Google Analytics, in this case) but I could also see what specific pages received the most traffic, the city/state where visitors were coming from, and the browser/OS used to access the site.&amp;#160; With this information, I got an idea of the type of visitors coming in from each of the campaigns and can put more money in the right place next month.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef012876f48da4970c-pi"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="right" src="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef012876f48de9970c-pi" width="244" height="175" /&gt;&lt;/a&gt; Segments are powerful.&amp;#160; Segments let you slice your site data down to a single user and see what he/she did.&amp;#160; Scary powerful.&amp;#160; But how often do you really need or want to do that.&amp;#160; If you use Google Analytics, within Advanced Segmentation (their name for this), there are several predefined segments: New/Returning Visitors, Paid/Non-Paid Search, Search/Referral/Direct Traffic, Visits with Conversions, Visits from iPhones, Non-Bounce Visits.&amp;#160; These are all great and if you do nothing beyond using these, you are already ahead of many people.&amp;#160; &lt;/p&gt;  &lt;p&gt;But of course, I would love everyone to take this further. Here are some other general segments that I would suggest (with links to Google Analytics examples):&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Completed a specific site goal&lt;/strong&gt; – if you have goals setup in GA (I hope you do!) then you can use the goal as a segmentation point.&amp;#160; If you aren’t using goals, visitors that reach a specific page can be considered a goal.       &lt;ul&gt;       &lt;li&gt;Example: &lt;a href="http://www.google.com/analytics/reporting/add_segment?share=uLtzSyYBAAA.RD_MY1rbVaEf7ayaUJLvVMGvP3MCNidJwF5HlBMUtHE7hzJbmh7VT2C6QzAkzwK9BelMH7mZCeLsatFDLCqdvQ.tNo2RLu01znPPUC3OgKn8g"&gt;Complete Goal #1 segment&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Mobile visits&lt;/strong&gt; – For the purposes of segmentation, I consider anything smaller than 640x480 to be mobile.       &lt;ul&gt;       &lt;li&gt;Example: &lt;a href="http://www.google.com/analytics/reporting/add_segment?share=uLtzSyYBAAA.RD_MY1rbVaEf7ayaUJLvVMGvP3MCNidJwF5HlBMUtHE7hzJbmh7VT2C6QzAkzwK9BelMH7mZCeLsatFDLCqdvQ.tNo2RLu01znPPUC3OgKn8g"&gt;Mobile segment&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Campaign visits&lt;/strong&gt; (general or specific campaign) – this can be setup using a campaign name, campaign medium or many other dimensions.       &lt;ul&gt;       &lt;li&gt;Example: &lt;a href="http://www.google.com/analytics/reporting/add_segment?share=-Yd6SyYBAAA.RD_MY1rbVaEf7ayaUJLvVK6IgJ8h33W3hOeoGqninmI7hzJbmh7VT2C6QzAkzwK9TmUDsQOvITW6eevG1Ccd5A.B7bF0l9SDcRmPnCJ4t4kVA"&gt;All campaign traffic segment&lt;/a&gt;; &lt;a href="http://www.google.com/analytics/reporting/add_segment?share=jnN7SyYBAAA.RD_MY1rbVaEf7ayaUJLvVOzQFrmakHteZaekUB0eWhQ7hzJbmh7VT2C6QzAkzwK9bqNehyKurllpAXhRsYy2Cg.N66QHGd5FszZJgssp19maQ"&gt;Banner campaign traffic segment&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Visits from or excluding a specific geography&lt;/strong&gt; – this could be visitors specifically in the US or only international visits; maybe visitors from Ohio vs. visitors from Pennsylvania       &lt;ul&gt;       &lt;li&gt;Example: &lt;a href="http://www.google.com/analytics/reporting/add_segment?share=T1B9SyYBAAA.RD_MY1rbVaEf7ayaUJLvVGFbMSzrdtSTTC4E2coWAQQ7hzJbmh7VT2C6QzAkzwK9a72A6fbBamcaHde2ruEkOA.bi1QjK_lRAqr3DMTMLFRUQ"&gt;US visits segment&lt;/a&gt;; &lt;a href="http://www.google.com/analytics/reporting/add_segment?share=hM5-SyYBAAA.RD_MY1rbVaEf7ayaUJLvVOaFpjY5oSKpEGnmmr6lY4Y7hzJbmh7VT2C6QzAkzwK9XnjbcQZ71FGFguTH2bp1xA.H28-1h1YuKkxPv3OOl8M8A"&gt;non-US visits segment&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Visits within a time period&lt;/strong&gt; – knowing what visitors are doing within or outside of business hours can be powerful, especially if your site has a clear pattern of more weekday traffic than weekend.       &lt;ul&gt;       &lt;li&gt;Example: &lt;a href="http://www.google.com/analytics/reporting/add_segment?share=psWCSyYBAAA.RD_MY1rbVaEf7ayaUJLvVAjyqUvFFipnCtE-mu221iI7hzJbmh7VT2C6QzAkzwK9kbW5CVfKtjlCf-aooxhRtQ.wAQ-NH0nErr7aG90TZKakA"&gt;Visits outside of business hours&lt;/a&gt; (all days)&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Internal website visits&lt;/strong&gt; – it is sometimes helpful to know what your own company is doing on your website.&amp;#160; The easiest way to track this is by Service Provider in Google Analytics if your company shows as its own service provider.&amp;#160; If not, this is tricky, but can be done through custom code.       &lt;ul&gt;       &lt;li&gt;Example: &lt;a href="http://www.google.com/analytics/reporting/add_segment?share=WMCDSyYBAAA.RD_MY1rbVaEf7ayaUJLvVEteYN8diXSR2pka5Uflh2U7hzJbmh7VT2C6QzAkzwK9O8qzjxWuRHUChWB3Xz49dg.PczQULC72OuosqmP1o1qPg"&gt;DigiKnow internal traffic segment&lt;/a&gt; (this is only useful as a model/pattern) &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The easiest way to learn how to use segments it to dive right in.&amp;#160; If you use Google Analytics, the examples above will get you started.&amp;#160; Any time you dig into analytics, the best approach is to have a goal in mind.&amp;#160; If you don’t know what you are trying to find out, you can spend a lot of time exploring, but not learn much and won’t find anything actionable.&amp;#160; Rather than try to explain any more here, I wanted to link you to a great video that explains Google Analytics Advanced Segments.&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:aacb68c3-0103-4719-b064-a50dfef5a7f9" class="wlWriterEditableSmartContent"&gt;&lt;div id="c5fc0479-5658-4608-9411-ab30e6d15f13" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=wu8YzF0AM14" target="_new"&gt;&lt;img src="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef012876f48e1a970c-pi" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('c5fc0479-5658-4608-9411-ab30e6d15f13'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/wu8YzF0AM14&amp;amp;hl=en\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/wu8YzF0AM14&amp;amp;hl=en\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p&gt;Related Posts About Segmentation&amp;#160; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;h5&gt;&lt;a href="http://digiknow.typepad.com/analytics/2009/10/google-analytics-profile-specific-segmentation.html"&gt;Profile-specific Segmentation&lt;/a&gt;&lt;/h5&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;h5&gt;&lt;a href="http://digiknow.typepad.com/analytics/2009/08/managing-google-analytics-segments.html"&gt;Managing Google Analytics Segments&lt;/a&gt;&lt;/h5&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;h5&gt;&lt;a href="http://digiknow.typepad.com/analytics/2009/09/measuring-mobile.html"&gt;Measuring Mobile&lt;/a&gt;&lt;/h5&gt;   &lt;/li&gt; &lt;/ul&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/PracticalAnalyticsbyDigiKnow/~4/xxJlQjDhmMw" height="1" width="1"/&gt;</content>



    <feedburner:origLink>http://digiknow.typepad.com/analytics/2010/01/back-to-basics-segmentation.html</feedburner:origLink></entry>
    <entry>
        <title>Book Review: Web Analytics 2.0</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PracticalAnalyticsbyDigiKnow/~3/xPAkmitbstI/book-review-web-analytics-20.html" />
        <link rel="replies" type="text/html" href="http://digiknow.typepad.com/analytics/2010/01/book-review-web-analytics-20.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8341fb3ec53ef012876b055ac970c</id>
        <published>2010-01-06T15:09:46-05:00</published>
        <updated>2010-01-06T15:45:18-05:00</updated>
        <summary>Although it is only January 6th, I can say with a pretty high degree of confidence, that the analytics book of the year is Avinash Kaushik’s new book Web Analytics 2.0. As a follow up to his first book, Web Analytics: An Hour A Day, I think Avinash out did himself with this book. If you don’t know of Avinash Kaushik, among other things, he’s Google’s Analytics Evangelist and his blog, Occam’s Razor, is a great resource for anyone interested in analytics. Web Analytics 2.0 is a nice balance of theory and practical tips, but more importantly, provides guidance for...</summary>
        <author>
            <name>Scott Chapin</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="basics" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="goals" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="optimization" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="social" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://digiknow.typepad.com/analytics/"><div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://www.webanalyticshour.com/"><img align="right" alt="image" border="0" height="244" src="http://digiknow.typepad.com/.a/6a00d8341fb3ec53ef012876b055a2970c-pi" style="border: 0px none ; display: inline; margin-left: 0px; margin-right: 0px;" title="image" width="195" /></a>Although it is only January 6th, I can say with a pretty high degree of confidence, that the analytics book of the year is Avinash Kaushik’s new book <a href="http://webanalytics20.com" target="_blank">Web Analytics 2.0</a>.  As a follow up to his first book, <a href="http://www.webanalyticshour.com/">Web Analytics: An Hour A Day</a>, I think Avinash out did himself with this book.  If you don’t know of Avinash Kaushik, among other things, he’s Google’s Analytics Evangelist and his blog, <a href="http://www.kaushik.net/avinash/">Occam’s Razor</a>, is a great resource for anyone interested in analytics.</p> <p><em>Web Analytics 2.0</em> is a nice balance of theory and practical tips, but more importantly, provides guidance for readers with a wide range of skill and experience.  Over the 14 chapters of the book, Kaushik covers almost every aspect of web analytics, from competitive analytics to optimization, even guides for picking a solution vendor and starting a career in the industry.  </p> <p>By far my favorite part of the book was Chapter 3 (“The Awesome World of Clickstream Analysis: Metrics”).  This one chapter should used as a primer for anyone thinking about buying, selling, or using web analytics.  In the chapter Avinash covers all the basics including his eight standard metrics (visits, visitors, time on page, time on site, bounce rate, exit rate, conversion rate, and engagement) and also delves into how to define a great metric.  If every website owner, marketer and developer read this, the world might just be a better place. [Note to Avinash/Wiley Publishing: release Chapter 3 as a inexpensive white paper/eBook]</p> <p>Overall the book is an easy read for anyone interested.  Avinash’s causal writing style and frequent examples makes the text engaging and entertaining.  For the most part, you can dive into any area of the book without missing too much context from the rest of the book.  Of course I recommend reading the whole thing, but even if you just read one chapter, say on social measurement, you’ll still get a lot out of it.</p> <p>Included with the book is a CD-ROM containing presentations, audio/video, white papers and what maybe the best Easter-egg on the disk, an Excel spreadsheet with the 70 URLs reference in the book.  Although the book has handy short URLs for every site referenced (like <a href="http://sn.im/gifors" title="http://sn.im/gifors">http://sn.im/gifors</a>) having them all in one place is extremely useful.  I’m tempted to publish them here, but that might violate copyright and I don’t want the folks at Wiley hunting me down.</p> <p>If you are reading this blog, I 100% recommend buying this book.  On top of being a well-written resource, all of the profits from this book (and his previous one) go to two charities: <a href="http://www.smiletrain.org/">The Smile Train</a> and <a href="http://ekalindia.org/ekal_new/index.php">The Ekal Vidyalaya Foundation</a>.  Get the book and start the new year off right with a quick education on the in’s and out’s of web analytics.</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/PracticalAnalyticsbyDigiKnow/~4/xPAkmitbstI" height="1" width="1" /></div></content>



    <feedburner:origLink>http://digiknow.typepad.com/analytics/2010/01/book-review-web-analytics-20.html</feedburner:origLink></entry>
 
</feed><!-- ph=1 -->

