<?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>Wed, 16 May 2012 15:24:45 +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>Cart Persistence and Duration [SiteCatalyst]</title>
		<link>http://adam.webanalyticsdemystified.com/2012/04/23/cart-persistence-and-duration-sitecatalyst/</link>
		<comments>http://adam.webanalyticsdemystified.com/2012/04/23/cart-persistence-and-duration-sitecatalyst/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 10:00:26 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2234</guid>
		<description><![CDATA[I was recently working with a client who had some interesting questions. In general, he wanted to see different derivations of how long products had been in the shopping cart prior to being purchased. Some of his detailed questions included: Of all visitors hitting my website today, how many already have items in their Shopping [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently working with a client who had some interesting questions. In general, he wanted to see different derivations of how long products had been in the shopping cart prior to being purchased. Some of his detailed questions included:</p>
<ol>
<li>Of all visitors hitting my website today, how many already have items in their Shopping Cart (which is persistent on this website)?</li>
<li>For those visiting the site today, for how long have they had items in their Shopping Cart? (i.e. 1 Day, 10 Days, etc&#8230;)?</li>
<li>At the time visitors purchase items, for how many days had they had items in the Shopping Cart?</li>
<li>Is it possible to see cart duration by product?</li>
</ol>
<p>While it is easy to see why this might be interesting to know, after some reflection, it turned out to not be a very straight-forward thing to understand/report upon using Adobe SiteCatalyst. I wrestled with a few different ways to answer these questions, but ran into a few roadblocks. In the end (and after bouncing some ideas off some friends), I settled on an approach that seemed to work (by no means the only one), so thought I would share it in case it is helpful to others out there with the same questions. If you have the <a href="http://www.omniture.com/en/products/multi-channel-analytics/insight" target="_blank">Adobe Insight</a> product, solving this question is much easier, but this post will deal with answering it for those of us who only have SiteCatalyst.</p>
<h2>Establishing Cart Addition Date</h2>
<p>The first challenge is to identify the date on which each visitor added items to the Shopping Cart. This is similar to an earlier post I had about <a href="http://adam.webanalyticsdemystified.com/2011/12/05/date-stamp-variable-omniture/" target="_blank">Date Stamping</a>, but with a twist. In the Date Stamping post, we just set the current date of each visit, but in this case, we want to set the date that a Product was added to the Shopping Cart (I suggest you use an eVar with original value, expiring at the Purchase event). Once you have done this and have data processing for a while, you can open the new Persistent Cart Date eVar report and add the Visits metric and see a report like this (in this example using the current date of 3/3/12):</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-04-10-at-2.41.51-PM.png"><img class="aligncenter size-full wp-image-2235" title="Screen Shot 2012-04-10 at 2.41.51 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-04-10-at-2.41.51-PM.png" alt="" width="349" height="171" /></a></p>
<p style="text-align: left;">Here we can see that we have answered our first question.  By looking at the <a href="http://blogs.adobe.com/digitalmarketing/analytics/conversion-variables-part-ii/" target="_blank">&#8220;None&#8221; row</a>, we can see that approximately 92% of the time, Visits are from people that have not previously added items to their Shopping Cart (does not include those pesky cookie deleters!). If you broke this report down by the <a href="http://blogs.adobe.com/digitalmarketing/analytics/products-variable-inside-omniture-sitecatalyst/" target="_blank">Products variable</a>, you would be able to see the actual products that were associated with each date:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-04-10-at-9.39.48-PM.png"><img class="aligncenter size-full wp-image-2253" title="Screen Shot 2012-04-10 at 9.39.48 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-04-10-at-9.39.48-PM.png" alt="" width="419" height="232" /></a></p>
<h2>Identifying Duration in Cart</h2>
<p>Our next challenge is to determine exactly how many days products have been in the shopping cart. As mentioned above, there are actually two flavors of this question. The first is to see how long ago products were added to the shopping cart at the time the current visit takes place, and the other is to see how long ago products were added to the shopping cart at the time a purchase takes place. We&#8217;ll start with the former.</p>
<p style="text-align: left;">With the preceding report and its breakdown by the Products variable, we have all of the key elements needed to figure out how long items have been in the shopping cart. However, to calculate this, it&#8217;s easier to use Microsoft Excel so I suggest you move the data to a spreadsheet using ReportBuilder or <a href="http://adam.webanalyticsdemystified.com/2010/06/01/data-extracts/" target="_blank">Data Extracts</a> and then adding some formulas to break out the data as shown here (I have replaced the None row with the value &#8220;NO CART&#8221; in Excel):</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-04-11-at-9.15.57-AM.png"><img class="aligncenter size-full wp-image-2257" title="Screen Shot 2012-04-11 at 9.15.57 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-04-11-at-9.15.57-AM.png" alt="" width="536" height="127" /></a></p>
<p style="text-align: left;">Once this is done, you can create a pivot table to group like items together and build a report like this (for illustrative purposes, I only created a few rows but in reality there would be many more rows of dates in this report):</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-04-17-at-9.04.36-PM.png"><img class="aligncenter size-full wp-image-2266" title="Screen Shot 2012-04-17 at 9.04.36 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-04-17-at-9.04.36-PM.png" alt="" width="312" height="164" /></a></p>
<p>In this pivot table, we can still see our same 8% of Visits with no items in the shopping cart, but now we can see that our largest percentage is tied to cases where visits had items in the cart for 6 days. If you had more data, the next logical step would be to group the number of days into meaningful buckets using <a href="http://blogs.adobe.com/digitalmarketing/analytics/classifications-aka-saint-inside-omniture-sitecatalyst/" target="_blank">SAINT Classifications</a> or directly in Excel. Also, note that instead of moving data to Excel, another way to create a report like the one shown here would be to create a SAINT Classification file that maps the current date to the number of days in the past  (i.e. 3/2/12 = 1 Day), but we&#8217;d have to update the SAINT file each time to adjust for the current date which would be a pain!</p>
<p style="text-align: left;">Next, since we have the report data by product ID, we can also break down the above pivot table by product to see which products are associated with each # of Days in the cart:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-04-17-at-9.08.34-PM.png"><img class="aligncenter size-full wp-image-2267" title="Screen Shot 2012-04-17 at 9.08.34 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-04-17-at-9.08.34-PM.png" alt="" width="325" height="291" /></a></p>
<p style="text-align: left;">Conversely, if your organization is more product-focused, you can flip the pivot table and look at Product ID&#8217;s by days in shopping cart like this (which will have more values per product ID when the data is real!):</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-04-17-at-9.12.11-PM.png"><img class="aligncenter size-full wp-image-2268" title="Screen Shot 2012-04-17 at 9.12.11 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-04-17-at-9.12.11-PM.png" alt="" width="324" height="291" /></a></p>
<p style="text-align: left;">You will note that these reports help us answer the first cart duration question which is how long products were in the shopping cart at the time a Visit took place, but the same process can be used to answer the second question which is how long products have been in the shopping cart at the time of purchase. To do this, all we need to do is modify our original SiteCatalyst report to show Orders instead of Visits like this:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-04-11-at-9.23.51-AM.png"><img class="aligncenter size-full wp-image-2258" title="Screen Shot 2012-04-11 at 9.23.51 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-04-11-at-9.23.51-AM.png" alt="" width="373" height="169" /></a></p>
<p style="text-align: left;">Note that in this case, we should no longer see a &#8220;None&#8221; row since to complete an Order, something must have been added to the shopping cart prior to purchase. It&#8217;s likely that you will also see that the majority of the rows are for the current date (which in this case is 3/3/2012). Once you create this report, you export it to Excel and create the table and pivot table in the same manner described above. This might result in a report that looks something like this:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-03-19-at-3.07.42-PM.png"><img class="aligncenter" title="Screen Shot 2012-03-19 at 3.07.42 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-03-19-at-3.07.42-PM.png" alt="" width="443" height="292" /></a></p>
<h2 style="text-align: left;">Product-Specific Cart Duration</h2>
<p style="text-align: left;">The last question to be answered is related to the duration in cart of each product.  In the examples above, we have set a date when products were added to cart, but this date was a general one or the date that the first product was added to the shopping cart. There will be cases when you want to get more granular and know the date for each product since visitors can add a product to the cart on 2/28/12 and then add different products to the cart on 3/1/12. If you desire this level of detail, in addition to setting the Persistent Cart eVar described above, you can set an additional <a href="http://adam.webanalyticsdemystified.com/2011/09/27/merchandising-evars-omniture/" target="_blank">Merchandising eVar</a> (with &#8220;Original Value&#8221; allocation and expire at the &#8220;Purchase&#8221; event). This will &#8220;bind&#8221; the date to the specific product that is being added to the shopping cart. SInce this is more complex, I won&#8217;t go into all of the intricacies here, but if you have questions, feel free to contact me.</p>
<h2>Final Thoughts</h2>
<p>As you can see, this is a somewhat complex solution, but should get you the answers you need. There may be other ways to answer these questions, so if you have tackled this, 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/2012/04/23/cart-persistence-and-duration-sitecatalyst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are Your Employees Wasting Your Marketing Budgets?</title>
		<link>http://adam.webanalyticsdemystified.com/2012/04/02/are-your-employees-wasting-your-marketing-budgets/</link>
		<comments>http://adam.webanalyticsdemystified.com/2012/04/02/are-your-employees-wasting-your-marketing-budgets/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 09:30:13 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2190</guid>
		<description><![CDATA[Every once in a while, especially when I am working with large clients, I ask them a simple question that befuddles them. The question I ask is this: &#8220;Do you know much money you are spending each month on paid advertising that is being used by your own internal employees?&#8221; After they pause for a [...]]]></description>
			<content:encoded><![CDATA[<p>Every once in a while, especially when I am working with large clients, I ask them a simple question that befuddles them. The question I ask is this:</p>
<p style="text-align: center;"><em>&#8220;Do you know much money you are spending each month on paid advertising that is being used by your own internal employees?&#8221;</em></p>
<p>After they pause for a moment, and realize that they don&#8217;t in fact know the answer to this, I sometimes see a spark of panic in their eyes. If I could read their minds it might go something tike this:</p>
<p style="text-align: left;"><em>&#8220;Why is he asking this? Should I know that? I&#8217;m sure our employees are smart enough to not use paid advertising like paid Google keywords or display ads to get to our own website right? I hope so&#8230; But what if 10% of our ad spend is on lazy employees coming to our website through paid search? Urghhh!!!&#8221;</em></p>
<p>At this point, I assure them that they are probably not wasting a huge amount of their marketing budget on their own employees, but the reason I ask is that it is very easy to know and make sure that you don&#8217;t have an issue. Therefore, in this post, I thought I&#8217;d show you a simple way to quantify this.</p>
<h2>Excluding Employee Traffic</h2>
<p>The first step in seeing how much you are spending in advertising on your own employees is to isolate your own internal employee traffic. The good news is that this is something you should already be doing today. If you aren&#8217;t, you should start doing this right away. The easiest way to exclude employee traffic is to identify the corporate IP address ranges that your company uses. While this is not perfect, it should be close enough. Even if you have remote employees, hopefully they are using a secure VPN which will route their traffic through your corporate IP ranges (one hint for Adobe SiteCatalyst customers is that if you have IP ranges that change frequently I would suggest implementing a <a href="http://blogs.omniture.com/2008/12/07/db-vista-inside-omniture-sitecatalyst/" target="_blank">DB VISTA</a> rule that has all of your IP address ranges since that will allow you to add/remove them as needed). Once you know these IP ranges, you can either move that traffic to a different data set (i.e. report suite for Adobe SiteCatalyst customers) or tag them as &#8220;employees&#8221; in a web analytics variable and build a segment to isolate this traffic. Regardless of how you do this, the ultimate goal is to have a data set or segment that you are pretty sure represents your employees.</p>
<h2>External Campaign Reports</h2>
<p>Once you have your employee traffic, the next step is to look at your campaigns report for this employee segment.  If you are doing a good job with your <a href="http://blogs.omniture.com/2008/10/01/campaign-tracking-inside-omniture-sitecatalyst/" target="_blank">external campaign</a> reporting, you should have a way to see how many visits you are getting from each paid advertising element or from each marketing channel as a whole. For example, here is a sample SiteCatalyst report showing how many Paid Search (SEM) Visits took place as seen in a report suite that contains only employee traffic:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-03-15-at-3.17.38-PM.png"><img class="aligncenter size-full wp-image-2192" title="Screen Shot 2012-03-15 at 3.17.38 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-03-15-at-3.17.38-PM.png" alt="" width="600" height="368" /></a></p>
<p>As we can see here, we&#8217;re getting a few hundred visits each week. Next we can compute an average cost for Paid Search advertising and get a rough estimate of how much money we are spending on employees for Paid Search. In this example, for the week of September 25th, we had 372 visits from Paid Search and if our average cost per ad was $3.50, our estimated cost would be $1,302 which annualized would be around $65,000. Depending upon the size of your advertising budgets, that could be good or bad. But let&#8217;s say that you work for American Express and have over 60,000 employees. It could be the case that you have 20,000 paid search visits from employees in a given month. If the average cost of paid search keywords were $.50, you could be spending $120,000 of your marketing budget on employees! That could get you a few extra web analysts on your team!</p>
<p>Also keep in mind that the same principle applies to display advertising and other marketing channels that cost you money. Finally, if you need to isolate the specific advertisements that are being used, you can do this by looking at the detailed tracking codes in your campaigns report. I have found that it is normally the branded advertisements that are the top culprits.</p>
<h2>Next Steps</h2>
<p>Hopefully, after doing this quick analysis, you&#8217;ll find out that you don&#8217;t have any major issues. But if you do find that your employees are being a bit lazy and eating up large portions of your marketing dollars, there are some simple ways to rectify this. I have found that at large companies, most of the time, employees aren&#8217;t aware that they are actually costing their employer money. While people like us live and breathe online marketing, your employees may have no concept of how online advertising works. By using the data you create in your analysis, you can spread the word through company newsletters or intranets and educate the company no how much money is being wasted and ask employees to use free tools like SEO links if they need to get to the website.</p>
<p>Besides saving your company a little bit (or a lot!) of money, this is a fun way to show executives at your company the power of web analytics. If the amount of money you save by doing this analysis is significant, feel free to use the data to get you some additional headcount or tools that you have been longing for!</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/04/02/are-your-employees-wasting-your-marketing-budgets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adobe Digital Marketing Summit 2012 Recap</title>
		<link>http://adam.webanalyticsdemystified.com/2012/03/28/adobe-digital-marketing-summit-2012-recap/</link>
		<comments>http://adam.webanalyticsdemystified.com/2012/03/28/adobe-digital-marketing-summit-2012-recap/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 17:58:10 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2221</guid>
		<description><![CDATA[As always, the Adobe (Omniture) Summit is a hectic, whirlwind affair! Each year, I look forward to it and then it seems to come and go so quickly. This year was no exception and the event was bigger than ever. While many of us &#8220;old-timers&#8221; miss the days of the event being in Park City [...]]]></description>
			<content:encoded><![CDATA[<p>As always, the Adobe (Omniture) Summit is a hectic, whirlwind affair! Each year, I look forward to it and then it seems to come and go so quickly. This year was no exception and the event was bigger than ever. While many of us &#8220;old-timers&#8221; miss the days of the event being in Park City or at the Grand America hotel, it looks like those days are over since the event is getting bigger and bigger every year. I thought I&#8217;d share some of my impressions of the event related to the web analytics portion of the conference and I also have a related question for you at the end of this post.</p>
<h2>Web Analytics Announcements</h2>
<p>I think the biggest difference in this year&#8217;s Summit was the focus on the suite of Adobe products. To say that web analytics was downplayed this year is an understatement. During the opening session, it was clear that diversification was the theme and only a few announcements related to web analytics were made (i.e. Discover 3). It was clear that this was no longer an Omniture Summit, but rather a venue to show all attendees the breadth of the full Adobe Digital Marketing Suite including CQ, Efficient Frontier and others. While I understand the rationale here, part of me was sad to see an event so heavily focused on web analytics in the past morph into a new type of Summit, but that&#8217;s what happens as a result of acquisitions (for me it was kind of like when you see an actor who you loved in leading roles relegated to a supporting role later in their career!). But I do think that the integration of analytics into the other Adobe products is exciting and the wave of the future.</p>
<p>Obviously, the announcement of Discover 3 is exciting for us web analysts. This release has been a long time coming and provides some much needed cross-visit pathing and attribution improvements. While <a href="http://adam.webanalyticsdemystified.com/2012/03/12/my-2012-summit-sitecatalyst-feature-wishlist/" target="_blank">I had hoped these features would be part of SiteCatalyst</a>, for now, I will gladly use Discover 3 to take analyses to the next level. <a href="https://twitter.com/#!/timjlott" target="_blank">Tim Lott </a>and his team have done a complete overhaul of the product and the new &#8220;table builder&#8221; features look really cool (especially to those of us who love Excel Pivot Tables!).</p>
<p>I was encouraged by the announcement of the planned &#8220;virtual analyst&#8221; feature that was shown at the closing session. While this feature is really playing &#8220;catch-up&#8221; to Google Analytics (Intelligence), it&#8217;s great that SiteCatalyst will help web analysts identify some areas to investigate when doing web analysis. I find that many clients are not sure where to start and this feature will go a long way to nudging people in the right direction. I also liked the ability to see when web analytics data is exceeding standard data ranges. While it has been somewhat possible to do this using <a href="http://blogs.adobe.com/digitalmarketing/analytics/alerts-inside-omniture-sitecatalyst/" target="_blank">Alerts</a>, I think the proposed visualizations will be much easier for people to use and understand.</p>
<p>Another cool item shown was the proposed geo-mapping feature that <a href="https://twitter.com/#!/jdnyland" target="_blank">JD Nyland</a> demonstrated. Now, instead of exporting SiteCatalyst data to a tool like <a href="http://www.tableausoftware.com/" target="_blank">Tableau</a>, it will be possible to view web analytics data on a map and even build segments by dragging across states and cities. I think this would be very handy, especially for those who sell online and through brick and mortar stores.</p>
<h2>Analytics Action Heroes Session</h2>
<p>It was great to be able to present again this year at the conference. Once again, I joined <a href="https://twitter.com/#!/analyticshero" target="_blank">Brent Dykes</a> as part of a panel and this year we shared stories related to his new <a href="http://www.amazon.com/Web-Analytics-Action-Hero-Analysis/dp/032179401X" target="_blank">Web Analytics Action Heroes book</a>. Our session was a fire hose of information and followed the progression of Brent&#8217;s book. I shared examples of how you can avoid spending too much time in &#8220;Setup Land&#8221; by monitoring your data quality through ReportBuilder (which Adobe announced is free for ten people at every customer now!), why I think knowing how to use SiteCatalyst is important and why segmentation is important to success. These are all topics I have discussed in past blog posts, but they appeared to be as relevant as sever as the audience seemed to resonate with the themes.</p>
<h2>My Question For You&#8230;</h2>
<p>One interesting thing did happen to me at this year&#8217;s Summit that hasn&#8217;t in the past. I had a number of people come up to me and discuss the fact that there wasn&#8217;t a lot of depth when it came to educational sessions related to SiteCatalyst. In year&#8217;s past, there have been many practical breakout sessions in which people like me, Adobe consultants and Adobe customers have demonstrated specific things they have done with SiteCatalyst such that you could go back to your office and implement new things to spurn new analyses. For one reason or another, outside of <a href="https://twitter.com/#!/willeitner" target="_blank">Kevin Willeitner&#8217;s</a> &#8220;Shopalytics&#8221; session, many folks seemed to think the Summit was a bit light in this area. Perhaps it was due to the downplaying of web analytics I mentioned above, but, I for one, still think that there is a need for us web analytics folks to walk away from conferences like this with more actionable tips and tricks that can help us in our daily lives. Back when I worked at Omniture, I was fortunate to get an entire Summit session to myself and share tons of advanced SiteCatalyst tips and tricks and these sessions were always very well attended and highly rated. Unfortunately, it seems that each year the breakout sessions tend to get a bit more higher-level (or &#8220;sales pitchy&#8221; as some referred to it). I think Adobe might be missing a great opportunity here and that they may need some sort of &#8220;advanced&#8221; track for people who want to go deep into web analytics at the conference.</p>
<p>This leads to the question I have for you. If you are a frequent reader of my blog, you will know that it is normally a one-way street with me sharing tips and education and that I rarely ask for interaction or feedback. However, at the Summit, I had many folks come up to me and ask if I would consider doing a 1-2 day session like the ones I used to do at Summit in which I provide advanced product education and a bunch of tips and tricks related to SiteCatalyst I have performed over the years. I have considered doing this from time-to-time, but, being busy consulting clients, haven&#8217;t explored it in depth. Please consider the following:</p>
<ul>
<li>Would you like to attend a 1-2 day class that teaches advanced SiteCatalyst features?</li>
<li>Would you like to see examples of SiteCatalyst tips and tricks to create new types of web analyses?</li>
<li>Would you like to explore topics I have blogged about in more detail and have the ability to ask questions?</li>
<li>Would you be willing to fly somewhere to do this and pay $$$ for this?</li>
</ul>
<p>If the answer is &#8220;Yes&#8221; to these questions for enough of you out there, I might consider doing a 1-2 day class on the above topics. Therefore, <strong>I am asking you to e-mail me at <a href="mailto:adam@webanalyticsdemystified.com" target="_blank">adam@webanalyticsdemystified.com</a> and let me know if you would attend and pay for this (and feel free to pass this message around to generate interest!)</strong>. If I get enough e-mails, I might give it a whirl (we like testing right?).  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/03/28/adobe-digital-marketing-summit-2012-recap/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My 2012 Summit SiteCatalyst Feature Wishlist [SiteCatalyst]</title>
		<link>http://adam.webanalyticsdemystified.com/2012/03/12/my-2012-summit-sitecatalyst-feature-wishlist/</link>
		<comments>http://adam.webanalyticsdemystified.com/2012/03/12/my-2012-summit-sitecatalyst-feature-wishlist/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 10:00:13 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2062</guid>
		<description><![CDATA[Each year at the Adobe (Omniture) Marketing Summit, customers are given an opportunity to &#8220;vote&#8221; for new product features while Brett Error reviews them (and cracks a few jokes!). From the rumor mill, it sounds like Brett may no longer be around (??), but even if he isn&#8217;t, hopefully the session will live on. Each [...]]]></description>
			<content:encoded><![CDATA[<p>Each year at the Adobe (Omniture) Marketing Summit, customers are given an opportunity to &#8220;vote&#8221; for new product features while <a href="https://twitter.com/#!/bretterror" target="_blank">Brett Error</a> reviews them (and cracks a few jokes!). From the rumor mill, it sounds like Brett may no longer be around (??), but even if he isn&#8217;t, hopefully the session will live on. Each year around the time of Summit, I like to look back at the past year and think about what SiteCatalyst features are not available that would have helped me and my clients the most. The SiteCatalyst product team is always swamped with great ideas from the Idea Exchange and have been doing a great job of pounding them out. Therefore, this list is not meant to mean that my requests are more important than others they are working on, but rather just ones that I have personally experienced pain for not having (some of them were on <a href="http://adam.webanalyticsdemystified.com/2011/06/10/my-latest-sitecatalyst-wishlist-items-omniture/" target="_blank">my last year list as well which you can read here</a>). All of these ideas are in the Idea Exchange, so if you have experienced similar cases where they would help you out, please vote for them there (shortcut links to items in the Idea Exchange are provided for each) and possibly in the Summit session should they arise&#8230;</p>
<h2>Segmentation Enhancements</h2>
<p>In a recent post, I went through some of the reasons why companies might decide to <a href="http://adam.webanalyticsdemystified.com/2011/11/28/v15-segmentation-vs-multi-suite-tagging-omniture/" target="_blank">abandon multi-suite tagging and just rely on v15 Segments instead</a>. Currently, there are a few features holding me back from going &#8220;all in&#8221; on v15 Segmentation. These are:</p>
<ol>
<li>The ability to compare segments in reports (<a href="http://bit.ly/yERLbr" target="_blank">http://bit.ly/yERLbr</a>). As I mentioned in my previous post, it is easy to compare the same report for two report suites or ASI slots, but it is not yet possible to do the same for two (or more) segments without using Discover.</li>
<li>The ability to have security for segments so you can assign who can see data for a segment (<a href="http://bit.ly/yh0djM" target="_blank">http://bit.ly/yh0djM</a>). As <a href="https://twitter.com/#!/benjamingaines" target="_blank">Ben Gaines</a> astutely pointed out, many people use report suites for security reasons to determine who at an organization can see which data. It would be great if this could somehow be duplicated using segments. However, I think that this is not possible until my next feature request is addressed.</li>
<li>The ability to lock down eVars like you can Success Events and sProps (<a href="http://bit.ly/wSMLU3" target="_blank">http://bit.ly/wSMLU3</a>). For years, I have asked the SiteCatalyst team to provide the ability to add User/Group security to eVars. Currently, it is possible to prevent a user or group from seeing a specific sProp or Success Event, but for some strange reason, you cannot do this with <a href="http://blogs.omniture.com/2008/08/13/conversion-variables-part-i/" target="_blank">eVars</a>. Once you can lock down eVars and you can lock down segments, you can truly secure your data set and cease to rely on multi-suite tagging or additional company logins to enforce security.</li>
<li>One item that is unrelated to v15 segmentation and multi-suite tagging, but still related to segmentation, is the ability to segment on a path (<a href="http://bit.ly/xzkeTr" target="_blank">http://bit.ly/xzkeTr</a>). There are many cases in which you would want to isolate visitors or visits where visitors navigated in a certain way. Hence, it would be great if you could add a 3 or 4 step flow as a valid way to segment. Since Pathing is available on all sProps, my hope is that this functionality would work for any sProp that has Pathing enabled, not just Pages and Sections.</li>
</ol>
<h2>Multi-Session Enhancements</h2>
<p>One of the limitations of SiteCatalyst is that there are many aspects that are only session based. In the future, I would like to see this restriction lifted. Here are a few examples of what I&#8217;d like to see:</p>
<ol>
<li>Ability to see multi-session Paths (<a href="http://bit.ly/zimT2O" target="_blank">http://bit.ly/zimT2O</a>) so you can see how visitors navigated the website across multiple sessions.</li>
<li>Ability to see multi-visit campaign code attribution (<a href="http://bit.ly/yzBTUE" target="_blank">http://bit.ly/yzBTUE</a>) in a way that is better than just first touch and last touch or the <a href="http://adam.webanalyticsdemystified.com/2010/02/01/cross-visit-traffic-source-attribution/" target="_blank">Cross Visit Participation plug-in</a>. Even if the current option for &#8220;Linear&#8221; allocation worked cross-session, that would be a great step forward.</li>
</ol>
<h2>Report Sorting Enhancements</h2>
<p>If you spend a lot of time in SiteCatalyst reports, you are familiar with the fact that you can only sort by metric columns. I would like to have the following sorting enhancements:</p>
<ol>
<li>The ability to do a weighted sort so you can easily filter only the top X number of rows before sorting (<a href="http://bit.ly/zsJNps" target="_blank">http://bit.ly/zsJNps</a>). I am sure the following scenario has happened to you at some point. You add a calculated metric like Bounce Rate to a report and then you choose to sort. You end up getting items with a 100% bounce rate, but when you dig deeper you see they have only a few values. What you really want is the ability to filter the report for only the top 50 values and then to apply a sort (like Google Analytics provides). Currently, this has to be done in Excel, but should be native to SiteCatalyst.</li>
<li>The ability to sort by the value column (<a href="http://bit.ly/ylULpS " target="_blank">http://bit.ly/ylULpS</a>). There are some cases in which you would like to sort by the actual values passed into SiteCatalyst instead of by a metric column. Currently, you can work around this by using search filters, so this isn&#8217;t a super-high priority, but it would be nice to simply have the ability to sort by the value column for times it is advantageous.</li>
</ol>
<h2>Final Thoughts</h2>
<p>Obviously, I could list many more, but the above list of items are the ones that I have run into the most. If you have others that you would like to see elevated in priority, feel free to list 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/2012/03/12/my-2012-summit-sitecatalyst-feature-wishlist/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Uber Success Events [SiteCatalyst]</title>
		<link>http://adam.webanalyticsdemystified.com/2012/02/27/uber-success-events-sitecatalyst/</link>
		<comments>http://adam.webanalyticsdemystified.com/2012/02/27/uber-success-events-sitecatalyst/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 10:00:38 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2069</guid>
		<description><![CDATA[Every now and then, I run into a unique situation with a client that requires what I call an &#8220;Über&#8221; Success Event. It isn&#8217;t possible to define this easily, so in this post, I will illustrate what it is and when you might want to use it&#8230; eVar Expiration Limitation For those who faithfully read [...]]]></description>
			<content:encoded><![CDATA[<p>Every now and then, I run into a unique situation with a client that requires what I call an &#8220;Über&#8221; Success Event. It isn&#8217;t possible to define this easily, so in this post, I will illustrate what it is and when you might want to use it&#8230;</p>
<h2>eVar Expiration Limitation</h2>
<p>For those who faithfully read my SiteCatalyst blog posts, you will <a href="http://adam.webanalyticsdemystified.com/2011/06/10/my-latest-sitecatalyst-wishlist-items-omniture/" target="_blank">have heard me lament</a> two major <a href="http://blogs.omniture.com/2008/08/13/conversion-variables-part-i/" target="_blank">eVar</a> expiration limitations. The first limitation is that you cannot expire an eVar at either a <a href="http://blogs.omniture.com/2008/08/08/conversion-success-events/" target="_blank">Success Event</a> taking place OR a time frame (whichever comes first). This limitation can be rough, since there are some cases in which you&#8217;d like to expire an eVar when Success Event X takes place, but if it doesn&#8217;t take place after three months, you might want to clear out the existing eVar value. Not cleaning out this value could result in that eVar value receiving credit for a Success Event that takes place a year later when it really shouldn&#8217;t. I have suggested this change in the Idea Exchange (<a href="http://bit.ly/yXqtqS" target="_blank">http://bit.ly/yXqtqS)</a> so feel free to vote for it there.</p>
<p>However, this post is focused on the second eVar expiration limitation, which is that you cannot expire an eVar at one Success Event OR another Success Event. In this case, you basically want to tell SiteCatalyst to expire the eVar when Event X or Event Y or Event Z takes place. Unfortunately, this isn&#8217;t possible in the <a href="http://blogs.omniture.com/2009/04/05/admin-console-tips-inside-omniture-sitecatalyst/" target="_blank">Admin Console</a>, since you can only pick one expiration item (Event or Time Period) from the list. This may not sound like too much of a limitation, but the following example will illustrate how it can cause problems.</p>
<p>Let&#8217;s imagine that you are a B2B Lead Generation website that sells its products online or allows its visitors to fill out a form and work with a sales rep to complete the purchase. You have a standard conversion flow with three steps (Event 1, Event 2, Event 3). <a href="http://adam.webanalyticsdemystified.com/wp-content/fork-in-the-road-3.jpg"><img class="wrap right size-medium wp-image-2073" title="fork-in-the-road-3" src="http://adam.webanalyticsdemystified.com/wp-content/fork-in-the-road-3-200x300.jpg" alt="" width="200" height="300" /></a>Each of these steps has an associated Success Event. So far, so good. However, when visitors reach the third step of the process, they can proceed to purchase on line (scCheckout, purchase) or view and submit a form (Event 4, Event 5) to have a sales rep call them and finish the sale.</p>
<p>In this situation, a website visitor can be viewed as successfully completing the conversion funnel two different ways. One way is to purchase online and the other is to submit a form. It&#8217;s as if there is a fork in the road, but both paths can lead to a successful conversion. Obviously we can track each of these steps using Success Events, but the following quirky situations arise as a result of this:</p>
<ol>
<li>It is easy to combine both of the final Success Events (Orders and Event 5 in this case) in a regular eVar report by creating a <a href="http://blogs.omniture.com/2009/02/10/calculated-metrics-inside-omniture-sitecatalyst/" target="_blank">Calculated Metric</a> that adds Orders to Lead Form Submissions (Event5 ).</li>
<li>However, it is not possible to use a standard SiteCatalyst <a href="http://blogs.omniture.com/2009/03/20/conversion-funnels-inside-omniture-sitecatalyst/" target="_blank">Conversion Funnel</a> report since you cannot include Calculated Metrics in Funnel reports (to help me change this, vote for this: <a href="http://bit.ly/zl3bUs" target="_blank">http://bit.ly/zl3bUs</a>). There are also a host of other issues with Calculated Metrics that you can read about in the Idea Exchange (i.e. Not available in DW, Can&#8217;t segment on them, No Participation, Can&#8217;t see totals in reports, etc&#8230;) so they are not really meant for &#8220;heavy lifting,&#8221; so to speak.</li>
<li>But the biggest issue is the one I raised earlier. What if we want to expire a bunch of eVars when the visitor Orders OR they submit a Lead Generation Form to a sales rep? We are pretty much out of luck since we can only pick one Event in the Admin Console to use for eVar expiration purposes. Bummer!</li>
</ol>
<p>As I stated previously, this isn&#8217;t an everyday occurrence, but I have seen it wreak havoc on some clients so I wanted to share an easy workaround to solve this last point.</p>
<h2>The &#8220;Über&#8221; Success Event</h2>
<p>So now that we have framed the problem, here&#8217;s how you can solve it. In the scenario above, what we would want to do is set a new Success Event at the same time that we set both the Order (purchase event) and the Form Submission (Event5). This new Success Event (let&#8217;s say that it is Event 20), would be set with every Order and Form submission so it should add up to the total of both. Doing this one simple thing has some wonderful consequences:</p>
<ol>
<li>There is no need to create the Calculated Metric described previously since this new &#8220;Event 20&#8243; would add up to the same figure of Orders + Lead Generation Form Submissions</li>
<li>Unlike the Calculated Metric, you would be able to use this new &#8220;Event 20&#8243; in a Conversion Funnel so you can have a funnel of Event 1, Event 2, Event 3 and then Event 20 which would represent ALL success (obviously we don&#8217;t know if the people filling out forms were truly successful, but for this scenario, let&#8217;s not worry about that an assume you know how to do this by <a href="http://adam.webanalyticsdemystified.com/2010/05/17/crm-integration-2-passing-crm-data-to-web-analytics/" target="_blank">reading this post</a>!). This also removes all of the shortcomings of Calculated Metrics I mentioned earlier.</li>
<li>But most importantly, if we wanted to expire any eVars when one of these two Success Events takes place, we now have a way to do that. All we have to do is to go to the Admin Console and set the eVars to expire at Event 20!</li>
</ol>
<p>Hence, setting this extra Success Event that sits on top of the other two Success Events is what I affectionately call my &#8221;Über&#8221; Success Event! This is just one example of how you can use this concept, but I have seen many more. 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/2012/02/27/uber-success-events-sitecatalyst/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Product Page Tab Usage [SiteCatalyst]</title>
		<link>http://adam.webanalyticsdemystified.com/2012/02/06/product-page-tab-usage-omniture/</link>
		<comments>http://adam.webanalyticsdemystified.com/2012/02/06/product-page-tab-usage-omniture/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 10:30:08 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2047</guid>
		<description><![CDATA[If you sell products on your website, you will often find the need to provide detailed information to those browsing your products. For example, below you can see a product detail page for a Gas Grill. As you can see, there are tabs for Specifications, Ratings &#38; Reviews, etc&#8230; One of the things I have [...]]]></description>
			<content:encoded><![CDATA[<p>If you sell products on your website, you will often find the need to provide detailed information to those browsing your products. For example, below you can see a product detail page for a Gas Grill. As you can see, there are tabs for Specifications, Ratings &amp; Reviews, etc&#8230;</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-01-16-at-8.48.53-AM.png"><img class="aligncenter size-full wp-image-2048" title="Screen Shot 2012-01-16 at 8.48.53 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-01-16-at-8.48.53-AM.png" alt="" width="604" height="373" /></a></p>
<p style="text-align: left;">One of the things I have been asked by clients is to provide a way for them to see how often each of these pieces of information (usually in the form of tabs) is used. Specifically, I am usually asked the following questions:</p>
<ul>
<li>Which tabs are used the most?</li>
<li>Which tabs are used the most for each product?</li>
<li>In what order are these tabs clicked in general and for each product?</li>
<li>Are there certain tabs that lead to conversion more than others?</li>
</ul>
<p>Therefore, in this post, I will share some tips on how to answer these questions&#8230;</p>
<h2>Tracking Tab Usage</h2>
<p>To start, let&#8217;s focus on the easiest question &#8211; which tabs are being used most often. To do this, we need to capture the name of the tab each time it is accessed. While I normally use <a href="http://blogs.omniture.com/2008/08/13/conversion-variables-part-i/" target="_blank">eVar</a> variables over <a href="http://blogs.omniture.com/2008/08/05/traffic-variables-sprops/" target="_blank">Traffic (sProp)</a> variables, this is one case in which I prefer to use sProps for reasons you will see below. Therefore, when a visitor clicks on one of the tabs on a Product Detail Page (PDP), I like to pass the name of the tab and the product to which it is related to an sProp. For example, on the Product Detail Page shown above, if the visitor clicks on the &#8220;Ratings &amp; Reviews&#8221; tab while on the &#8220;Kenmore 4-Burner LP Gas Grill,&#8221; I would pass the following:</p>
<p style="padding-left: 30px;">s.prop60=&#8221;Kenmore 4-Burner Gas Grill:Ratings &amp; Reviews&#8221;</p>
<p>By concatenating these values, I know that I had one instance of the combination of this particular product and the specific tab that was clicked. If the page doesn&#8217;t reload when the tab is clicked, you may have to use <a href="http://blogs.omniture.com/2009/03/12/custom-link-tracking-capturing-user-actions/" target="_blank">Custom Link tagging</a> to set this sProp. In addition, it is important that you also capture the default tab item, which is normally some variation of &#8220;Overview.&#8221; In this case, when the Product Detail Page first loads, the value passed to the sProp would be &#8220;Kenmore 4-Burner Gas Grill:Overview.&#8221; By setting these values to an sProp, you can easily see how often each Product/tab combination is viewed and if you have unique visitors enabled for the sProp, you can see uniques for each combination as well:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-01-16-at-12.16.41-PM.png"><img class="aligncenter size-full wp-image-2051" title="Screen Shot 2012-01-16 at 12.16.41 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-01-16-at-12.16.41-PM.png" alt="" width="587" height="155" /></a></p>
<p>Next, you can use <a href="http://blogs.omniture.com/2008/09/10/classifications-aka-saint-inside-omniture-sitecatalyst/" target="_blank">SAINT Classifications</a> to group all similar tabs together to see a rollup of use across all products. In the preceding example, we might want to group all cases of &#8220;Ratings &amp; Reviews&#8221; across all products to see which types of tabs are getting the most action:</p>
<p><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-01-16-at-12.20.13-PM.png"><img class="aligncenter size-full wp-image-2052" title="Screen Shot 2012-01-16 at 12.20.13 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-01-16-at-12.20.13-PM.png" alt="" width="397" height="191" /></a></p>
<h2>Product Tab Pathing</h2>
<p>Now that we can see a general idea of which tabs are being used and which tabs are used for each product, the next question we want to answer is in which order are tabs being used. Whenever you want to see sequence in SiteCatalyst, you will want to use <a href="http://blogs.omniture.com/2008/10/13/pathing-analysis-inside-omniture-sitecatalyst/" target="_blank">Pathing</a> reports. This is the reason why I chose to use an sProp instead of an eVar for this setup since Pathing only works on sProps. In this case, once you have implemented the sProp described above, you can enable Pathing and you will be able to see the order in which tabs are used for each product like this:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-01-16-at-12.30.17-PM.png"><img class="aligncenter size-full wp-image-2053" title="Screen Shot 2012-01-16 at 12.30.17 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-01-16-at-12.30.17-PM.png" alt="" width="540" height="263" /></a></p>
<p>However, this sProp and its Pathing capabilities will only allow you to see how visitors used tabs at the product level. What if you want to see a Pathing report that shows how tabs were used regardless of product? Unfortunately, this isn&#8217;t as easy as it should be. If you have the <a href="http://www.omniture.com/en/products/analytics/discover" target="_blank">Discover</a> product, you can see Pathing on the SAINT Classification we created above, but if you don&#8217;t have Discover, you will have to create a second sProp that captures only the tab name and also has Pathing enabled.</p>
<h2>Product Tab Influence</h2>
<p>Another question I get from clients related to Product Tabs has to do with the impact they have on conversion. For example, they want to know if visitors who view the Specifications tab are more likely to convert than those who do not. In SiteCatalyst, there are a few ways to accomplish this. First, once you have implemented the items above, you can create a <a href="http://blogs.omniture.com/2008/11/05/segment-builder-best-practices-inside-omniture-sitecatalyst/" target="_blank">Segment</a> to filter sessions or people using specific tabs and see how that segment of visits/visitors compares to those who did not use the tabs. Keep in mind that you can segment on both detailed values (product+ tab) or the classified value (tab only) in the segment builder or Discover.</p>
<p>Another way to see the influence of tabs on KPI&#8217;s is to use Success Event <a href="http://blogs.omniture.com/2009/01/13/participation-inside-omniture-sitecatalyst/" target="_blank">Participation</a>. By enabling Participation on the sProp described above for your key Success Events, you can see which ones have the most influence over time. For example, if we turn on Participation for the sProp shown above related to Orders, we can see a report like the one shown here:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-01-16-at-12.46.26-PM.png"><img class="aligncenter size-full wp-image-2054" title="Screen Shot 2012-01-16 at 12.46.26 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-01-16-at-12.46.26-PM.png" alt="" width="595" height="131" /></a></p>
<p>In this report, we can see how many Orders each product/tab combination was in the flow of across weeks or months of visits. Then we can create a calculated metric which divides this Order Participation by the number of times each product/tab combination took place to see how influential it was as compared to other product tab combinations (since the numbers are small, in this example, I multiplied by 100 to make the differences easier to see). Obviously, the same principle can be applied to the sProp that does not contain the product as long as you are passing the values natively to an sProp and not creating it via a SAINT Classification. Finally, you could also pass the tab names to an eVar and set the allocation to Linear to spread credit across all tabs that are used, but since you may already be setting the sProp decried above for pathing purposes, Participation may be the logical way to go.</p>
<h2>Final Thoughts</h2>
<p>Keep in mind that the same principles described here can be applied to other items related to products &#8211; not just product detail page tabs. For example, you might have 360 degree views of products, product images, etc. that can all have an influence on conversion. You can treat these items the same as product tabs and capture them as shown above. Therefore, if you are curious about how website visitors are using tabs on your product detail pages or any other supplemental product information you provide, give the techniques shown here a try. If you have other tips on tracking this type of product content, leave a comment here.</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/02/06/product-page-tab-usage-omniture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internal Search Position Placement [SiteCatalyst]</title>
		<link>http://adam.webanalyticsdemystified.com/2012/01/23/internal-search-position-placement-omniture/</link>
		<comments>http://adam.webanalyticsdemystified.com/2012/01/23/internal-search-position-placement-omniture/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 10:00:20 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=2014</guid>
		<description><![CDATA[When it comes to searching on the Internet, where a particular search result appears in the list of results can make an enormous difference. Companies pay big bucks to SEM and SEO experts to tell them how they can be ranked higher for specific search keywords. While you cannot control all that happens to you [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to searching on the Internet, <em>where</em> a particular search result appears in the list of results can make an enormous difference. Companies pay big bucks to SEM and SEO experts to tell them how they can be ranked higher for specific search keywords. While you cannot control all that happens to you on Google or Bing, when it comes to your own website, you have more control over which internal search results you choose to show to your visitors. In the past, I have shown several ways to track <a href="http://adam.webanalyticsdemystified.com/2010/09/07/internal-search-term-exit-rates/" target="_blank">what is happening with your internal search</a>, but in this post, I will explore a new internal search topic &#8211; how to see if placement matters. After reading this post you will be able to see how each search result placement performs and even be able to break it down by internal search term.</p>
<h2>Conversion By Placement</h2>
<p>Let&#8217;s begin with some basic stuff. Imagine you have a website and internal search is a heavily used function. You should already be setting a <a href="http://blogs.omniture.com/2008/08/08/conversion-success-events/" target="_blank">Success Event</a> for every internal search and capturing the internal search term used in an <a href="http://blogs.omniture.com/2008/08/13/conversion-variables-part-i/" target="_blank">eVar</a> (for more advanced internal search tips <a href="http://adam.webanalyticsdemystified.com/2009/11/16/internal-search-tips/" target="_blank">click here</a>). Doing this might result in something like this:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-30-at-2.29.53-PM.png"><img class="size-full wp-image-2015 aligncenter" title="Screen Shot 2011-12-30 at 2.29.53 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-30-at-2.29.53-PM.png" alt="" width="547" height="428" /></a></p>
<p>However, as you can see, in this setup, it would be difficult to tell whether the visitor clicked on the first item in the list, the second, the third, etc.. Some of my customers want to know if it is worthwhile to have more than three or four search results at all. As you can see here, the visitor was presented with almost 38,000 search results, but how many went beyond the first five? Is less more?</p>
<p>To answer this question, we need to tell SiteCatalyst which position the link that is clicked was in. For example, if this visitor clicked on the second search result above (the one that goes to &#8220;www.salesforce.com/chatter&#8221;), that would be considered the second spot. What would be cool is if we could see how many Internal Searches contained a &#8220;Spot #2&#8243; and how many Internal Search Clicks took place for &#8220;Spot#2.&#8221; If we had that, we could use a <a href="http://blogs.omniture.com/2009/02/10/calculated-metrics-inside-omniture-sitecatalyst/" target="_blank">Calculated Metric</a> to see the conversion rate of each internal search result placement.</p>
<p>So here is how you would do this? First, you would set the <a href="http://blogs.omniture.com/2008/11/16/products-variable-inside-omniture-sitecatalyst/" target="_blank">Products Variable</a> (or if you are using v15, possibly use a <a href="http://blogs.omniture.com/2011/09/08/15-for-15-your-kiss-is-on-my-list-var/" target="_blank">List eVar</a> with expiration set to Page View or Internal Searches Success Event) value for all &#8220;spots&#8221; that took place on the search results page. For example, if there were ten internal search results shown, the Products Variable (or List eVar) would have ten values (spot1, spot2, spot3, etc&#8230;) and each would be associated with the Internal Search Success Event. Next, when a visitor clicks on a specific item in the internal search results list, you would pass the spot# to the Products variable (or List eVar) and set an <a href="http://adam.webanalyticsdemystified.com/2010/09/07/internal-search-term-exit-rates/" target="_blank">Internal Search Results Clicks Success Event</a>. Once you have done this, you now have a list of spot values and two Success Events that are associated with each. Then you create a Calculated Metric for the Click-Through Rate (Internal Search Clicks/Internal Searches) and add it to the List eVar like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-2018" title="Screen Shot 2011-12-30 at 3.16.11 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-30-at-3.16.11-PM.png" alt="" width="581" height="221" /></p>
<p>In this fictitious example, we can see that the items with the top-most placement spot get clicked the most. However, the most interesting aspect of this report is that the first five internal search placement slots account for almost 60% of all search result clicks! If we use the 80/20 rule, we could probably get almost the same number of internal search result clicks by having seven results as if we had hundreds.</p>
<p>Also, keep in mind that you can add other Success Events to the above report such as Orders or Lead Forms Completed to see how internal search spot # impacts website success.  For example, if you add Orders to the above report, you will be able to see how each internal search spot # converts by dividing Internal Search Clicks by Orders as shown in this mocked-up report:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-30-at-7.19.41-PM.png"></a><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-30-at-7.22.20-PM.png"><img class="aligncenter size-full wp-image-2024" title="Screen Shot 2011-12-30 at 7.22.20 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-30-at-7.22.20-PM.png" alt="" width="574" height="214" /></a></p>
<h2>Spots &amp; Keywords</h2>
<p>The next questions I get from clients when I show them this are related to the combinations of internal search keywords and search placements. For example, they want to know if a specific search phrase does better or worse based upon where it is in the internal search result list (which is often determined by algorithms). The good news is that seeing this is easy using an <a href="http://blogs.omniture.com/2008/09/03/conversion-variable-subrelations/" target="_blank">eVar Subrelations</a> report (keep in mind that in SiteCatayst v15 all eVars have full subrelations!). You can breakdown the report above by internal search phrase or perform the converse by first opening the internal search phrase eVar report and breaking it down by the Internal Search placement eVar as shown here:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-30-at-3.32.06-PM.png"><img class="aligncenter size-full wp-image-2021" title="Screen Shot 2011-12-30 at 3.32.06 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-30-at-3.32.06-PM.png" alt="" width="590" height="260" /></a></p>
<p style="text-align: left;">If you are not using SiteCatalyst v15 yet and don&#8217;t have any eVars left for which you can add Full Subrelations, you can also concatenate the search term and the spot # into an eVar to see similar information as long as you don&#8217;t have too many internal search terms.</p>
<h2>Product List\Collection Pages</h2>
<p>Keep in mind that this same principle can also be applied to product collection pages where you highlight a few key products on a landing page:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-30-at-7.28.43-PM.png"><img class="aligncenter size-full wp-image-2025" title="Screen Shot 2011-12-30 at 7.28.43 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-30-at-7.28.43-PM.png" alt="" width="570" height="635" /></a></p>
<p>For example, you might see a page like the one above and want to know if items in the top-left perform better than those in the middle. Doing this is easy if you leverage the concepts above. In this case, the &#8220;spots&#8221; we discussed are not vertical, but rather go left to right and row by row. You can come up with any spot labeling system that makes sense to your organization (i.e. row1-spot1, row1-spot2, etc&#8230;).</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-01-15-at-9.22.15-AM.png"><img class="aligncenter size-full wp-image-2042" title="Screen Shot 2012-01-15 at 9.22.15 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-01-15-at-9.22.15-AM.png" alt="" width="626" height="216" /></a></p>
<p>In this case, instead of breaking down the preceding report by internal search term, you could break it down by the Products Variable to see this:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-01-15-at-9.29.58-AM.png"><img class="aligncenter size-full wp-image-2043" title="Screen Shot 2012-01-15 at 9.29.58 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2012-01-15-at-9.29.58-AM.png" alt="" width="573" height="306" /></a></p>
<h2>Final Thoughts</h2>
<p>If internal search and/or product lists are important to your business, you might want to try this out and see if you can learn some good tidbits about how placement affects your conversion. If you have any questions, please leave a comment here&#8230;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/01/23/internal-search-position-placement-omniture/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Integrating SiteCatalyst &amp; Tealeaf</title>
		<link>http://adam.webanalyticsdemystified.com/2012/01/09/integrating-sitecatalyst-tealeaf/</link>
		<comments>http://adam.webanalyticsdemystified.com/2012/01/09/integrating-sitecatalyst-tealeaf/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 10:00:24 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=1897</guid>
		<description><![CDATA[In the past, I have written about ways to integrate SiteCatalyst with other tools including Voice of Customer, CRM, etc… In this post, I will discuss how SiteCatalyst can be integrated with Tealeaf and how to implement the integration. This post was inspired and co-written by my friend Ryan Ekins who used to work at [...]]]></description>
			<content:encoded><![CDATA[<p>In the past, I have written about ways to integrate SiteCatalyst with other tools including <a href="http://adam.webanalyticsdemystified.com/2010/03/23/integrating-voice-of-customer/" target="_blank">Voice of Customer</a>, <a href="http://adam.webanalyticsdemystified.com/2010/05/10/crm-integration-passing-web-analytics-data-to-crm/" target="_blank">CRM</a>, etc… In this post, I will discuss how SiteCatalyst can be integrated with <a href="http://www.tealeaf.com/" target="_blank">Tealeaf</a> and how to implement the integration. This post was inspired and co-written by my friend <a href="http://www.solutionanalytics.com/" target="_blank">Ryan Ekins</a> who used to work at Omniture and now works at Tealeaf.</p>
<h2>About Tealeaf</h2>
<p>For those of you unfamiliar with Tealeaf, it is a software product in the Customer Experience Management space. One <span style="text-decoration: underline;">key feature</span> that I will highlight in this post is that Tealeaf customers can use their set of products to record every minute detail that happens on the website and are then able to “replay” sessions at a later time to see how website visitors interacted with the website. While this &#8220;session replay&#8221; feature is just a portion of what you can do in Tealeaf, for the purposes of this post, that is the only feature I will focus on. In general, Tealeaf collects <span style="text-decoration: underline;">all data</span> that is passed between the browser and the web/application servers, so when someone says, “Tealeaf collects everything” that is just about right. While there is some third party data that may need to be passed over in another way, for the most part, out of the box you get all communications between browser and server. Tealeaf clients use their products to improve the user experience, identify fraud or to simply learn how visitors use the website. Whereas tools like SiteCatalyst are primarily meant to look at aggregated trends in website data, Tealeaf is built to analyze data at the lowest possible level – the session. However, one of the challenges with having this much data, is that sometimes finding exactly what you are looking for is like looking for a needle in a haystack if you have an earlier version of Tealeaf (i.e. earlier than 8.x). While the Tealeaf UI has gotten better over the years and is used by business and technical users, it was not built to replace the need for a web analytical package. It is for this reason that an integration with web analytical packages such as SiteCatalyst makes so much sense.</p>
<h2>SiteCatalyst Integration</h2>
<p>Since SiteCatalyst is a tool that can be used by many folks at an organization, years ago, the folks at Omniture and Tealeaf decided to partner to create a Genesis integration that leverages the strengths of both products. The philosophy of the integration was as follows:</p>
<ul>
<li>SiteCatalyst is an easy tool to use to segment website visits, but that it doesn&#8217;t have a lot of granular data</li>
<li>Tealeaf has tons of granular data, but isn&#8217;t built for many end-users to access it and build segments of visits on the fly</li>
<li>Establishing a &#8220;key&#8221; between the SiteCatalyst visit and the Tealeaf session identifier could bridge the gap between the two tools</li>
</ul>
<p>Based upon this philosophy, the two companies were able to create a Genesis integration that is easy to implement and provides some very exciting benefits. When you sign up for the Tealeaf/SiteCatalyst Genesis integration, a piece of JavaScript is added to your SiteCatalyst code. This JavaScript merely takes the Tealeaf session identifier and places it into an sProp or eVar. That sProp or eVar then becomes the key across both products. Once the Tealeaf session identifier is passed into SiteCatalyst, it acts like any other value. This means that you can associate SiteCatalyst Success Events to Tealeaf ID&#8217;s, segment on them or even export these ID&#8217;s. However, if you go back to the original philosophy of the integration, you will recall that the primary objective of the integration is to combine SiteCatalyst&#8217;s segmentation capability with Tealeaf&#8217;s granular session replay capability. This is where you will find the most value as demonstrated in the following example.</p>
<p>Let&#8217;s say that you have an eCommerce website and that you have a high cart abandonment rate. In SiteCatalyst, it is easy to build a segment of website visits where a Cart Checkout Success Event took place, but no Purchase Success Event occurred:</p>
<p><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-26-at-9.09.13-AM.png"><img class="aligncenter size-full wp-image-2001" 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-AM.png" alt="" width="685" height="221" /></a></p>
<p>Once you create this segment, you can use SiteCatalyst or Discover to see anything you want including Visit Number, Paths, Items in the Cart, Browser, etc… However, the one thing that is difficult to see in SiteCatalyst is the actual pages the visitor saw, how these pages looked, where the user entered data, the exact messages they saw, etc… As the old saying goes, &#8220;a picture is worth a thousand words&#8221; and sometimes simply &#8220;seeing&#8221; visitors use your site can open your eyes to ways you can improve the experience and make more money! However, watching every shopping cart session would be tedious. But by using the SiteCatalyst-Tealeaf integration, once you have built the segment shown above, you could isolate the exact Tealeaf session ID&#8217;s that match the criteria of the segment, which in this case are visits where a checkout event took place, but there was no purchase. To do this, simply apply this segment in SiteCatalyst v15, Discover or DataWarehouse and you can get a list of the exact Tealeaf session ID&#8217;s that are now stored in an sProp or eVar:</p>
<p><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-26-at-9.24.35-AM.png"><img class="size-full wp-image-2002 aligncenter" title="Screen Shot 2011-12-26 at 9.24.35 AM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-26-at-9.24.35-AM.png" alt="" width="356" height="261" /></a></p>
<p>Once you have these Tealeaf ID&#8217;s, you can open Tealeaf and view session replays to see if you can find an issue that is common to many visits, such as a data validation error, a type of credit card that is causing issues, etc… Here is a screenshot of what you might see in Tealeaf:</p>
<p><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-30-at-1.16.50-PM.png"><img class="aligncenter size-full wp-image-2010" title="Screen Shot 2011-12-30 at 1.16.50 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-12-30-at-1.16.50-PM.png" alt="" width="596" height="254" /></a></p>
<p>It is easy to see how simply passing a unique Tealeaf session ID to a SiteCatalyst variable can establish a powerful connection between the two tools that can be exploited in many interesting ways. The above example is the primary method of leveraging the integration, but you could also upload meta-data from Tealeaf into SiteCatalyst using <a href="http://blogs.omniture.com/2008/09/10/classifications-aka-saint-inside-omniture-sitecatalyst/" target="_blank">SAINT Classifications</a> and many, many more.</p>
<p>One additional point to keep in mind is that for many clients, the number of unique Tealeaf session ID&#8217;s stored in SiteCatalyst will exceed the 500,000 monthly limit. As shown in the screenshot above, 96% of the values exceeded the monthly limit. This means that you may have to rely heavily on <a href="http://blogs.omniture.com/2008/10/19/omniture-datawarehouse-inside-omniture-sitecatalyst/" target="_blank">DataWarehouse</a>, which can sometimes take a day or two to get data back. It also means that you may want to consider using an sProp instead of an eVar if you have a heavily trafficked site.</p>
<h2>The Future</h2>
<p>In the future, we&#8217;d like to see Adobe and Tealeaf  build a deeper integration that allows SiteCatalyst users to simply click on a segment and automatically be taken into Tealeaf where they could have the same segment created in Tealeaf and begin replaying sessions. This functionality exists for OpinionLab, Google Analytics and others already. It would also be interesting if one day joint customers could use Tealeaf to assist with SiteCatalyst tagging itself. Since Tealeaf has all of the data anyway, why not use this, combined with SiteCatalyst API&#8217;s to populate data in SiteCatalyst instead of using lots of complex JavaScript? Currently, the cost of API tokens make this cost-prohibitive, but technically, there is no reason this cannot be done.</p>
<h2>Final Thoughts</h2>
<p>So there you have it. If you have both SiteCatalyst and Tealeaf, I recommend that you check-out this integration and think about the use cases that might make sense for you. Also keep in mind that similar integrations exist with other vendors that offer &#8220;session replay&#8221; features like <a href="http://www.clicktale.com/" target="_blank">ClickTale</a> and <a href="http://www.foreseeresults.com/products/session-replay.shtml" target="_blank">RobotReplay</a> (now part of Foresee).  If you have any detailed questions about the Tealeaf integration, feel free to reach out to <a href="https://twitter.com/#!/solanalytics" target="_blank">@solanalytics</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/2012/01/09/integrating-sitecatalyst-tealeaf/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Real-Time Analytics in SiteCatalyst [SiteCatalyst]</title>
		<link>http://adam.webanalyticsdemystified.com/2011/12/12/real-time-analytics-in-sitecatalyst-omniture/</link>
		<comments>http://adam.webanalyticsdemystified.com/2011/12/12/real-time-analytics-in-sitecatalyst-omniture/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 09:30:29 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=1965</guid>
		<description><![CDATA[While I have never been a huge fan of &#8220;real-time&#8221; web analytics, when Google started giving it away as part of GA, there was quite a buzz in the web analytics community.  The reason I have not been such a fan of real-time analytics is not because I don&#8217;t see cases where it would be [...]]]></description>
			<content:encoded><![CDATA[<p>While I have never been a huge fan of &#8220;real-time&#8221; web analytics, when <a href="http://analytics.blogspot.com/2011/09/whats-happening-on-your-site-right-now.html" target="_blank">Google started giving it away as part of GA</a>, there was quite a buzz in the web analytics community.  The reason I have not been such a fan of real-time analytics is not because I don&#8217;t see cases where it would be valuable, but rather, I have seen how difficult it has been for organizations to get their arms around regular web analytics data!  If it is hard for a company to make good use of its day to day web analytics data, getting real-time data is like pouring gasoline on an already burning fire!</p>
<p>However, there are cases where I can see why having real-time data would be interesting.  Specifically, cases where you are running a social media, radio or TV campaign that is driving people to your website and you want to see how many people are coming NOW!  The main reason I see clients do this is not to act upon the data in real-time, but rather, so they can go back and attribute specific spikes in data to money being spent in social media, radio or television advertisements.  For example, let&#8217;s say that you show a TV ad locally in New York City at 8:15 p.m. EST on Tuesday night. It would be cool to see how the website lights-up in the New York area around that time.  In the past, companies like <a href="http://chartbeat.com/" target="_blank">ChartBeat</a> were available to see this, but now you can do it for free using Google Analytics.</p>
<p>Since this real-time capability launched in GA, some of my Omniture followers have asked me if it is possible to see real-time data in SiteCatalyst. Therefore, in this post, I will share what is and what is not possible today.</p>
<h2><strong>SiteCatalyst Real-Time Analytics (Sort Of&#8230;)</strong></h2>
<p>Unfortunately, the exact functionality that GA has just released does not yet exist in the traditional SiteCatalyst interface.  Surprisingly, after a quick check, I didn&#8217;t see that anyone has ever requested this in the Ideas Exchange.  However, what I can offer you is the next best thing.  What I have worked with clients to do, is to pass minute-level data to SiteCatalyst variables so that you can at least look back in time and see the times at which traffic spiked. In my last blog post, I <a title="Date Stamp Variable [Omniture]" href="http://adam.webanalyticsdemystified.com/2011/12/05/date-stamp-variable-omniture/" target="_blank">described a similar topic in which we passed a Date to an eVar and an sProp</a>.  In that scenario, we passed the date on each page of the visit. This is similar to using the Time Parting plug-in which passes in the time in 30 minute increments.</p>
<p>In order to see minute level data, what I am going to suggest here is that you capture the date and time (down to the minute) to an <a href="http://blogs.omniture.com/2008/08/13/conversion-variables-part-i/" target="_blank">eVar</a> or <a href="http://blogs.omniture.com/2008/08/05/traffic-variables-sprops/" target="_blank">sProp</a> on the 1st page of the visit.  This will allow you to associate all website behavior to the date and time at which the visit started. This can be done via JavaScript or via a <a href="http://blogs.omniture.com/2008/11/30/vista-inside-omniture-sitecatalyst/" target="_blank">VISTA Rule</a>.  Here is what a sample report would look like:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-11-22-at-12.54.48-PM.png"><img class="aligncenter size-full wp-image-1968" title="Screen Shot 2011-11-22 at 12.54.48 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-11-22-at-12.54.48-PM.png" alt="" width="401" height="225" /></a></p>
<p>As you can see, this report is pretty granular, but if you know the date and time you are interested in, you can pull the data down to Excel and sort by date/time to see spikes in traffic by the minute.  In the example below, we can see that a spike in Form Completions occurred at 8:15 P.M. precisely when the local television spot ran:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-11-22-at-1.15.54-PM.png"></a><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-11-22-at-1.17.24-PM.png"><img class="aligncenter size-full wp-image-1971" title="Screen Shot 2011-11-22 at 1.17.24 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-11-22-at-1.17.24-PM.png" alt="" width="575" height="320" /></a></p>
<p>Since you have this data in an eVar, you can see any of your Success Events (like Internal Searches shown below) by minute in SiteCatalyst:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-11-22-at-12.56.28-PM.png"><img class="aligncenter size-full wp-image-1969" title="Screen Shot 2011-11-22 at 12.56.28 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-11-22-at-12.56.28-PM.png" alt="" width="514" height="235" /></a></p>
<p>Again, it won&#8217;t help you at the minute these things are happening due to the lag in data appearing in SiteCatalyst, but it will allow you to look back an hour or two later to see the impact of an advertising campaign so you can adjust future ones.</p>
<p>One other note on this, As <a href="http://www.linkedin.com/in/kevinw" target="_blank">Kevin W</a> from Adobe mentioned, you shouldn&#8217;t go lower than the minute when doing this.  In a normal month, minute-level data should produce at most 45,000 unique values per month which is del below the 500,000 SiteCatalyst can accept.  If you go beyond that (to the seconds level), you are looking at over 2.5 million unique values which is not ideal for SiteCatalyst. Technically, you could do it and just use the data in <a href="http://blogs.omniture.com/2008/10/19/omniture-datawarehouse-inside-omniture-sitecatalyst/" target="_blank">DataWarehouse</a>, but I don&#8217;t recommend it.</p>
<p>So that is a quick tip that you can use if you need to do historical reporting down to the minute in SiteCatalyst.  If you feel you need real-time reporting in SiteCatalyst, feel free to add it to the Ideas Exchange.</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/2011/12/12/real-time-analytics-in-sitecatalyst-omniture/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Date Stamp Variable [SiteCatalyst]</title>
		<link>http://adam.webanalyticsdemystified.com/2011/12/05/date-stamp-variable-omniture/</link>
		<comments>http://adam.webanalyticsdemystified.com/2011/12/05/date-stamp-variable-omniture/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 09:00:13 +0000</pubDate>
		<dc:creator>Adam Greco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adam.webanalyticsdemystified.com/?p=1945</guid>
		<description><![CDATA[I was recently working with a client that had a unique situation arise. This client is well-versed in the usage of the Adobe Discover product and frequently takes advantage of its ability to segment by date. For those unfamiliar with this feature, you might use it to address the following scenario: &#8220;I&#8217;d like to build a [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently working with a client that had a unique situation arise. This client is well-versed in the usage of the <a href="http://www.omniture.com/en/products/analytics/discover" target="_blank">Adobe Discover</a> product and frequently takes advantage of its ability to segment by date. For those unfamiliar with this feature, you might use it to address the following scenario: &#8220;I&#8217;d like to build a segment of people who filled out a form in the third week of January 2011, but I want to see their behavior for the months of February, March and April.&#8221;  Here is how this segment could be built using Discover:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-11-21-at-4.42.39-PM.png"><img class="aligncenter size-full wp-image-1952" title="Screen Shot 2011-11-21 at 4.42.39 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-11-21-at-4.42.39-PM.png" alt="" width="638" height="362" /></a></p>
<p>This functionality is cool since you can use it to limit your population to folks who took some action in a specific time period and then observe their subsequent behavior across a future time period. Another example might be the desire to see purchase behavior of people in Q4 who looked at products in Q3.</p>
<p>However, the challenge facing this client is that very few people in the organization had access to Discover so they wanted to have the ability to apply this date-based segmentation to their SiteCatalyst reports to which everyone had access (and take advantage of the new v15 segmentation capabilities).  I hadn&#8217;t thought about doing this in SiteCatalyst due to its segmentation limitations (see below), but after contemplating a bit, I came up with a cool trick that should allow SiteCatalyst users to take advantage of this Discover functionality.  If this is of interest to you, please read on&#8230;</p>
<h2><strong>Date Stamp Variable</strong></h2>
<p>In order to build a segment that crosses multiple visits, the obvious starting point is the Visitor container within SiteCatalyst&#8217;s <a href="http://blogs.omniture.com/2008/11/05/segment-builder-best-practices-inside-omniture-sitecatalyst/" target="_blank">Segmentation tool</a>.  If you want to select a Visit in one time frame, but look at data for another time frame, you will need to use a Visitor container and nest a Visit container and/or Success Event container within it.  In the preceding example, we would want to create a Visitor container, but nest a Visit container within it in which the visitor had a Visit where a Form was completed in a specific week of the month of January. Sounds easy right?</p>
<p>Unfortunately, it isn&#8217;t as easy as you&#8217;d think, because there is no way to segment on a date or month within SiteCatalyst like you can in Discover. Therefore, the trick is to pass the date to a SiteCatalyst variable within each Visit.  I suggest you add one new <a href="http://blogs.omniture.com/2008/08/13/conversion-variables-part-i/" target="_blank">eVar</a> and one new <a href="http://blogs.omniture.com/2008/08/05/traffic-variables-sprops/" target="_blank">sProp</a> and set the date on every page. In addition, you can easily create a <a href="http://blogs.omniture.com/2008/09/10/classifications-aka-saint-inside-omniture-sitecatalyst/" target="_blank">SAINT Classification</a> for each date which rolls these dates up into weeks, months or years as needed.</p>
<p>Once we have set the date to a variable, let&#8217;s see an example of how we would create the aforementioned segment from within SiteCatalyst.  First, we grab the Visitor container, then we nest a Visit container and within that Visit, we nest a Form Completion Success Event.  To narrow down the Form Completion to a specific week in January, we can use our new Date Stamp variable (eVar or sProp version):</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-11-21-at-3.46.01-PM.png"><img class="aligncenter" title="Screen Shot 2011-11-21 at 3.46.01 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-11-21-at-3.46.01-PM.png" alt="" width="676" height="309" /></a></p>
<p>Of course, as I mentioned earlier, it may be easier to classify these variables and segment on them by week or month.  This process would be identical to the segment shown above, but instead, would use a Classification of the Date Stamp variable.  Here is an example of a SAINT Classification of the Date Stamp variable:</p>
<p style="text-align: center;"><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-11-21-at-3.48.58-PM.png"><img class="aligncenter" title="Screen Shot 2011-11-21 at 3.48.58 PM" src="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-11-21-at-3.48.58-PM.png" alt="" width="224" height="248" /></a></p>
<p><a href="http://adam.webanalyticsdemystified.com/wp-content/Screen-Shot-2011-11-21-at-3.48.58-PM.png"></a>If you&#8217;ve read my past blog posts, you will soon realize that this trick is similar to the <a href="http://blogs.omniture.com/2009/02/01/plug-ins-inside-omniture-sitecatalyst/" target="_blank">Time-Parting plug-in</a> I described years ago. In fact, it is really just a variation on that, but without the time of the day.  However, limiting the values to just the date makes the data much more manageable and more easily classified.  The use of this, plus segmentation allows you to mimic what has been possible in Discover for a while so if you have lots of SiteCatalyst users, give this workaround a whirl&#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/2011/12/05/date-stamp-variable-omniture/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

