<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adam Greco at Web Analytics Demystified</title>
	<atom:link href="http://adam.webanalyticsdemystified.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://adam.webanalyticsdemystified.com</link>
	<description>Adam Greco, one of the world&#039;s foremost authorities on Omniture SiteCatalyst, writing about web analytics.</description>
	<lastBuildDate>Tue, 21 May 2013 20:29:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Big vs. Little Implementations [SiteCatalyst]</title>
		<link>http://adam.webanalyticsdemystified.com/2013/05/06/big-vs-little-implementations-sitecatalyst/</link>
		<comments>http://adam.webanalyticsdemystified.com/2013/05/06/big-vs-little-implementations-sitecatalyst/#comments</comments>
		<pubDate>Mon, 06 May 2013 09:00:43 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2705</guid>
		<description><![CDATA[Over the years, I have worked on Adobe SiteCatalyst implementations for the largest of companies and the smallest of companies. In that time, I have learned that you have to have a different mindset when it comes to each type of implementation. Implementing both the same way can lead to issues. Big implementations (which can [...]]]></description>
			<content:encoded><![CDATA[<p>Over the years, I have worked on Adobe SiteCatalyst implementations for the largest of companies and the smallest of companies. In that time, I have learned that you have to have a different mindset when it comes to each type of implementation. Implementing both the same way can lead to issues. Big implementations (which can be either large due to complexity or traffic volume) are not inherently better or worse, just different. For example, an implementation at a company like Expedia is going to be very different than an implementation at a small retail website. Personally, I find things that excite me about both types. When working with a large website, the volume of traffic can be amazing and your opportunities to improve conversion are enormous. One cool insight that improves conversion by a small percentage, can mean millions of dollars! Conversely, when working with a smaller website, you usually have a smaller development team, which means that you can be very agile and implement things almost immediately.</p>
<p>Hence, there are pros and cons with each type of website and these are important things to consider when approaching an implementation or possibly when considering what type of company you want to work for as a web analyst. The following will outline some of the distinctions I have found over the years in case you find them to be helpful.</p>
<h2><strong>Implementation Differences</strong></h2>
<p><strong> </strong>The following are some of the SiteCatalyst areas that I have found to be most impacted by the size of the implementation:</p>
<p><span style="text-decoration: underline;"> </span></p>
<p style="padding-left: 30px;"><strong><span style="text-decoration: underline;">Multi-suite Tagging</span></strong><br />
Most large websites have multiple locations, sites or brands and use <a href="http://blogs.adobe.com/digitalmarketing/analytics/multi-suite-tagging-inside-omniture-sitecatalyst/" target="_blank">multi-suite tagging</a>. When you bring together data from multiple websites into one &#8220;global&#8221; suite, you have to be sure that all of the variables line up amongst the different child report suites. Failure to do this will result in data collisions that will taint Success Event metrics or combine disparate eVar/sProp values. If you have 10+ report suites, it almost becomes a full-time job to manage these, making sure that renegade developers don&#8217;t start populating variables without your knowledge. If you use multi-suite tagging and have a global report suite, my suggestion is to keep <span style="text-decoration: underline;"><strong>every</strong></span> report suite as standardized as possible. This may sound draconian, but it works.</p>
<p><img class="wrap right size-full wp-image-2725" title="Screen Shot 2013-04-30 at 11.29.21 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-04-30-at-11.29.21-AM.jpg" alt="" width="262" height="460" /></p>
<p style="padding-left: 30px;">For example, let&#8217;s say you have five report suites that are using eVars 1-45 and a few other report suites that require some new eVars. Even if the latter report suites don&#8217;t intend to use eVars 1-45 (which I doubt), I would still recommend that you use eVars 46 on for the new eVars for the additional report suites. This will ensure that you don&#8217;t encounter data conflicts. Taking this a step further, I would label eVars 1-45 as they are in the initial report suites using the <a href="http://blogs.adobe.com/digitalmarketing/analytics/admin-console-tips-inside-omniture-sitecatalyst/" target="_blank">Administration Console</a>. I would also label eVars 46 on with the new variable names in the original set of report suites. At the end of the day, when you highlight all report suites in the Admin Console and choose to see your eVars, you should strive to see no &#8220;Multiple&#8221; values. That means you have a clean implementation and no variable conflicts. Otherwise, you will encounter what I call &#8220;Multiple Madness&#8221; (shown here).</p>
<p style="padding-left: 30px;">If you <em>really</em> have a need for each website to track its own site-specific data points, one best practice is to save the last few Success Events, eVars and sProps for site-specific variables. For example, you may reserve Success Events 95-100 and eVars 70-75 to be different in each report suite. That will provide some flexibility to site owners. You just have to recognize that those Success Events and eVars should be hidden (or disabled) in the global report suite so there is no confusion. Another exception to the rule might be sites that are dramatically different than the core websites. For example, you may have a mobile app or intranet site that you are tracking with SiteCatalyst. This mobile app or intranet site may be so drastically different from your other sites that you want to have it in its own separate report suite that will never merge with your other report suites. In this case, you can either create a separate Company Login or just keep that one report suite separate from the others and use any variables you want for it. Keep in mind that the Administration Console allows you to create &#8220;groups&#8221; of report suites so you can group common ones together and use that group to make sure you don&#8217;t have any &#8220;multiple&#8221; issues. You can also use the <a href="http://blogs.adobe.com/digitalmarketing/analytics/taking-sitecatalyst-menus-to-the-masses-part-i/" target="_blank">Menu Customization</a> feature to hide variables in report suites where they are not applicable. Even if you don&#8217;t currently have a global report suite, I still recommend following the preceding approach. You never know when you might later decide to bring multiple report suites together, and using my approach makes doing so a breeze (simply changing the s_account variable) versus having to re-implement variables and move them to open slots at a later date. The latter will cause you to lose historical trends, modify reports and dashboards and confuse your end-users.</p>
<p style="padding-left: 30px;">When you have a smaller implementation, it is common to have just one production report suite. This avoids the preceding multi-suite tagging issues and makes your life a lot easier!</p>
<p style="padding-left: 30px;"><strong><span style="text-decoration: underline;">Variable Conservation</span></strong><br />
As if coordinating variables across multiple report suites isn&#8217;t hard enough, this issue is compounded by the fact that multi-suite tagging means that you only have ~110 success events, ~78 eVars and ~78 sProps to use for <span style="text-decoration: underline;">all sites together</span> vs. being able to use ~250 variables differently for each website. This means that most large implementations inevitably run out of variables (eVars are usually the first type of variable to run out). Therefore, large implementations have to be very aggressive on conserving variables, which can handcuff them at times. As a web analyst, you can often make a case for tracking almost anything, since the more data you have the more analyses you can produce and the more items you can add to your segments. Unfortunately, when dealing with a large implementation, for the reasons cited above, you may need to prioritize which data elements are the most important to track lest you run out of variables. This isn&#8217;t necessarily a bad thing as it helps your organization focus on what is really important across the entire business and tracking more isn&#8217;t always better.</p>
<p style="padding-left: 30px;">If you contrast this with a smaller implementation that has no multi-suite tagging and no global report suite, the smaller implementation is free to use all variables for the one site being tracked.  This provides ~250 variables to use as you desire. That should be plenty for any smaller site, so variable conservation isn&#8217;t as high of a priority. A few times, in my <a href="http://www.linkedin.com/company/web-analytics-demystified/training-and-educational-services-182416/product?trk=biz_product" target="_blank">SiteCatalyst training classes</a>, I have had both large and small companies sitting next to each other, and have witnessed the big company drooling over the fact that the smaller company was only using 20 of their eVars (wishing they could borrow some)! While it may sound strange, there are many cases in which I would tell a smaller organization to set success events and eVars that I would conversely tell a large organization not to set. For example, if I were working with a small organization that had only one workflow process (i.e. credit card application) and they wanted to track all six steps with success events, I might say &#8220;go for it!&#8221; But if that same scenario arose for a large website (i.e. American Express), I would encourage them to only set success events for the key milestone workflow steps to conserve success events. This is just one example of why I tend to approach large and small implementations differently.</p>
<p style="padding-left: 30px;">One final note related to variable conservation. Keep in mind that you can use concatenation combined with <a href="http://blogs.adobe.com/digitalmarketing/analytics/classifications-aka-saint-inside-omniture-sitecatalyst/" target="_blank">SAINT Classifications</a> to conserve variables. For example, instead of storing Time of Day, Day of Week and Weekday/Weekend in three separate eVars, you can concatenate those together into one and apply SAINT Classifications. This will save a few eVars and a similar process can be replicated for things like e-mail attributes, product attributes, etc.</p>
<p style="padding-left: 30px; text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-04-30-at-12.38.47-PM.jpg"><img class="aligncenter size-full wp-image-2739" title="Screen Shot 2013-04-30 at 12.38.47 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-04-30-at-12.38.47-PM.jpg" alt="" width="389" height="201" /></a></p>
<p style="padding-left: 30px;">&nbsp;</p>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Uniques Issues</strong></span><br />
If you have a large website, there is an increased chance you will have issues with &#8220;uniques.&#8221; Most eVar and sProp reports have a limit of 500,000 unique values per month. I have many large clients that try to track onsite search phrases or external search keywords and exceed the unique threshold by the 10th day of the month. This makes some key reports less useful and often results in data being exported via a data feed or DataWarehouse report to back-end tools for more robust analysis. For some large implementations, since the data points can&#8217;t be used regularly in the SiteCatalyst user interface due to unique limits, I sometimes have clients pass data to an sProp to conserve eVars, since in DataWarehouse, Discover and Segmentation, having values in an sProp is similar to having it in an eVar.</p>
<p style="padding-left: 30px;">Smaller implementations normally only hit uniques issues if they are storing session ID&#8217;s (i.e. ClickTale, Tealeaf) or customer ID&#8217;s.</p>
<p style="padding-left: 30px;"><strong><span style="text-decoration: underline;">Large # of Page &amp; Product Names</span></strong><br />
Many large websites have so many pages on their site (i.e. one page per product and over 100,000 products) that having an individual page name for each page is virtually impossible. In these cases, you often have to take page names up a level and start at a page category level. The same concept can apply to individual product names or ID&#8217;s as well.</p>
<p style="padding-left: 30px;">Smaller implementations rarely have these issues since they tend to have fewer pages and numbers of products.</p>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Page Naming Conventions</strong></span><br />
Another area where I see those running large implementations make mistakes is related to page naming across multiple websites. If you are managing a smaller implementation, you can name your pages anything you&#8217;d like. For example, while I don&#8217;t recommend it, if you want to call your website home page, &#8220;Home Page,&#8221; you will be ok. However, this approach won&#8217;t always work with a large implementation. If you have five report suites and one global report suite and you named the home page of each &#8220;Home Page,&#8221; in the global report suite, you would see data from all five report suites merged into one page name called &#8220;Home Page.&#8221; While there may be reasons to do this, you will probably also want to have a way to see things like <a href="http://blogs.adobe.com/digitalmarketing/analytics/pathing-analysis-inside-omniture-sitecatalyst/" target="_blank">Pathing</a> and <a href="http://blogs.adobe.com/digitalmarketing/analytics/participation-inside-omniture-sitecatalyst/" target="_blank">Participation</a> for each of the home pages from each site individually in the global report suite. In <a href="http://adam.webanalyticsdemystified.com/2010/03/01/page-section-site-naming-best-practices/" target="_blank">this post</a>, I show how you can have both (&#8220;have your cake and eat it too!&#8221;), but this example highlights the complexity that can arise when dealing with larger implementations.</p>
<p style="padding-left: 30px;"><strong><span style="text-decoration: underline;">SAINT Classifications</span></strong><br />
Large websites can often have a variable with more than a million SAINT classification values. Updating SAINT tables can take days or weeks unless you are methodical about your approach. Smaller sites with lower numbers of SAINT values can often re-upload their entire SAINT file daily or weekly to make sure all values are classified. Large implementations don&#8217;t have this luxury. They have to monitor which values are new or missing SAINT values so they can only upload the new or changed items so it doesn&#8217;t take weeks for SAINT tables to be updated. If you work with a large implementation, keep in mind that you can update SAINT Classifications for multiple report suites with one upload if you use the FTP method vs. browser uploads.</p>
<p style="padding-left: 30px;"><strong><span style="text-decoration: underline;">Time to Implement</span></strong><br />
In general, large implementations tend to move slower than smaller ones. While <a href="http://www.google.com/search?as_q=tag+management+system" target="_blank">tag management systems</a> are helping to remedy this, I still find that adding new variables or fixing broken variables takes much longer with large implementations (often due to corporate politics!). This means that you have to be sure that your tagging specifications are right the first time, since getting changes in after a release may be difficult.</p>
<p style="padding-left: 30px;">Conversely, with smaller websites, you can be much more nimble and update SiteCatalyst tagging on the fly. For example, you may doing a specific analysis and realize that it would be helpful for you to have the Zip Code associated with a form. If you work with a smaller site, you may be able to use a <a href="http://blogs.adobe.com/digitalmarketing/analytics/15-for-15-processing-rules-and-context-data-variables/" target="_blank">SiteCatalyst Processing Rule</a> or call your developer and have them add Zip Code to eVar30 and have data the same day!</p>
<p style="padding-left: 30px;"><strong><span style="text-decoration: underline;">Globally Shared Metrics, Dashboards, Reports, etc.</span></strong><br />
When you work with a small implementation, you may have a few calculated metrics, dashboards or reports that you share out to your users. This is a great way to collaborate and enforce some standards or consistency related to your implementation. However, when you have a large implementation, sometimes with 300+ SiteCatalyst users having logins, this type of sharing can easily get out of control. Imagine each SiteCatalyst user sharing five reports or dashboards. The shared area of the interface becomes a mess and you are not sure which reports/dashboards you should be using. Therefore, when you are working with a large implementation, it is common to have to implement some processes in which reports and dashboards are sent to the core web analytics team who can then share them out to others. This allows the SiteCatalyst user community to know which reports/dashboards are &#8220;approved&#8221; by the organization. You can learn more about centralizing reports and dashboards by <a href="http://adam.webanalyticsdemystified.com/2012/11/26/corporate-logins-labels/" target="_blank">reading this blog post</a>.</p>
<h2><strong>Final Thoughts</strong></h2>
<p>As I mentioned in the beginning of this post, bigger isn&#8217;t always better. As shown from the items above, I often find that bigger implementations lead to more headaches and more limitations. However, keep in mind that with great volume, comes conversion improvement opportunities that often dwarf smaller sites.</p>
<p>One over-arching piece of advice I would give you, regardless of whether you work with a large or small implementation, is to review your implementation every six months (or at least yearly) and determine if you are still using all of your variables. It is better to get rid of what you no longer need periodically than to have to do a massive overhaul one day in the future.</p>
<p>While this post covers just a few of the differences between large and small implementations, they are the ones that I tend to see people mess up the most. If you have other tips for readers, feel free to leave a comment here. Thanks!</p>
                <hr noshade style="margin:0;height:1px" /><br />
&copy; 2010 Web Analytics Demystified | <a href="http://www.webanalyticsdemystified.com">www.webanalyticsdemystified.com</A>      <br />
<br><br><b>Looking for a new job in web analytics?</b> Check out the <a href="http://www.webanalyticsdemystified.com/job_list.asp">Web Analytics Demystified Job Board!</A>         ]]></content:encoded>
			<wfw:commentRss>http://adam.webanalyticsdemystified.com/2013/05/06/big-vs-little-implementations-sitecatalyst/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Revenue Bands [SiteCatalyst]</title>
		<link>http://adam.webanalyticsdemystified.com/2013/03/25/revenue-bands-sitecatalyst/</link>
		<comments>http://adam.webanalyticsdemystified.com/2013/03/25/revenue-bands-sitecatalyst/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 10:30:50 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2632</guid>
		<description><![CDATA[When it comes to tracking online purchases in SiteCatalyst, there are many different ways to report on Orders, Units and Revenue. There are the standard shopping cart metrics and an easy way to create calculated metrics using those cart metrics, such as Average Order Value (AOV). However, a question I get from time to time [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to tracking online purchases in SiteCatalyst, there are many different ways to report on Orders, Units and Revenue. There are the standard shopping cart metrics and an easy way to create calculated metrics using those cart metrics, such as Average Order Value (AOV). However, a question I get from time to time is related to looking at website data by how much money visitors spend in an Order. In this post, I will share some thoughts on how to add Revenue Bands to your SiteCatalyst implementation.</p>
<h2>Revenue Bands</h2>
<p>So what do I mean by Revenue Bands? I think of Revenue Bands as groupings of revenue amounts by which you can view any of your SiteCatalyst Success Events. For example, let&#8217;s say that your boss comes to you and wants to know what percent of Orders taking place last week were between $200 and $300. That seems like an easy question for SiteCatalyst to answer right? But how would you actually answer it? In the past, I have shown how you could use a <a href="http://blogs.adobe.com/digitalmarketing/analytics/counter-evars-inside-omniture-sitecatalyst/" target="_blank">Counter eVar</a> to store and accrue <a href="http://adam.webanalyticsdemystified.com/2011/10/03/purchases-to-date-omniture/" target="_blank">Revenue to Date</a>, but that answers a related, but different question than the one at hand.</p>
<p>One way to answer this question would be to use <a href="http://blogs.adobe.com/digitalmarketing/analytics/segment-builder-best-practices-inside-omniture-sitecatalyst/" target="_blank">Segmentation</a>. You could create a segment in which Orders were greater than $300 and less than $400 and then apply this to any SiteCatalyst report. However, you may get future questions asking for different amounts, such as Orders greater than $400 or greater than $500, etc. This would necessitate creating multiple different segments, which might be annoying after a while.</p>
<p>Another approach would be to classify your Order ID eVar report. As a best practice, you should be storing each unique Order ID an a custom eVar as described in <a href="http://adam.webanalyticsdemystified.com/2010/07/26/validating-orders-revenue/" target="_blank">this blog post</a>. Once you are doing this, you could classify all Orders into buckets so items in each of the rows shown here would be grouped into the correct Revenue Band using <a href="http://blogs.adobe.com/digitalmarketing/analytics/classifications-aka-saint-inside-omniture-sitecatalyst/" target="_blank">SAINT Classifications</a>:</p>
<p><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-02-13-at-9.56.10-PM.png"><img class="aligncenter size-full wp-image-2636" title="Screen Shot 2013-02-13 at 9.56.10 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-02-13-at-9.56.10-PM.png" alt="" width="373" height="381" /></a></p>
<p>However, this would be a pain to keep updated so I would steer away from this option.</p>
<p>So what would be the easiest way to see SiteCatalyst data by Revenue Bands? My advice is to simply identify the Revenue Bands that you care about, and use some tagging (or a processing rule) to pass these Revenue Bands to an eVar on the order confirmation page. For example, let&#8217;s say you want one Revenue Band for &#8220;Under $50,&#8221; another for $51-$100 and then after that for each one hundred dollar range. You can work with your developers to map this out and then set the appropriate value to an eVar on the order confirmation page. Regardless of how it is set, the end result is an eVar with various Revenue Bands such that you have a report like this:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-02-13-at-9.47.42-PM.png"><img class="aligncenter size-full wp-image-2633" title="Screen Shot 2013-02-13 at 9.47.42 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-02-13-at-9.47.42-PM.png" alt="" width="301" height="326" /></a></p>
<p>Obviously, you can also capture the raw revenue amounts in an eVar and use SAINT Classifications to group into Revenue Bands. This would provide more flexibility, but also adds a bit more work. If you are set with your Revenue Bands, I would use the preceding approach, otherwise just pass in the raw Revenue Amounts. However, if passing in raw Revenue amounts, I highly suggest you remove the &#8220;cents&#8221; portion of the revenue amount so your SAINT Classifications are much easier!</p>
<p>Regardless of which approach you choose, by simply adding the Orders metric to the resulting report, you can see Order percentages for each Revenue Band. Since this is an eVar, we can also break this report down by any other eVar such as Visit number, Product or Marketing Channel. Conversely, we might want to take a report like Marketing Channel and break it down by this new Revenue Band eVar to see a report like this:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-02-13-at-9.51.12-PM.png"><img class="aligncenter size-full wp-image-2634" title="Screen Shot 2013-02-13 at 9.51.12 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-02-13-at-9.51.12-PM.png" alt="" width="394" height="339" /></a></p>
<p>This new eVar can also be used for segmentation purposes and actually makes the building of segments a bit easier (in my opinion).</p>
<p>So there you have it. A simple way to add Revenue Bands to your SiteCatalyst reporting&#8230;Enjoy!</p>
                <hr noshade style="margin:0;height:1px" /><br />
&copy; 2010 Web Analytics Demystified | <a href="http://www.webanalyticsdemystified.com">www.webanalyticsdemystified.com</A>      <br />
<br><br><b>Looking for a new job in web analytics?</b> Check out the <a href="http://www.webanalyticsdemystified.com/job_list.asp">Web Analytics Demystified Job Board!</A>         ]]></content:encoded>
			<wfw:commentRss>http://adam.webanalyticsdemystified.com/2013/03/25/revenue-bands-sitecatalyst/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Conducting Cohort Analysis with Adobe SiteCatalyst</title>
		<link>http://adam.webanalyticsdemystified.com/2013/03/07/conducting-cohort-analysis-with-adobe-sitecatalyst/</link>
		<comments>http://adam.webanalyticsdemystified.com/2013/03/07/conducting-cohort-analysis-with-adobe-sitecatalyst/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 12:30:47 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2651</guid>
		<description><![CDATA[One type of web analysis that you hear about from time to time is cohort analysis. In general, the concept of a cohort analysis is that you look at a population of visitors and see how that population performs over time. Unfortunately, there is no out-of-the-box way to perform cohort analysis in Adobe SiteCatalyst, but [...]]]></description>
			<content:encoded><![CDATA[<p>One type of web analysis that you hear about from time to time is <a href="http://www.keplarllp.com/blog/2012/04/cohort-analyses-for-digital-businesses-an-overview" target="_blank">cohort analysis</a>. In general, the concept of a cohort analysis is that you look at a population of visitors and see how that population performs over time. Unfortunately, there is no out-of-the-box way to perform cohort analysis in Adobe SiteCatalyst, but in this post, I will share the steps you need to take to perform this analysis using SiteCatalyst (and which will also work in Discover).</p>
<h2>Establishing Your Cohorts</h2>
<p>The first step in performing this analysis is to identify the business question that you&#8217;d like to solve. There are an unlimited number of cohort analyses that can be done, so I will use a simple retail example here. Let&#8217;s imagine that your boss wants to know how much money those who place their first order in month #1, spend on the website in month#2, #3, #4, etc. For example, how much did those who originally purchased in January, spend in February, March, etc. and how does that compare to those who originally purchased in February and then spent additional money in March, April, etc.? In this example, we will start with January 2013 as month #1. To do this, we first need to identify visitors who made their first purchase in the first month, in this case, January 2013.</p>
<p>If you have been reading my posts about setting a <a href="http://adam.webanalyticsdemystified.com/2011/12/05/date-stamp-variable-omniture/" target="_blank">Date eVar</a> or <a href="http://adam.webanalyticsdemystified.com/2013/02/28/segmenting-on-key-dates-sitecatalyst/" target="_blank">Segmenting on Key Dates</a>, you may recognize that we are going to want to set a date to an eVar as part of this solution. However, in this case, what we need to do is to set the date eVar only at the point that the visitor makes their first purchase. An easy way to do this is to create a new eVar and call it &#8220;Original Purchase Date&#8221; and in the Admin Console, set it to be Original Value (First) allocation and expire it &#8220;Never&#8221; as shown here:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-03-01-at-11.50.04-AM.jpg"><img class="aligncenter size-full wp-image-2655" title="Screen Shot 2013-03-01 at 11.50.04 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-03-01-at-11.50.04-AM.jpg" alt="" width="540" height="133" /></a></p>
<p>Once this &#8220;Original Purchase Date&#8221; eVar has been created, you would set it on the order confirmation page every time, since the allocation will tell SiteCatalyst to ignore it if a value already exists (obviously, cookie deletion will cause it to be reset, but there isn&#8217;t much we can do about that). Keep in mind that if you have an existing implementation, the &#8220;first purchase&#8221; may not be the real first purchase since visitors may have purchased before this eVar was around, but over time it should work for new visitors. If this bothers you, I suggest asking your developers to write some code to only set the eVar if it truly is a first time purchase.</p>
<p>Now that you have an Original Purchase Date eVar, we need another eVar to compare it to in our cohort analysis. This second eVar would be the date that each purchase takes place. This eVar is easy, as it is simply set to the current date on each visit as described in my <a href="http://adam.webanalyticsdemystified.com/2011/12/05/date-stamp-variable-omniture/" target="_blank">Date eVar post</a> and will bind to the Revenue metric when the purchase success event is set. For the first purchase, the &#8220;Original Purchase Date&#8221; eVar will be the same as the Date eVar, but as visitors make subsequent purchases, the &#8220;Original Purchase Date&#8221; eVar will stay constant while the Date eVar will contain dates in the future.</p>
<h2>Setting Up The Analysis</h2>
<p>After you have the two date eVars populating, the next thing you should do is to group dates into larger buckets, either weeks or months. While you can use specific days, I find that doing analysis at a weekly or monthly level is a bit cleaner and may be a bit easier to explain here. To do this, I will apply <a href="http://blogs.adobe.com/digitalmarketing/analytics/classifications-aka-saint-inside-omniture-sitecatalyst/" target="_blank">SAINT Classifications</a> to both of my Date eVars. This is very straightforward, as you simply upload the week or month associated with each date as shown here:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-03-01-at-11.58.02-AM.jpg"></a><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-03-01-at-12.02.35-PM.jpg"><img class="aligncenter size-full wp-image-2657" title="Screen Shot 2013-03-01 at 12.02.35 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-03-01-at-12.02.35-PM.jpg" alt="" width="575" height="289" /></a></p>
<p style="text-align: left;">Next, let&#8217;s assume that a few months have passed and that it is now early April of 2013. We will open the Original Purchase Month eVar report (classification of Original Purchase Date) and add Revenue as the success event. Once this report opens, we will make sure our date range covers January 2013 through April 2013 and then should see a report that looks like this:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-03-03-at-10.25.10-AM.png"><img class="aligncenter size-full wp-image-2677" title="Screen Shot 2013-03-03 at 10.25.10 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-03-03-at-10.25.10-AM.png" alt="" width="446" height="239" /></a></p>
<p style="text-align: left;">Unfortunately, the preceding report isn&#8217;t terribly exciting (yet!) since it just shows revenue by the month of the original purchase. However, when we apply a subrelation to break down this report by the Month Classification of the Date eVar, something magical happens:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-03-03-at-10.22.23-AM.png"><img class="aligncenter size-full wp-image-2676" title="Screen Shot 2013-03-03 at 10.22.23 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-03-03-at-10.22.23-AM.png" alt="" width="426" height="438" /></a></p>
<p>As you can see here, revenue for cases in which the original purchase took place in January 2013 and February 2013 is now broken out by each month in which purchases actually took place. This allows us to see our first cohort analysis and see how much $$$ those who purchased in each month spent in subsequent months. If desired, you could also add other elements to a segment to do more in-depth analysis. For example, you could add Marketing Channel = SEO to a container in the segment builder to see how this analysis changes for those sourced from SEO. You could add visit number to the segment container to see how this analysis changes for visitors whose original purchase was also their first website visit. The possibilities are truly endless.</p>
<p>As you can see, setting up cohort analysis in SiteCatalyst is a bit of work, but not impossible. One downside is that you need to use one eVar for every type of cohort you want to do. In the preceding example, I created an &#8220;Original Purchase&#8221; eVar, but if I wanted to see a cohort analysis around Orders, I would need to have an &#8220;Original Order&#8221; eVar. If you are running low on eVars or want to do many types of cohorts, this can be an issue. Maybe one day SiteCatalyst will allow you to see an &#8220;original&#8221; version of each eVar out-of-the-box.</p>
<h2>Creating Your Cohort Analysis in Excel</h2>
<p>Unfortunately, the report above doesn&#8217;t present the data in the ideal &#8220;cohort&#8221; framework. To do this, you are going to have to do a bit more work, and I recommend using Microsoft Excel. We will have to extract the preceding data to create a table that shows the current month in the &#8220;Month 1&#8243; column and then subsequent months in the next few columns so it looks like this:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-03-01-at-1.14.30-PM.jpg"><img class="aligncenter size-full wp-image-2664" title="Screen Shot 2013-03-01 at 1.14.30 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-03-01-at-1.14.30-PM.jpg" alt="" width="455" height="176" /></a></p>
<p>For example, if we assume that the preceding report was run in April, we can see how much is spent in each month and the subsequent months. Another way to visualize this is to calculate cohort percentages by dividing these revenue amounts by total monthly revenue to create report like this:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-03-01-at-1.14.38-PM.jpg"><img class="aligncenter size-full wp-image-2665" title="Screen Shot 2013-03-01 at 1.14.38 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-03-01-at-1.14.38-PM.jpg" alt="" width="433" height="178" /></a></p>
<p style="text-align: left;">In this example, it looks like we may be doing a bit better in February than we did in January since a higher percentage purchased in the following two months.</p>
<p style="text-align: left;">But how do we extract this data in an easy, scalable way? To find out, stay tuned for my partner Kevin Willeitner&#8217;s <a href="http://kevin.webanalyticsdemystified.com/2013/03/how-to-built-a-cohort-analysis-in-adobe-reportbuilder/" target="_blank">post on how to build Cohort Analyses using ReportBuilder</a> which will show how you can use ReportBuilder to automatically  create the above tables&#8230;</p>
<p><span style="text-decoration: underline;"><strong>NOTE:</strong></span><br />
My friend <a href="http://www.linkedin.com/in/exner" target="_blank">Jan Exner</a> wrote a related blog post about performing cohort analysis in SiteCatalyst which <a href="http://webade.wordpress.com/2012/12/18/tip-kohortenanalyse/" target="_blank">you can read here</a> (if you speak German!). While I swear I wrote my post before translating his to English, you will see that our approaches begin in a similar way, but diverge thereafter. Another cohort-related post by <a href="http://www.elephantsandanalytics.com.au/about/" target="_blank">Tim Elleston</a> can be found by <a href="http://www.elephantsandanalytics.com.au/blogposts/measuring-engagement-over-time/" target="_blank">clicking here</a>. As is often the case with SiteCatalyst, there are multiple ways to do similar types of configurations so it is beneficial to review both options. If you just can&#8217;t get enough cohort analysis reading to satisfy you, check out Justin Cutroni&#8217;s post on <a href="http://cutroni.com/blog/2012/12/11/cohort-analysis-with-google-analytics/" target="_blank">how to do cohort analysis in Google Analytics</a>. In the meantime, I hope this helps and if you have any questions/comments, feel free to leave them here. Thanks!</p>
                <hr noshade style="margin:0;height:1px" /><br />
&copy; 2010 Web Analytics Demystified | <a href="http://www.webanalyticsdemystified.com">www.webanalyticsdemystified.com</A>      <br />
<br><br><b>Looking for a new job in web analytics?</b> Check out the <a href="http://www.webanalyticsdemystified.com/job_list.asp">Web Analytics Demystified Job Board!</A>         ]]></content:encoded>
			<wfw:commentRss>http://adam.webanalyticsdemystified.com/2013/03/07/conducting-cohort-analysis-with-adobe-sitecatalyst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Segmenting on Key Dates [SiteCatalyst]</title>
		<link>http://adam.webanalyticsdemystified.com/2013/02/28/segmenting-on-key-dates-sitecatalyst/</link>
		<comments>http://adam.webanalyticsdemystified.com/2013/02/28/segmenting-on-key-dates-sitecatalyst/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 13:20:36 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2616</guid>
		<description><![CDATA[Recently, while working with a client, I got into an interesting discussion about doing web analysis around key dates in their marketing program. There are many cases in which milestone marketing events take place on specific dates and clients ask me if there is an easy way in SiteCatalyst to slice and dice data by [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, while working with a client, I got into an interesting discussion about doing web analysis around key dates in their marketing program. There are many cases in which milestone marketing events take place on specific dates and clients ask me if there is an easy way in SiteCatalyst to slice and dice data by those key dates. What web analyst hasn&#8217;t had a situation where metrics spike up or down on a date or date range and you have no idea why! This is a topic I have dabbled with over the years, but this situation forced me to think about it a bit more deeply. The following will share some ideas I had related to this in case this is a question your organization has as well.</p>
<h2>Key Date Reporting</h2>
<p>As I thought about this scenario, it dawned on me that there is not a great way to report on key dates in SiteCatalyst. Obviously, you can look at any metric report and see spikes in website activity by date. For example, when I worked at Salesforce.com, around the time of our Dreamforce conference, we would see a tremendous spike in Form Completions around the conference dates that might look like this:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-02-12-at-11.07.03-AM.jpg"><img class="aligncenter size-full wp-image-2626" title="Screen Shot 2013-02-12 at 11.07.03 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-02-12-at-11.07.03-AM.jpg" alt="" width="577" height="272" /></a></p>
<p>From this report, we can surmise that <em>something</em> happened around these dates. If you work in Marketing at Salesforce.com, I <em>guarantee</em> that you would know that these dates coincide with the Dreamforce conference, but what if the marketing event is something much smaller. A targeted e-mail blast or a social media campaign? What if there were only a modest increase in traffic and metrics on a specific date? I think back to how many times I was called into some executive&#8217;s office asking why a particular metric or conversion rate changed on a specific date. I also remember how many times we had to copy a SiteCatalyst chart to a PowerPoint presentation and annotate it with a bubble indicating why there was an increase or decrease. Eventually, SiteCatalyst began adding some ways that you could annotate charts in SiteCatalyst using the Calendar Events feature. This feature allows you to specify a date or date range and add a note to reports in that time period as shown here:</p>
<p><a href="http://adam.webanalyticsdemystified.com/wp-content/Black-Friday.jpg"><img class="aligncenter size-full wp-image-2617" title="Black Friday" src="http://adam.webanalyticsdemystified.com/wp-content/Black-Friday.jpg" alt="" width="313" height="231" /></a></p>
<p><a href="http://adam.webanalyticsdemystified.com/wp-content/Black-Friday.jpg"></a>However, adding notes to reports doesn&#8217;t allow you to do much in terms of reporting data. Let&#8217;s say that you wanted to see the Average Order Value (AOV) for your website during the Black Friday period and compare it to the AOV during other key shopping periods (i.e. Valentine&#8217;s Day). Unfortunately, Calendar Events won&#8217;t help you very much. It isn&#8217;t even easy to compare conversion rates for two date ranges using <a href="http://blogs.adobe.com/digitalmarketing/analytics/segment-builder-best-practices-inside-omniture-sitecatalyst/" target="_blank">Segmentation</a> since it is difficult to create a segment on date ranges in SiteCatalyst (unlike Adobe Discover) and even if you could, there is no easy way to compare segments or compare date ranges for Success Events or <a href="http://blogs.adobe.com/digitalmarketing/analytics/calculated-metrics-inside-omniture-sitecatalyst/" target="_blank">Calculated Metrics</a> in SiteCatalyst (can only be done for eVars and sProps). Your best bet would be to use Adobe ReportBuilder and pull a data block for the Valentine&#8217;s date range and a separate one for the Black Friday date range and compare the two. But what if you want to do this type of comparison natively within SiteCatalyst? Are you out of luck? Have no fear, Omni-Man is here to show you how to do this!</p>
<h2>Key Date Segmentation</h2>
<p>Back in 2011, I wrote a blog post recommending that each SiteCatalyst implementation have a <a href="http://adam.webanalyticsdemystified.com/2011/12/05/date-stamp-variable-omniture/" target="_blank">Date Stamp eVar</a>. The purpose of this eVar was to record the date that <a href="http://blogs.adobe.com/digitalmarketing/2008/08/08/conversion-success-events/" target="_blank">Success Events</a> and <a href="http://blogs.adobe.com/digitalmarketing/analytics/conversion-variables-part-i/" target="_blank">eVars</a> were set and its primary use was for segmenting on dates. At the time, I was using this eVar to look for actions that took place in the past within SiteCatalyst since only Discover provided the way to segment on dates natively. As I thought about the preceding key dates issue, the idea struck me that my client could leverage this Date eVar to enable additional web analysis for key dates. To do this, you can apply <a href="http://blogs.adobe.com/digitalmarketing/analytics/classifications-aka-saint-inside-omniture-sitecatalyst/" target="_blank">SAINT Classifications</a> to the Date eVar and denote key marketing dates for items normally found in a marketing campaign calendar. Once these items have been uploaded to SAINT, you have an eVar value that can be used to segment data by date ranges of your choosing.</p>
<p>Let&#8217;s walk through the creation of this solution. First, you would set the current date to an eVar in each website visit as described in <a href="http://adam.webanalyticsdemystified.com/2011/12/05/date-stamp-variable-omniture/" target="_blank">this post</a>. Next, you would use the <a href="http://blogs.adobe.com/digitalmarketing/analytics/admin-console-tips-inside-omniture-sitecatalyst/" target="_blank">Administration Console</a> to apply a SAINT Classification to this Date eVar. In this case, we will do just one classification and call it &#8220;Key Marketing Dates.&#8221; Next we will fill out the SAINT Classification file with some of our key marketing dates. Note that you can leave non-key dates blank or set a dummy value of &#8220;No Key Events&#8221; on dates having no key marketing events. Here is a sample SAINT file:</p>
<p><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-02-12-at-10.53.27-AM.jpg"><img class="aligncenter size-full wp-image-2623" title="Screen Shot 2013-02-12 at 10.53.27 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-02-12-at-10.53.27-AM.jpg" alt="" width="255" height="326" /></a></p>
<p>Once this SAINT file has been uploaded and propagated to the SiteCatalyst servers, you can open the classified report:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/KeyDates.jpg"><img class="aligncenter size-full wp-image-2619" title="KeyDates" src="http://adam.webanalyticsdemystified.com/wp-content/KeyDates.jpg" alt="" width="634" height="266" /></a></p>
<p>In this report, we now can see a row for each &#8220;Key Marketing Date&#8221; which is an aggregation of the specific dates associated with that key marketing date label. From here, we can add any metrics we&#8217;d like and can compare metrics for those dates. Keep in mind that these rows can contain one or multiple dates depending upon how you have classified the Date Stamp eVar. In addition to the above &#8220;ranked&#8221; report, you could switch to the trended view to see one metric trended by up to five Key Marketing Date values. It is also possible to break this report down by any other eVar report using <a href="http://blogs.adobe.com/digitalmarketing/analytics/conversion-variable-subrelations/" target="_blank">Subrelations</a>. For example, you might like to see the above report broken down by Products.</p>
<p>Another powerful use of this concept is the ability to filter Conversion Funnel reports for these key date ranges since it is now treated like any other eVar:</p>
<p><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-02-12-at-10.47.49-AM.jpg"><img class="aligncenter size-full wp-image-2622" title="Screen Shot 2013-02-12 at 10.47.49 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-02-12-at-10.47.49-AM.jpg" alt="" width="508" height="209" /></a></p>
<p>Finally, you can use these Key Date ranges as segmentation criteria since all SAINT Classifications can be used as segmentation criteria:</p>
<p><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-02-12-at-10.46.12-AM.jpg"><img class="aligncenter size-full wp-image-2621" title="Screen Shot 2013-02-12 at 10.46.12 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-02-12-at-10.46.12-AM.jpg" alt="" width="654" height="385" /></a></p>
<h2>A Few Gotchas</h2>
<p>As is often the case, no solution is perfect. If you have marketing campaigns or key dates that overlap, things get tricky. One way to address key date overlaps is to list both values in the classification value. Alternatively, you could also create more than one SAINT classification and have each SAINT column designated for a specific type of campaign. For example, the first column might be reserved for e-mail campaigns, the next column might be reserved for social media campaigns, etc. That would allow you to have multiple &#8220;Key Dates&#8221; for the same date stamp value. However, my hunch is that the above solution will work for most companies.</p>
<p>Another potential issues is that you will only see data in the Key Marketing Date report if the date range you have selected includes the dates that were classified using SAINT. Therefore, when running these types of reports, it would be advantageous to use a longer timeframe (i.e. year).</p>
<p>Well, there you have it. What do you think? Have you done something similar? If so, please share your ideas here as a comment&#8230;</p>
                <hr noshade style="margin:0;height:1px" /><br />
&copy; 2010 Web Analytics Demystified | <a href="http://www.webanalyticsdemystified.com">www.webanalyticsdemystified.com</A>      <br />
<br><br><b>Looking for a new job in web analytics?</b> Check out the <a href="http://www.webanalyticsdemystified.com/job_list.asp">Web Analytics Demystified Job Board!</A>         ]]></content:encoded>
			<wfw:commentRss>http://adam.webanalyticsdemystified.com/2013/02/28/segmenting-on-key-dates-sitecatalyst/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Getting Ready for Adobe Summit!</title>
		<link>http://adam.webanalyticsdemystified.com/2013/02/11/getting-ready-for-adobe-summit/</link>
		<comments>http://adam.webanalyticsdemystified.com/2013/02/11/getting-ready-for-adobe-summit/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 11:00:37 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2610</guid>
		<description><![CDATA[For those of us who work in web analytics and use Adobe SiteCatalyst, the Adobe Marketing Summit has become a yearly pilgrimage to Utah to see old friends and learn about new product developments. As we enter February, the Adobe Summit is now upon us and I look forward to attending my 10th Summit (yes [...]]]></description>
			<content:encoded><![CDATA[<p>For those of us who work in web analytics and use Adobe SiteCatalyst, the Adobe Marketing Summit has become a yearly pilgrimage to Utah to see old friends and learn about new product developments. As we enter February, the Adobe Summit is now upon us and I look forward to attending my 10th Summit (yes I am old!). As I mentioned in my<strong> </strong><a href="http://adam.webanalyticsdemystified.com/2013/01/22/conference-season-begins/" target="_blank">last post about conference season beginning</a>, Adobe (formerly Omniture), always puts on an amazing conference in terms of organization, food and entertainment. Outside of the Salesforce Dreamforce conference, I would say Adobe Summit&#8217;s are the best vendor conference in the digital space.</p>
<p>This year&#8217;s conference will be special for me since it is the first one since <a href="http://www.amazon.com/The-Adobe-SiteCatalyst-Handbook-Insiders/dp/032185991X" target="_blank">my book on Adobe SiteCatalyst</a> has been published, and I look forward to talking to folks who have read it and getting their feedback. It will also be fun since all of my <a href="http://www.webanalyticsdemystified.com/about/web-analytics-demystified-team.asp" target="_blank">Web Analytics Demystified partners</a> will be in attendance, including our <a href="http://blog.webanalyticsdemystified.com/weblog/2013/01/happy-new-year-from-web-analytics-demystified.html" target="_blank">three new additions in the past year</a>. Since we all live in different locations, it is always great to get together in person. We also look forward to meeting with our wonderful clients, many of whom use Adobe products, both at the conference and on the slopes!</p>
<h2>Come Chat With Team Demystified</h2>
<p>One of my favorite parts of Adobe Summit has always been the informal chats that take place in the hallways with people who are passionate about web analytics and Adobe products. I love meeting people with whom I have interacted on Twitter and helping them answer questions that take more than 140 characters. Unfortunately, since the Adobe Summit has become so massive, I have found that over the years, I don&#8217;t end up seeing all of the people I initially hoped to see. So this year I am making a concerted effort to meet with as many people as I can.</p>
<p>To this end, if you or folks from your company would like to spend some time with me or any of the folks at Web Analytics Demystified, we are going to try and pre-arrange times that we can chat during the multi-day conference. Have a SiteCatalyst issue you want to chat about? Have a testing dilemma to discuss? Want some strategy advice? Need tagging tips and tricks? Dashboards driving you crazy? Whatever the topic, one of us can most likely help out. To schedule time with our team, please <strong><a href="http://www.webanalyticsdemystified.com/contact.asp" target="_blank">contact me</a></strong> and send your name, your company and the topics you would like to discuss and I will do my best to facilitate a conversation with the right Web Analytics Demystified partner. I look forward to seeing as many of you as possible at the Summit!</p>
                <hr noshade style="margin:0;height:1px" /><br />
&copy; 2010 Web Analytics Demystified | <a href="http://www.webanalyticsdemystified.com">www.webanalyticsdemystified.com</A>      <br />
<br><br><b>Looking for a new job in web analytics?</b> Check out the <a href="http://www.webanalyticsdemystified.com/job_list.asp">Web Analytics Demystified Job Board!</A>         ]]></content:encoded>
			<wfw:commentRss>http://adam.webanalyticsdemystified.com/2013/02/11/getting-ready-for-adobe-summit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conference Season Begins!</title>
		<link>http://adam.webanalyticsdemystified.com/2013/01/22/conference-season-begins/</link>
		<comments>http://adam.webanalyticsdemystified.com/2013/01/22/conference-season-begins/#comments</comments>
		<pubDate>Tue, 22 Jan 2013 11:30:53 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2589</guid>
		<description><![CDATA[It&#8217;s a new year and while I feel like I am still correcting myself when I write 2012 instead of 2013 on documents, believe it or not, it is the beginning of web analytics conference season! I guess when you are in a hot industry, everyone is ready to get started right away! In this [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a new year and while I feel like I am still correcting myself when I write 2012 instead of 2013 on documents, believe it or not, it is the beginning of web analytics conference season! I guess when you are in a hot industry, everyone is ready to get started right away! In this post, I wanted to share some of the upcoming conference events I am attending and why I am excited about them.</p>
<h2>Ensighten Agility</h2>
<p>First on my list is the <a href="http://www.ensighten.com/agility2013/" target="_blank">Ensighten Agility conference</a>. As most people now know, Ensighten, founded by industry veteran Josh Manion, is the company that over the past few years created the tag management space. <a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-01-21-at-8.48.50-AM.jpg"><img class="wrap right" title="Screen Shot 2013-01-21 at 8.48.50 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2013-01-21-at-8.48.50-AM.jpg" alt="" width="424" height="387" /></a>I remember a few years ago at the Washington DC eMetrics conference when Josh and his small band of employees were handing out wigs and asking people to take part in the upcoming &#8220;Tag-olution&#8221; of our industry! Back then tag management was a concept on the fringe of our industry, but time has shown that Josh and his team were onto something big. Fast-forward to now where there are an array of tag management vendors and even heavyweights like Adobe and Google have entered the space. Nowadays, it isn&#8217;t a question of whether a company will implement a tag management solution, but more a question of <em>when</em> it will be implemented. I would say that Ensighten is the technology that I am asked the most about by my enterprise clients and I have urged them to attend this conference so they can become more educated about Ensighten and tag management in general. The <a href="http://www.ensighten.com/agility2013/" target="_blank">Ensighten Agility conference</a> will provide a way to see first-hand the latest developments that Ensighten has created and hear from some of their leading <a href="http://www.ensighten.com/customers" target="_blank">customers</a> and <a href="http://www.ensighten.com/agility2013/speakers.html" target="_blank">speakers</a>.  Our own <a href="http://brian.webanalyticsdemystified.com" target="_blank">Brian Hawkins</a> will be <a href="ttp://www.ensighten.com/agility2013/agenda.html" target="_blank">speaking about how you can use tag management to boost your testing programs</a>. The event is taking place in San Francisco on January 31st and February 1st with a workshop day taking place on January 30th. You can register for the event by <a href="http://www.ensighten.com/agility2013/register.html" target="_blank">clicking here</a>.</p>
<h2>Webtrends Engage</h2>
<p>As if the Ensighten conference weren&#8217;t enough of an excuse to visit lovely San Francisco, in the same week, the <a href="http://engage.webtrends.com" target="_blank">Webtrends Engage conference</a> is taking place just down the street a few days before the Ensighten conference. If you are a Webtrends customer, you get a nice week-long visit to San Francisco, but even if you aren&#8217;t currently a Webtrends, there are reasons you should check out the Webtrends Engage conference. Webtrends has been transforming itself into company that offers much more than traditional web analytics. From their solutions in <a href="http://webtrends.com/solutions/conversion-optimization/mobile-optimization" target="_blank">mobile</a> and <a href="http://webtrends.com/solutions/conversion-optimization/social-optimization" target="_blank">social</a> to the latest release of <a href="http://blog.webanalyticsdemystified.com/weblog/2013/01/why-i-am-excited-about-webtrends-streams.html" target="_blank">Webtrends Streams</a>, Webtrends is not the same company it was when I first encountered them so many years ago. Eric Peterson, Brian Hawkins and I will be at the conference so if you are coming and would like to chat, please <a href="http://www.webanalyticsdemystified.com/contact.asp" target="_blank">contact us</a>.</p>
<h2>Coming Soon</h2>
<p>After these two conferences, the next conferences I&#8217;ll be attending are the <a href="http://summit.adobe.com/digital-marketing-summit.html" target="_blank">Adobe Digital Marketing Summit</a> in Salt Lake City and the big <a href="http://www.emetrics.org/sanfrancisco/2013/" target="_blank">San Francisco eMetrics conference</a> in April. The Adobe Summit is always a great time, as Adobe hosts some of the best vendor conferences I have ever attended. eMetrics San Francisco should be fun as this is usually the most attended eMetrics conference of the year. All of my <a href="http://www.webanalyticsdemystified.com/about/web-analytics-demystified-team.asp" target="_blank">Web Analytics Demystified partners</a> will be there and looking forward to catching up with our web analytics friends from across the country. Once again, the DAA is hosting its annual <a href="http://www.digitalanalyticsassociation.org/?page=gala2013" target="_blank">DAA Gala</a> which is always a good time. If you haven&#8217;t attended a DAA Gala in the past, you should consider it. There have been great speakers, food and a chance to unwind a bit and get to know your web analytics peers in a fun, social environment (plus you get to witness the geeks&#8217; version of the academy awards!).</p>
<p>Finally, at the San Francisco eMetrics conference, I will be offering my <a href="http://www.emetrics.org/sanfrancisco/2013/workshops/adobe-sitecatalyst-top-gun-training/" target="_blank">advanced &#8220;Top Gun&#8221; Adobe SiteCatalyst training class</a>. This workshop has been a blast and received <a href="http://www.linkedin.com/company/web-analytics-demystified/training-and-educational-services-182416/product?trk=biz_product" target="_blank">rave reviews</a> in Boston and London. I encourage you to check it out and if you have any questions about it to <a href="http://www.webanalyticsdemystified.com/contact.asp" target="_blank">contact me</a>.</p>
                <hr noshade style="margin:0;height:1px" /><br />
&copy; 2010 Web Analytics Demystified | <a href="http://www.webanalyticsdemystified.com">www.webanalyticsdemystified.com</A>      <br />
<br><br><b>Looking for a new job in web analytics?</b> Check out the <a href="http://www.webanalyticsdemystified.com/job_list.asp">Web Analytics Demystified Job Board!</A>         ]]></content:encoded>
			<wfw:commentRss>http://adam.webanalyticsdemystified.com/2013/01/22/conference-season-begins/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Alternative Conversion Flows</title>
		<link>http://adam.webanalyticsdemystified.com/2013/01/07/alternative-conversion-flows/</link>
		<comments>http://adam.webanalyticsdemystified.com/2013/01/07/alternative-conversion-flows/#comments</comments>
		<pubDate>Mon, 07 Jan 2013 12:30:22 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2576</guid>
		<description><![CDATA[Many online marketers have a desire to test out different conversion flows on their website. Whether those flows are for an alternative checkout process or a new application process, the overall desire is the same. By testing out an alternative conversion flow, you can see how website conversion differs and find opportunities to optimize your [...]]]></description>
			<content:encoded><![CDATA[<p>Many online marketers have a desire to test out different conversion flows on their website. Whether those flows are for an alternative checkout process or a new application process, the overall desire is the same. By testing out an alternative conversion flow, you can see how website conversion differs and find opportunities to optimize your website and boost conversion. In this post, I will share how you can track these alternative conversion flows in Adobe SiteCatalyst.</p>
<h2>Conversion Flow eVar</h2>
<p>Luckily, tracking alternative conversion flows is easy in SiteCatalyst. As you probably already know, SiteCatalyst provides Conversion Variables (eVars) that area meant to be set and used to break down various website conversion events (Success Events). Therefore, eVars can be used to store the names of your various conversion flows. For example, let&#8217;s imagine that you work for a credit card company and have a standard 4 step application process, but want to test out a streamlined 3 step process. To do this, all you need to do is create a new &#8220;Conversion Flow&#8221; eVar and pass the appropriate value to it at the start of each process flow. If the current website visitor has been shown the 4 step process, you would pass in a value of &#8220;credit-card:4-step&#8221; and if the visitor was shown the 3 step process, you would pass a value of &#8220;credit-card:3-step&#8221; to the eVar. This simple action allows you to segment your website success events into two buckets and see how each conversion flow plays out with respect to conversion:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-17-at-10.53.14-AM.jpg"><img class="aligncenter size-full wp-image-2577" title="Screen Shot 2012-12-17 at 10.53.14 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-17-at-10.53.14-AM.jpg" alt="" width="598" height="134" /></a></p>
<p style="text-align: left;">In this example, we can see that the 3-step process looks to be converting better than our default 4 step process. As always, this new conversion flow eVar can be broken down by other eVars (i.e. Campaigns) and can be used as part of a segment in SiteCatalyst. If you want the results of the test to be limited to one visit, you would set the eVar expiration to &#8220;Visit&#8221; but if you have cases where you want to retain which flow they were in beyond the visit, set the eVar expiration accordingly (i.e. Month).</p>
<p style="text-align: left;">Another thing to keep in mind when using this conversion flow eVar is that it can be used over and over again. Once you are done with the preceding conversion flow test, you can re-use the same eVar for other conversion flow tests. When re-using this eVar, you will just want to make sure that preceding tests are completed. I have seen some clients who try to cram too much into a conversion flow eVar and forget that subsequent values will overwrite preceding ones if values are passed to the same eVar.</p>
<h2 style="text-align: left;">Concurrent Flows or Tests</h2>
<p style="text-align: left;">So what do you do if you have multiple conversion flow tests taking place simultaneously? For example, let&#8217;s say that in addition to the 3 vs. 4 step conversion flow test above, you are also testing landing page A vs. landing page B? This presents a real quandary, since SiteCatalyst does not have a great way to deal with this.</p>
<p style="text-align: left;">The easiest way to track multiple conversion flows or tests is to use multiple eVars. I suggest that you identify the general types of flows or tests you will have and assign an eVar to each. For example, if your website routinely does landing page tests and conversion flow tests, you might reserve one eVar for each. Each visitor would be assigned a value in both eVars and you can break one down by the other. For example, in the preceding example, if visitors were assigned a landing page value in an additional eVar, the above report might look like this when broken down:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-17-at-11.52.30-AM.jpg"><img class="aligncenter size-full wp-image-2578" title="Screen Shot 2012-12-17 at 11.52.30 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-17-at-11.52.30-AM.jpg" alt="" width="614" height="179" /></a></p>
<p style="text-align: left;">Obviously, this approach has some limitations since, if you do a lot of different types of tests, you will use up many eVars, but this is probably the most straightforward approach.</p>
<p style="text-align: left;">The other approach, albeit one that I have not yet tried with a client, is using a List Var to store the various test values. As you may recall, SiteCatalyst provides three List Vars that allow you to store multiple values in one eVar. I don&#8217;t see why you could not use a comma-separated list of values and put all of the various tests that a visitor is part of in that eVar. However, since I have not yet tried this, there may be some unforeseen downsides to doing this. For example, there may be cases in which you need to remember which flows/tests visitors have been in and persist those values to the List Var to avoid a string of two or three test values being overwritten by a single test value deep within your website. If you are going to try this approach, I suggest you pre-pend each value with the type of test it relates to such as &#8220;landing:control&#8221; and &#8220;app-flow:4-step&#8221; so you can differentiate each in the List Var report. However, for now, I suggest that you begin with the multiple eVar approach.</p>
<p>&nbsp;</p>
                <hr noshade style="margin:0;height:1px" /><br />
&copy; 2010 Web Analytics Demystified | <a href="http://www.webanalyticsdemystified.com">www.webanalyticsdemystified.com</A>      <br />
<br><br><b>Looking for a new job in web analytics?</b> Check out the <a href="http://www.webanalyticsdemystified.com/job_list.asp">Web Analytics Demystified Job Board!</A>         ]]></content:encoded>
			<wfw:commentRss>http://adam.webanalyticsdemystified.com/2013/01/07/alternative-conversion-flows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Products &amp; SKU&#8217;s</title>
		<link>http://adam.webanalyticsdemystified.com/2012/12/17/products-skus/</link>
		<comments>http://adam.webanalyticsdemystified.com/2012/12/17/products-skus/#comments</comments>
		<pubDate>Mon, 17 Dec 2012 12:15:00 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2492</guid>
		<description><![CDATA[When I work with retailers who use Adobe SiteCatalyst, one topic that often emerges is the best way to handle the tracking Product ID&#8217;s and SKU&#8217;s. In this post, I will outline the challenges that exist and share some ways to handle product and SKU tracking in SiteCatalyst. The Product vs. SKU Dilemma The primary [...]]]></description>
			<content:encoded><![CDATA[<p>When I work with retailers who use Adobe SiteCatalyst, one topic that often emerges is the best way to handle the tracking Product ID&#8217;s and SKU&#8217;s. In this post, I will outline the challenges that exist and share some ways to handle product and SKU tracking in SiteCatalyst.</p>
<h2>The Product vs. SKU Dilemma</h2>
<p>The primary challenge that arises when it comes to Products and SKU&#8217;s is that there are often cases in which you have to set conversion Success Events at the point you know only the Product ID and other cases in which you know the Product ID and the detailed SKU. This is best illustrated by an example. Imagine that you are a retailer and one of the products you sell is a sweater. At the point that a website visitor views the product page for the sweater, you would want to set a Product View Success Event and the Products Variable (s.products). In this case, you most likely have a Product ID for the sweater being looked at by the visitor so you might pass that to the Products Variable such that your tagging looks like this:</p>
<pre style="padding-left: 30px;">s.events="prodView,event1";
s.products=";ProductID-111";</pre>
<p>So far so good. However, now let&#8217;s assume the website visitor chooses a color for the sweater (i.e. blue) and adds it to the shopping cart. In this case, you probably still know the Product ID, but also have a more detailed SKU that represents the sweater with the color being &#8220;blue.&#8221; Now you have two tagging choices. During the Cart Addition (scAdd) Success Event, should you pass the Product ID # (ProductID-111) or the more detailed SKU as shown below?</p>
<pre style="padding-left: 30px;">s.events="scAdd";
s.products=";SKU-111_2";</pre>
<p>The issue with the preceding code is that your Products report will be disjointed since Product Views will be tied to Product ID&#8217;s and Cart Additions (and presumably Orders and Revenue) will be tied to the SKU ID. Here is what a sample Products report would look like if the above visitor were the only visitor to the website:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-14-at-1.36.47-PM.jpg"><img class="aligncenter size-full wp-image-2558" title="Screen Shot 2012-12-14 at 1.36.47 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-14-at-1.36.47-PM.jpg" alt="" width="554" height="147" /></a></p>
<p>This is clearly not ideal since you&#8217;d like to see a full funnel report for each Product or SKU. While we have the option of cleaning up this report by applying <a href="http://blogs.adobe.com/digitalmarketing/analytics/classifications-aka-saint-inside-omniture-sitecatalyst/" target="_blank">SAINT Classifications</a> to roll it up by Product ID, this can be time consuming. Therefore, let&#8217;s look at a few ways to improve upon this reporting.</p>
<h2>Solution #1 &#8211; Product ID Only</h2>
<p>If our goal is to produce a clean Products report such that metrics are consistent for each Product ID, one approach is to only pass the higher-level Product ID to the Products variable for all shopping cart Success Events. In the preceding example, this would mean passing a value of &#8220;ProductID-111&#8243; with the Product View event and all other shopping cart events. This will allow you to see drop-off between these shopping cart Success Events by Product ID as shown here:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-14-at-1.44.55-PM.jpg"><img class="aligncenter size-full wp-image-2562" title="Screen Shot 2012-12-14 at 1.44.55 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-14-at-1.44.55-PM.jpg" alt="" width="584" height="119" /></a></p>
<p>This is the most basic solution, but has one major drawback &#8211; it is not possible to see detail below the Product ID. Since you are only setting Product ID&#8217;s, there is no way for SiteCatalyst to magically allow you to breakdown the shopping cart Success Events by SKU since you haven&#8217;t provided the SKU. This approach works if your products don&#8217;t have detailed SKU&#8217;s, but if they do, you might find this option limiting and consider moving onto the next approach.</p>
<h2>Solution #2 &#8211; SKU Merchandising</h2>
<p>If your organization subdivides Products into SKU&#8217;s at the Cart Addition step, I suggest you use a different approach. In the past <a href="http://adam.webanalyticsdemystified.com/2011/09/27/merchandising-evars-omniture/" target="_blank">I have discussed Product Merchandising</a>, which is a way in SiteCatalyst to associate an eVar value with a specific Products Variable value. Product Merchandising can be used in this situation to bind a SKU to each Product ID using a new SKU Merchandising eVar. In this case we will ask ClientCare to enable a new Merchandising eVar using the &#8220;Product Syntax&#8221; approach.  Once this is done, we can pass the Product ID to the Products Variable as shown in the above solution, but additionally pass the SKU to a new Merchandising eVar whenever it is present:</p>
<p>During the Product View:</p>
<pre style="padding-left: 30px;">s.events="prodView, event1";
s.products=";ProductID-111";</pre>
<p>During the Cart Addition:</p>
<pre style="padding-left: 30px;">s.events="scAdd";
s.products=";ProductID-111;;;;evar10=SKU-111_2";</pre>
<p>Keep in mind that if we wanted, we could pass in the actual SKU value (i.e. &#8220;Blue&#8221; as the color) instead of using the SKU #, but passing the SKU# is ok since we can use SAINT to classify it later.</p>
<p>So far this may not seem to get us much further than we were previously, but as I will show, this set-up does make a big difference. First, you can see a complete funnel by Product ID as shown above by using the Products Variable. But now we have an additional eVar that can be used to see the conversion funnel by SKU. To do this, simply add shopping cart metrics to this new SKU eVar report and you can see everything except Product Views (since those don&#8217;t have a SKU):</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-14-at-1.50.29-PM.jpg"><img class="aligncenter size-full wp-image-2563" title="Screen Shot 2012-12-14 at 1.50.29 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-14-at-1.50.29-PM.jpg" alt="" width="582" height="206" /></a></p>
<p>Since you have two different variables, you can also use <a href="http://blogs.adobe.com/digitalmarketing/analytics/conversion-variable-subrelations/" target="_blank">Conversion Subrelations</a> to break the Product ID down by the new SKU eVar to see the Product ID metrics broken down by SKU for all shopping cart metrics except Product Views:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-14-at-1.56.55-PM.jpg"><img class="aligncenter size-full wp-image-2565" title="Screen Shot 2012-12-14 at 1.56.55 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-14-at-1.56.55-PM.jpg" alt="" width="546" height="250" /></a></p>
<h2 style="text-align: left;">Final Thoughts</h2>
<p style="text-align: left;">As always, there are many different approaches to things in SiteCatalyst, but hopefully the preceding gives you some things to consider when dealing with Products and SKU&#8217;s. If you have other cool approaches you have used, please leave them as a comment here. Thanks!</p>
                <hr noshade style="margin:0;height:1px" /><br />
&copy; 2010 Web Analytics Demystified | <a href="http://www.webanalyticsdemystified.com">www.webanalyticsdemystified.com</A>      <br />
<br><br><b>Looking for a new job in web analytics?</b> Check out the <a href="http://www.webanalyticsdemystified.com/job_list.asp">Web Analytics Demystified Job Board!</A>         ]]></content:encoded>
			<wfw:commentRss>http://adam.webanalyticsdemystified.com/2012/12/17/products-skus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adobe SiteCatalyst &#8211; ClickTale Integration</title>
		<link>http://adam.webanalyticsdemystified.com/2012/12/10/adobe-sitecatalyst-clicktale-integration/</link>
		<comments>http://adam.webanalyticsdemystified.com/2012/12/10/adobe-sitecatalyst-clicktale-integration/#comments</comments>
		<pubDate>Mon, 10 Dec 2012 13:00:03 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2518</guid>
		<description><![CDATA[About a year ago, I wrote a blog post discussing ways that you could integrate Adobe SiteCatalyst and Tealeaf. In that post, I talked about some of the cool integration points between the two products. In this post, I&#8217;d like to talk about how the same integration would work with ClickTale and share some cool [...]]]></description>
			<content:encoded><![CDATA[<p>About a year ago, I wrote a blog post discussing ways that you could <a href="http://adam.webanalyticsdemystified.com/2012/01/09/integrating-sitecatalyst-tealeaf/" target="_blank">integrate Adobe SiteCatalyst and Tealeaf</a>. In that post, I talked about some of the cool integration points between the two products. In this post, I&#8217;d like to talk about how the same integration would work with ClickTale and share some cool new things that are possible that go even beyond what is possible with Tealeaf.</p>
<h2>What is ClickTale?</h2>
<p>For those unfamiliar with <a href="http://www.clicktale.com" target="_blank">ClickTale</a>, it is an in-page analytics tool that allows you to record website sessions, filter them and play them back. It is often used to see heat maps of pages and to &#8220;watch&#8221; website visitors and includes even their mouse movements. It is pretty cool technology since often times the best way to get internal stakeholders to understand website issues is to have them watch real users encountering issues.</p>
<p>In a similar manner to what I described in my previous Tealeaf post (which I suggest you read before continuing with this post!), it is possible to pass a ClickTale ID to SiteCatalyst via an sProp or eVar:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-06-at-3.00.19-PM.jpg"><img class="aligncenter size-full wp-image-2519" title="Screen Shot 2012-12-06 at 3.00.19 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-06-at-3.00.19-PM.jpg" alt="" width="439" height="125" /></a></p>
<p style="text-align: left;">Having this ClickTale ID in SiteCatalyst allows you to use the standard segmentation capabilities of SiteCatalyst to isolate visits or visitors who exhibit specific behaviors in which you are interested. For example, you might be interested in isolating visits where visitors reached checkout, but didn&#8217;t purchase:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-26-at-9.09.13-AM1.png"><img class="aligncenter size-full wp-image-2520" title="Screen-Shot-2011-12-26-at-9.09.13-AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-26-at-9.09.13-AM1.png" alt="" width="493" height="159" /></a></p>
<p style="text-align: left;">Once you do this, it is possible to open the preceding ClickTale Session ID eVar and see a list of all of the ClickTale session ID&#8217;s that match this segment.</p>
<h2 style="text-align: left;">Adobe Genesis Extend (BETA) Integration</h2>
<p style="text-align: left;">But as I noted in my preceding Tealeaf post, one of the frustrations of this type of integration is that once you isolate the session ID&#8217;s that you want to watch, you are stuck. You have to copy each one individually and then switch to the other application (i.e. Tealeaf) and then start the process of watching the session. My wishlist item in my previous post was that this process could be simplified so you can simply click and view the session, right from within SiteCatalyst. Believe it or not, doing this is now possible! Thanks to the creation of <em>Genesis Extend</em> (still in Beta), you can add a Genesis Chrome browser extension to your version of Chrome and get the ability to streamline this process for ClickTale (not Tealeaf unfortunately).</p>
<p style="text-align: left;">To do this, simply search for the Genesis Chrome browser extension and install it. When that is done, you will see a new icon in your Chrome browser which you can click to see the settings:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-06-at-3.11.55-PM.jpg"><img class="aligncenter size-full wp-image-2521" title="Screen Shot 2012-12-06 at 3.11.55 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-06-at-3.11.55-PM.jpg" alt="" width="412" height="346" /></a></p>
<p style="text-align: left;">You will notice that there is a ClickTale box you can check (and also one for Twitter which allows you to see actual Tweets in referrer reports). From here you can enter your ClickTale authorization credentials and you are ready to go.</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-06-at-3.14.19-PM.jpg"><img class="aligncenter size-full wp-image-2522" title="Screen Shot 2012-12-06 at 3.14.19 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-06-at-3.14.19-PM.jpg" alt="" width="554" height="197" /></a></p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">Back in SiteCatalyst, there is a free Genesis &#8220;labs&#8221; area you can visit to launch the wizard that helps you generate the code you need to capture the ClickTale ID in an eVar of your choice:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/826A311A-3E6B-4281-8579-D2F4165A6C5F.png"><img class="aligncenter size-full wp-image-2534 alignnone" title="826A311A-3E6B-4281-8579-D2F4165A6C5F" src="http://adam.webanalyticsdemystified.com/wp-content/826A311A-3E6B-4281-8579-D2F4165A6C5F.png" alt="" width="490" height="328" /></a></p>
<p style="text-align: left;">After you have completed the wizard and are collecting ClickTale recording ID&#8217;s in an eVar, you can open that report in SiteCatalyst, you will see a new link in each row&#8230;</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-06-at-3.15.38-PM.jpg"><img class="aligncenter size-full wp-image-2523" title="Screen Shot 2012-12-06 at 3.15.38 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-06-at-3.15.38-PM.jpg" alt="" width="423" height="163" /></a></p>
<p style="text-align: left;">&#8230;which allows you to click to view the actual recording in ClickTale:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-06-at-3.17.02-PM.jpg"><img class="aligncenter size-full wp-image-2524" title="Screen Shot 2012-12-06 at 3.17.02 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-12-06-at-3.17.02-PM.jpg" alt="" width="426" height="316" /></a></p>
<p style="text-align: left;">It is also possible to use this new SiteCatalyst eVar to copy a list of ClickTale ID&#8217;s and paste them right into ClickTale to create a segment and look at heat maps for just those ID&#8217;s.</p>
<h2 style="text-align: left;">Final Thoughts</h2>
<p style="text-align: left;">As you can see, this is a cool interface integration that is possible since both SiteCatalyst and ClickTale are &#8220;cloud&#8221; products. I would expect that you will see more of this in the future in more browsers or even natively as part of SiteCatalyst. If you are a ClickTale customer and use SiteCatalyst, you should definitely try this out!</p>
                <hr noshade style="margin:0;height:1px" /><br />
&copy; 2010 Web Analytics Demystified | <a href="http://www.webanalyticsdemystified.com">www.webanalyticsdemystified.com</A>      <br />
<br><br><b>Looking for a new job in web analytics?</b> Check out the <a href="http://www.webanalyticsdemystified.com/job_list.asp">Web Analytics Demystified Job Board!</A>         ]]></content:encoded>
			<wfw:commentRss>http://adam.webanalyticsdemystified.com/2012/12/10/adobe-sitecatalyst-clicktale-integration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Potential India Tour!</title>
		<link>http://adam.webanalyticsdemystified.com/2012/12/06/potential-india-tour/</link>
		<comments>http://adam.webanalyticsdemystified.com/2012/12/06/potential-india-tour/#comments</comments>
		<pubDate>Thu, 06 Dec 2012 04:31:57 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2499</guid>
		<description><![CDATA[Over the past ten years, I have had the pleasure of meeting and connecting digitally (i.e. LinkedIn) with many great web analytics folks across the globe. Through these interactions, I have tried to impart as much knowledge as I can through e-mails, blog posts and, more recently, my published book. During this time, I have [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past ten years, I have had the pleasure of meeting and connecting digitally (i.e. LinkedIn) with many great web analytics folks across the globe. Through these interactions, I have tried to impart as much knowledge as I can through e-mails, blog posts and, more recently, my <a href="http://click.linksynergy.com/link?id=SEU6iITzoto&amp;offerid=163295.1861095&amp;type=2&amp;murl=http%3A%2F%2Fwww.peachpit.com%2Fstore%2Fproduct.aspx%3Fisbn%3D0133089355" target="_blank">published book</a>. During this time, I have had the pleasure of meeting in person many of the folks with whom I have connected at client sites and conferences such as <a href="http://summit.adobe.com/digital-marketing-summit.html" target="_blank">Adobe Summit</a>, <a href="http://www.emetrics.org" target="_blank">eMetrics</a> and our own <a href="http://www.webanalyticsdemystified.com/accelerate/index.asp" target="_blank">Accelerate</a> events.</p>
<p style="text-align: left;">However, given its geographic distance, one group of folks that I have not had many opportunities to meet are the folks in India. As I have learned over the years, India is a country that has a large population interested in web analytics. In my own personal networks, I think I am connected to more folks in India than most countries I am able to visit regularly. Since I have started <a href="http://www.linkedin.com/company/web-analytics-demystified/training-and-educational-services-182416/product" target="_blank">conducting more training</a> and with the publishing of the book,</p>
<p style="text-align: left;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Flag_of_India.svg_.png"><img class="wrap right" title="Flag_of_India.svg" src="http://adam.webanalyticsdemystified.com/wp-content/Flag_of_India.svg_.png" alt="" width="288" height="192" /></a></p>
<p>I have received a steady stream of requests from folks in India who want to learn more about Adobe SiteCatalyst and other topics related to web analytics. Based upon these requests, I had a conversation with our Indian-based partner <a href="http://www.eclerx.com" target="_blank">eClerx</a> about the possibility of doing training classes in India and we have decided to investigate the possibility.</p>
<p style="text-align: left;">Bearing in mind that it may end up not being logistically or financially feasible, Web Analytics Demystified and eClerx are conducting an exploratory exercise to see how many in India would be interested in live web analytics classes and what types of training classes would be desired (since we are data people!). Therefore, if you are in India and in the web analytics field (or want to be!), <strong><a href="http://www.eclerx.com/demystified-eclerx.aspx" target="_blank">please go to this web page and tell us the types of training would interest you the most</a></strong>. Based upon this feedback, we will determine if we want to take this initiative to the next level. Thanks!</p>
                <hr noshade style="margin:0;height:1px" /><br />
&copy; 2010 Web Analytics Demystified | <a href="http://www.webanalyticsdemystified.com">www.webanalyticsdemystified.com</A>      <br />
<br><br><b>Looking for a new job in web analytics?</b> Check out the <a href="http://www.webanalyticsdemystified.com/job_list.asp">Web Analytics Demystified Job Board!</A>         ]]></content:encoded>
			<wfw:commentRss>http://adam.webanalyticsdemystified.com/2012/12/06/potential-india-tour/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
