<?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>Jason Egan &#62; Marketing Measurement &#124; Web Analytics &#124; Site Optimization &#124; Omniture &#187; Web Analytics</title>
	<atom:link href="http://www.jasonegan.net/category/web-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonegan.net</link>
	<description>Marketing Measurement, Site Optimization, Web Analytics, Omniture SiteCatalyst, Omniture Test&#38;Target &#38; Social Media</description>
	<lastBuildDate>Sun, 06 Jun 2010 01:49:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Omniture SiteCatalyst Plug-ins</title>
		<link>http://www.jasonegan.net/2009/08/13/omniture-sitecatalyst-plug-ins/</link>
		<comments>http://www.jasonegan.net/2009/08/13/omniture-sitecatalyst-plug-ins/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 19:28:14 +0000</pubDate>
		<dc:creator>Jason Egan</dc:creator>
				<category><![CDATA[Omniture SiteCatalyst]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[omniture]]></category>
		<category><![CDATA[implementation]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[sitecatalyst]]></category>

		<guid isPermaLink="false">http://www.jasonegan.net/?p=192</guid>
		<description><![CDATA[<p>Omniture SiteCatalyst is without a doubt one of the best Web analytics solutions out there. However, like all analytics solutions it be can difficult to implement when you are not a dedicated programmer or you do not have the available programming resources at your disposal. Many times Web analytics and other people that are responsible for the Web analytics function within a company will also not have access to server-side code to implement better page names and to set events and variables when you need to in certain circumstances. And this is where the Omniture SiteCatalyst plug-ins enter the equation.</p>
<p>The primary advantage of the SiteCatalyst plug-ins is that they allow you to implement SiteCatalyst and its more advanced features without the need to touch the server-side code. It should be noted thought that editing server-side code to pass dynamic data to SiteCatalyst is almost always the preferred avenue if it is available to you. That being said, Omniture has created many plug-ins that allow data to be sent to SiteCatalyst so that you can implement by only touching your basic &#8220;s_code.js&#8221; file that is a part of the implementation. Some of the more useful plug-ins (my opinion of course) include:</p>
<ul>
<li>Append List (s.apl)
<ul>
<li>This function is one of the most useful and versatile for someone without easy access to source code. As an example of how this function might be used, assume that you have a registration confirmation page that needs a success event fired. By using the &#8220;s.apl&#8221; function, you can write some very simple JavaScript that will detect the Omniture page name and if it is a match, this plug-in will fire your success event. All being coded from directly within the Omniture JavaScript file.</li>
</ul>
</li>
<li>Link Handler (there are 3 of these)
<ul>
<li>There are three flavors of the link handler plug-in. One controls clicks on regular links, another controls exit links and the last controls download links. The &#8220;s.downloadLinkHandler&#8221; plug-in is especially helpful if you want to track all of the PDFs on your site by setting a specific custom event for only clicks on PDFs, while at the same time sending the URL of the PDF into a commerce variable (a.k.a. an eVar). By using these three plug-ins, you can easily begin tracking the clicks of select links on your site.</li>
</ul>
</li>
<li>New vs. Repeat Visitors (s.getNewRepeat)
<ul>
<li>The name of this plug-in says it all. By using this one, you will be able to segment all of your visitors and their interactions with your site into behavioral groups for new and return visitors. Very useful when the Omniture prop and/or eVar is correlated or fully subrelated, respectively.</li>
</ul>
</li>
<li>Query Parameter (s.getQueryParam)
<ul>
<li>This might be the most basic plug-in, and is a part of almost every Omniture SiteCatalyst implementation that I&#8217;ve ever seen. While simple, it is extremely useful. Using this plugin, you can capture the value of any query string parameter and send that value to an eVar or prop. When you couple this plug-in with one like &#8220;s.apl&#8221; you have an easy way to capture your internal search phrases while at the same time setting a custom success event for internal searches.</li>
</ul>
</li>
</ul>
<p>These are but a few of the many plug-ins offered by Omniture. There are also more advanced ones such as:</p>
<ul>
<li>Channel Manager (advanced tracking of your campaign data)</li>
<li>Cross Visit Participation (provides an understanding of campaign impact across visits)</li>
<li>Form Analysis (enables reporting on form errors, abandonment, etc.)</li>
</ul>
<p>This last few are more difficult to implement in most cases, and you might consider contacting a consultant here.</p>
<p>The plug-ins are one of the most useful features of a SiteCatalyst implementation but are often overlooked. I think that a session on a few of the more advanced plug-ins would be an excellent idea for an Omniture Summit session, don&#8217;t you?</p>
]]></description>
			<content:encoded><![CDATA[<p>Omniture SiteCatalyst is without a doubt one of the best Web analytics solutions out there. However, like all analytics solutions it be can difficult to implement when you are not a dedicated programmer or you do not have the available programming resources at your disposal. Many times Web analytics and other people that are responsible for the Web analytics function within a company will also not have access to server-side code to implement better page names and to set events and variables when you need to in certain circumstances. And this is where the Omniture SiteCatalyst plug-ins enter the equation.</p>
<p>The primary advantage of the SiteCatalyst plug-ins is that they allow you to implement SiteCatalyst and its more advanced features without the need to touch the server-side code. It should be noted thought that editing server-side code to pass dynamic data to SiteCatalyst is almost always the preferred avenue if it is available to you. That being said, Omniture has created many plug-ins that allow data to be sent to SiteCatalyst so that you can implement by only touching your basic &#8220;s_code.js&#8221; file that is a part of the implementation. Some of the more useful plug-ins (my opinion of course) include:</p>
<ul>
<li>Append List (s.apl)
<ul>
<li>This function is one of the most useful and versatile for someone without easy access to source code. As an example of how this function might be used, assume that you have a registration confirmation page that needs a success event fired. By using the &#8220;s.apl&#8221; function, you can write some very simple JavaScript that will detect the Omniture page name and if it is a match, this plug-in will fire your success event. All being coded from directly within the Omniture JavaScript file.</li>
</ul>
</li>
<li>Link Handler (there are 3 of these)
<ul>
<li>There are three flavors of the link handler plug-in. One controls clicks on regular links, another controls exit links and the last controls download links. The &#8220;s.downloadLinkHandler&#8221; plug-in is especially helpful if you want to track all of the PDFs on your site by setting a specific custom event for only clicks on PDFs, while at the same time sending the URL of the PDF into a commerce variable (a.k.a. an eVar). By using these three plug-ins, you can easily begin tracking the clicks of select links on your site.</li>
</ul>
</li>
<li>New vs. Repeat Visitors (s.getNewRepeat)
<ul>
<li>The name of this plug-in says it all. By using this one, you will be able to segment all of your visitors and their interactions with your site into behavioral groups for new and return visitors. Very useful when the Omniture prop and/or eVar is correlated or fully subrelated, respectively.</li>
</ul>
</li>
<li>Query Parameter (s.getQueryParam)
<ul>
<li>This might be the most basic plug-in, and is a part of almost every Omniture SiteCatalyst implementation that I&#8217;ve ever seen. While simple, it is extremely useful. Using this plugin, you can capture the value of any query string parameter and send that value to an eVar or prop. When you couple this plug-in with one like &#8220;s.apl&#8221; you have an easy way to capture your internal search phrases while at the same time setting a custom success event for internal searches.</li>
</ul>
</li>
</ul>
<p>These are but a few of the many plug-ins offered by Omniture. There are also more advanced ones such as:</p>
<ul>
<li>Channel Manager (advanced tracking of your campaign data)</li>
<li>Cross Visit Participation (provides an understanding of campaign impact across visits)</li>
<li>Form Analysis (enables reporting on form errors, abandonment, etc.)</li>
</ul>
<p>This last few are more difficult to implement in most cases, and you might consider contacting a consultant here.</p>
<p>The plug-ins are one of the most useful features of a SiteCatalyst implementation but are often overlooked. I think that a session on a few of the more advanced plug-ins would be an excellent idea for an Omniture Summit session, don&#8217;t you?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonegan.net/2009/08/13/omniture-sitecatalyst-plug-ins/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Impact of WPP Investment in Omniture</title>
		<link>http://www.jasonegan.net/2009/01/30/wpp-omniture-partnership/</link>
		<comments>http://www.jasonegan.net/2009/01/30/wpp-omniture-partnership/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 16:23:23 +0000</pubDate>
		<dc:creator>Jason Egan</dc:creator>
				<category><![CDATA[Omniture SiteCatalyst]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.jasonegan.net/?p=74</guid>
		<description><![CDATA[<p>So yesterday there were press releases from both Omniture and WPP announcing their partnership, and the $25,000,000 common stock investment by WPP in Omniture. You can see these respective press releases here (they&#8217;re the same really):</p>
<ul>
<li>Omniture: <a href="http://www.omniture.com/press/635" target="_blank">http://www.omniture.com/press/635</a></li>
<li>WPP: <a href="http://www.tinyurl.com/wppomniture" target="_blank">http://www.tinyurl.com/wppomniture</a> </li>
</ul>
<p>I think that this was very big news, and that it will impact both Web analytics practitioners and other vendors alike. As I see it, here are a few (a very short, brief list) of the ways this partnership might affect us practitioners of Web analytics:</p>
<ul>
<li>With Omniture training an additional 500 WPP employees in Omniture technology, the available pool of people with Omniture on their resumes will significantly increase.</li>
<li>There might be an internal impact at Omniture on their Best Practices group. Will Omniture keep consulting in house in light of this $25 million investment by WPP? How many Omniture consultants might be asked to leave Orem to work within a WPP company (as was basically stated in the press release)?</li>
<li>This could be good for practioners that are savvy enough to realize the impact now, and broaden their skill sets outside of Web analytics alone.</li>
</ul>
<p>There&#8217;s also the potential impact on other vendors:</p>
<ul>
<li>With the large client base at WPP the impact on competitors such as Coremetrics and WebTrends is obvious.</li>
<li>The same large client base could also help Omniture in increasing use of other tools such as Test&amp;Target (look out Optimost and SiteSpect), Merchandising (look out Endeca), Discover OnPremise (look out BI vendors), etc.</li>
<li>What&#8217;s the impact on the many other consultancies out there that help companies with Omniture implementations and optimization?</li>
</ul>
<p>Please let me know if you have any further thoughts on what the impact of this investment might mean for WPP, Omniture, us practioners of Web analytics or Omniture&#8217;s and WPP&#8217;s competition.</p>
<p>In closing, here are a few early thoughts on the WPP/Omniture news from some people on Twitter:</p>
<blockquote>
<p style="text-align: center;"><img class="aligncenter" title="WPP Omniture Partnership on Twitter" src="http://www.jasonegan.net/images/omniture-wpp-partnership.jpg" alt="WPP Omniture Partnership on Twitter" width="326" height="400" /></p>
</blockquote>
]]></description>
			<content:encoded><![CDATA[<p>So yesterday there were press releases from both Omniture and WPP announcing their partnership, and the $25,000,000 common stock investment by WPP in Omniture. You can see these respective press releases here (they&#8217;re the same really):</p>
<ul>
<li>Omniture: <a href="http://www.omniture.com/press/635" target="_blank">http://www.omniture.com/press/635</a></li>
<li>WPP: <a href="http://www.tinyurl.com/wppomniture" target="_blank">http://www.tinyurl.com/wppomniture</a> </li>
</ul>
<p>I think that this was very big news, and that it will impact both Web analytics practitioners and other vendors alike. As I see it, here are a few (a very short, brief list) of the ways this partnership might affect us practitioners of Web analytics:</p>
<ul>
<li>With Omniture training an additional 500 WPP employees in Omniture technology, the available pool of people with Omniture on their resumes will significantly increase.</li>
<li>There might be an internal impact at Omniture on their Best Practices group. Will Omniture keep consulting in house in light of this $25 million investment by WPP? How many Omniture consultants might be asked to leave Orem to work within a WPP company (as was basically stated in the press release)?</li>
<li>This could be good for practioners that are savvy enough to realize the impact now, and broaden their skill sets outside of Web analytics alone.</li>
</ul>
<p>There&#8217;s also the potential impact on other vendors:</p>
<ul>
<li>With the large client base at WPP the impact on competitors such as Coremetrics and WebTrends is obvious.</li>
<li>The same large client base could also help Omniture in increasing use of other tools such as Test&amp;Target (look out Optimost and SiteSpect), Merchandising (look out Endeca), Discover OnPremise (look out BI vendors), etc.</li>
<li>What&#8217;s the impact on the many other consultancies out there that help companies with Omniture implementations and optimization?</li>
</ul>
<p>Please let me know if you have any further thoughts on what the impact of this investment might mean for WPP, Omniture, us practioners of Web analytics or Omniture&#8217;s and WPP&#8217;s competition.</p>
<p>In closing, here are a few early thoughts on the WPP/Omniture news from some people on Twitter:</p>
<blockquote>
<p style="text-align: center;"><img class="aligncenter" title="WPP Omniture Partnership on Twitter" src="http://www.jasonegan.net/images/omniture-wpp-partnership.jpg" alt="WPP Omniture Partnership on Twitter" width="326" height="400" /></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonegan.net/2009/01/30/wpp-omniture-partnership/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Campaign Revenue Attribution</title>
		<link>http://www.jasonegan.net/2009/01/14/campaign-revenue-attribution/</link>
		<comments>http://www.jasonegan.net/2009/01/14/campaign-revenue-attribution/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 20:31:32 +0000</pubDate>
		<dc:creator>Jason Egan</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[Atrribution]]></category>

		<guid isPermaLink="false">http://www.jasonegan.net/?p=58</guid>
		<description><![CDATA[<p>One of the most simple questions asked in analytics is, &#8220;How much money are we making from our paid search campaign?&#8221; The problem is that there are many ways to answer this question, as well as many factors from the Web analytics side that can created different answers.</p>
<p>As a Web analyst working within a team of more traditional SQL-using, data analysts, explaining how an analytics solution answers the above question can be challenging. The 3 primary variables that are a part of a revenue attribution methodology include:</p>
<ol>
<li>The order with which the campaign credited with the sell occurs in relation to other campaigns</li>
<li>The length of time that a campaign may receive credit for a sale</li>
<li>How attribution is split (or not) among multiple campaigns</li>
</ol>
<p>As for order, the most common approach is last touch. In other words, if a visitor clicks through your email campaign today and then through your Google ad tomorrow, the Google ad will get all of the credit because it was the last campaign touched before the purchase. The problem of course, is that even though the email campaign was clicked first and might have impacted the sale, the email receives no credit. One alternative to last touch that gets around this is linear attribution. Basically, linear attribution would split the previously mentioned sale 50/50 between the email and the Google ad. But should it really be 50/50? In addition to last touch and linear, you can also have something like first, or original, touch, where the email would get all of the credit. So there are a lot of choices to mull over.</p>
<p>Now that I&#8217;ve talked about a few of the methodologies around the order of attribution, the variable of time needs to be added. Using the previous example, and assuming last touch as the order of attribution, how long after coming in through a Google ad should the ad get credit for the sale? Only if they buy within the visit? 7 Days? 30 Days? The most typical solution is 30 days. However, this could very well extend out to months if your Web site is one of lead generation where the sales cycle is weeks or months long. Also, if you send out daily emails, is 30 days really a good choice for attribution? If you don&#8217;t have the choice of a custom solution, then 30 days is probably your best bet right now since that seems to be the standard. But, just keep in mind that you might have the option of changing your attribution to any time preiod (or maybe even event on your Web site).</p>
<p>Earlier, I mentioned linear attribution as a method of splitting revenue between multiple campaigns. Aside from this even split among campaigns, there are not many other options out there. This is one of the biggest challenges in revenue attribution. One way around this is to export all of your analytics data by visitor ID for every visit (that&#8217;s a ton of data to say the least). Once you have this data, you can create your own methodology to tie a sale back to every visit by the visitor, and every campaign that they touched (and the time between) prior to the sale, all the way back to maybe even the first campaign code ever touch by the visitor. We&#8217;ve done this at my current job, and I can tell you that it is not something that is easy to recreate on an ongoing basis.</p>
<p>It would be great if there was some solution on the Web analytics vendor side that would let you create a truly custom attribution methodology. However, the problem there is that if you can customize every aspect of attribution, you might end up creating a self-fulfilling prophecy. What I mean here is that if you want to weight the last touch before a sale as being worth more than the campaign touches between the first and last, then you might be over valuing paid search if that is most often your last touch marketing channel.</p>
<p>So what is the solution?</p>
<p>As far as I am concerned, it is short sited to value everything as last touch. You can&#8217;t just ignore the fact that other campaigns have in someway influenced/impacted your visitor prior to making a purchase. To ignore this is to miss out on understanding and optimizing your marketing efforts from beginning to end. So, ditch last touch (in a perfect world, if you can).</p>
<p>Next, you&#8217;re going to need to create your own solution as to how to tie all of the different campaign touches together and appropriately attribute them to the sale. This is an easy thing to say, but not so easy to do obviously. In a later post I will try to flesh out an idea to actually do this.</p>
<p>Do you have any ideas as to how to improve upon existing ideas of revenue attribution? If you&#8217;re doing something custom yourself, let me know about it.</p>
]]></description>
			<content:encoded><![CDATA[<p>One of the most simple questions asked in analytics is, &#8220;How much money are we making from our paid search campaign?&#8221; The problem is that there are many ways to answer this question, as well as many factors from the Web analytics side that can created different answers.</p>
<p>As a Web analyst working within a team of more traditional SQL-using, data analysts, explaining how an analytics solution answers the above question can be challenging. The 3 primary variables that are a part of a revenue attribution methodology include:</p>
<ol>
<li>The order with which the campaign credited with the sell occurs in relation to other campaigns</li>
<li>The length of time that a campaign may receive credit for a sale</li>
<li>How attribution is split (or not) among multiple campaigns</li>
</ol>
<p>As for order, the most common approach is last touch. In other words, if a visitor clicks through your email campaign today and then through your Google ad tomorrow, the Google ad will get all of the credit because it was the last campaign touched before the purchase. The problem of course, is that even though the email campaign was clicked first and might have impacted the sale, the email receives no credit. One alternative to last touch that gets around this is linear attribution. Basically, linear attribution would split the previously mentioned sale 50/50 between the email and the Google ad. But should it really be 50/50? In addition to last touch and linear, you can also have something like first, or original, touch, where the email would get all of the credit. So there are a lot of choices to mull over.</p>
<p>Now that I&#8217;ve talked about a few of the methodologies around the order of attribution, the variable of time needs to be added. Using the previous example, and assuming last touch as the order of attribution, how long after coming in through a Google ad should the ad get credit for the sale? Only if they buy within the visit? 7 Days? 30 Days? The most typical solution is 30 days. However, this could very well extend out to months if your Web site is one of lead generation where the sales cycle is weeks or months long. Also, if you send out daily emails, is 30 days really a good choice for attribution? If you don&#8217;t have the choice of a custom solution, then 30 days is probably your best bet right now since that seems to be the standard. But, just keep in mind that you might have the option of changing your attribution to any time preiod (or maybe even event on your Web site).</p>
<p>Earlier, I mentioned linear attribution as a method of splitting revenue between multiple campaigns. Aside from this even split among campaigns, there are not many other options out there. This is one of the biggest challenges in revenue attribution. One way around this is to export all of your analytics data by visitor ID for every visit (that&#8217;s a ton of data to say the least). Once you have this data, you can create your own methodology to tie a sale back to every visit by the visitor, and every campaign that they touched (and the time between) prior to the sale, all the way back to maybe even the first campaign code ever touch by the visitor. We&#8217;ve done this at my current job, and I can tell you that it is not something that is easy to recreate on an ongoing basis.</p>
<p>It would be great if there was some solution on the Web analytics vendor side that would let you create a truly custom attribution methodology. However, the problem there is that if you can customize every aspect of attribution, you might end up creating a self-fulfilling prophecy. What I mean here is that if you want to weight the last touch before a sale as being worth more than the campaign touches between the first and last, then you might be over valuing paid search if that is most often your last touch marketing channel.</p>
<p>So what is the solution?</p>
<p>As far as I am concerned, it is short sited to value everything as last touch. You can&#8217;t just ignore the fact that other campaigns have in someway influenced/impacted your visitor prior to making a purchase. To ignore this is to miss out on understanding and optimizing your marketing efforts from beginning to end. So, ditch last touch (in a perfect world, if you can).</p>
<p>Next, you&#8217;re going to need to create your own solution as to how to tie all of the different campaign touches together and appropriately attribute them to the sale. This is an easy thing to say, but not so easy to do obviously. In a later post I will try to flesh out an idea to actually do this.</p>
<p>Do you have any ideas as to how to improve upon existing ideas of revenue attribution? If you&#8217;re doing something custom yourself, let me know about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonegan.net/2009/01/14/campaign-revenue-attribution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Programming and Web Analysts</title>
		<link>http://www.jasonegan.net/2009/01/03/programming-and-web-analysts/</link>
		<comments>http://www.jasonegan.net/2009/01/03/programming-and-web-analysts/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 13:28:55 +0000</pubDate>
		<dc:creator>Jason Egan</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.jasonegan.net/?p=47</guid>
		<description><![CDATA[<p>Now that Omniture has APIs and WebTrends is doing more sophisticated things with their tools that have ODBC connections, I was thinking, should we Web analysts consider adding to our skill set? Primarily, should we begin to add programming abilities to our skill set? Things like APIs are great, but only if you have the ability to create applications that access these APIs. Should we Web analysts start learning languages like PHP, SOAP and XML so that we can create our own applications?</p>
<p>Also, most popular Web analytics technologies are based upon JavaScript (from the implementation side anyway). So, a better understanding of JavaScript would most likely benefit us all. A better understanding of JavaScript alone could open some doors for better Web analytics opportunities for those not already proficient with JavaScript.</p>
<p>I think that we Web analysts should be immersing ourselves in programming so that we become more than just analysts and the users of tools like Omniture, GA, WebTrends, etc. I for one will be trying to pick up the following skills in 2009:</p>
<ul>
<li>PHP/SOAP &#8211; for the purpose of programming with Web APIs and creating new applications for analytics and online marketing</li>
<li>JavaScript &#8211; I&#8217;m already decent with JS, but would like to be able to do some more advanced things for analytics</li>
<li>SQL/MySQL &#8211; for the purpose of querying Oracle, SQL and MySQL databases</li>
</ul>
<p>Are their any other skills that you think would benefit Web analysts? What additional skills are you trying to pick up on your own this next year?</p>
]]></description>
			<content:encoded><![CDATA[<p>Now that Omniture has APIs and WebTrends is doing more sophisticated things with their tools that have ODBC connections, I was thinking, should we Web analysts consider adding to our skill set? Primarily, should we begin to add programming abilities to our skill set? Things like APIs are great, but only if you have the ability to create applications that access these APIs. Should we Web analysts start learning languages like PHP, SOAP and XML so that we can create our own applications?</p>
<p>Also, most popular Web analytics technologies are based upon JavaScript (from the implementation side anyway). So, a better understanding of JavaScript would most likely benefit us all. A better understanding of JavaScript alone could open some doors for better Web analytics opportunities for those not already proficient with JavaScript.</p>
<p>I think that we Web analysts should be immersing ourselves in programming so that we become more than just analysts and the users of tools like Omniture, GA, WebTrends, etc. I for one will be trying to pick up the following skills in 2009:</p>
<ul>
<li>PHP/SOAP &#8211; for the purpose of programming with Web APIs and creating new applications for analytics and online marketing</li>
<li>JavaScript &#8211; I&#8217;m already decent with JS, but would like to be able to do some more advanced things for analytics</li>
<li>SQL/MySQL &#8211; for the purpose of querying Oracle, SQL and MySQL databases</li>
</ul>
<p>Are their any other skills that you think would benefit Web analysts? What additional skills are you trying to pick up on your own this next year?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonegan.net/2009/01/03/programming-and-web-analysts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Omniture API Development Contest</title>
		<link>http://www.jasonegan.net/2008/12/24/omniture-api-development-contest/</link>
		<comments>http://www.jasonegan.net/2008/12/24/omniture-api-development-contest/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 14:44:45 +0000</pubDate>
		<dc:creator>Jason Egan</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.jasonegan.net/?p=39</guid>
		<description><![CDATA[<p>With all of the APIs that are out there for Google, Facebook, Twitter, etc., I can&#8217;t say that I surprised to see that Omniture has now started a contest to see what creative developers can do with the <a href="http://developer.omniture.com/node/310" target="_blank">Omniture APIs</a>. I received an e-mail the other day that stated that the first prize would receive $10,000! That&#8217;s right, $10K. The interesting thing here is that the deadline for entry into the contest is some time in early February, before the 2009 Summit, where the winners will be announced. Not a lot of time to develop something new if you haven&#8217;t already started.</p>
<p>I think that there&#8217;s a real opportunity here for some developers given the short time frame and what I would think would be a limited amount of competition. Developing something like this and winning a prize for it would also be a great career booster and way to get noticed for the use of product APIs in a Web 2.0 crazy world where every other developer on the planet has created some kind of Twitter application! Man, I&#8217;ve got to get back into some programming so that I can start using these APIs myself!</p>
]]></description>
			<content:encoded><![CDATA[<p>With all of the APIs that are out there for Google, Facebook, Twitter, etc., I can&#8217;t say that I surprised to see that Omniture has now started a contest to see what creative developers can do with the <a href="http://developer.omniture.com/node/310" target="_blank">Omniture APIs</a>. I received an e-mail the other day that stated that the first prize would receive $10,000! That&#8217;s right, $10K. The interesting thing here is that the deadline for entry into the contest is some time in early February, before the 2009 Summit, where the winners will be announced. Not a lot of time to develop something new if you haven&#8217;t already started.</p>
<p>I think that there&#8217;s a real opportunity here for some developers given the short time frame and what I would think would be a limited amount of competition. Developing something like this and winning a prize for it would also be a great career booster and way to get noticed for the use of product APIs in a Web 2.0 crazy world where every other developer on the planet has created some kind of Twitter application! Man, I&#8217;ve got to get back into some programming so that I can start using these APIs myself!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonegan.net/2008/12/24/omniture-api-development-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Omniture Dashboard Speed &amp; Dates</title>
		<link>http://www.jasonegan.net/2008/12/19/omniture-dashboard-speed-dates/</link>
		<comments>http://www.jasonegan.net/2008/12/19/omniture-dashboard-speed-dates/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 16:57:27 +0000</pubDate>
		<dc:creator>Jason Egan</dc:creator>
				<category><![CDATA[Omniture SiteCatalyst]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[dashboards]]></category>
		<category><![CDATA[omniture]]></category>
		<category><![CDATA[sitecatalyst]]></category>

		<guid isPermaLink="false">http://www.jasonegan.net/?p=30</guid>
		<description><![CDATA[<p>This post is just to note a couple of things that I have discovered recently about Omniture dashboards. I hope that this might be of help to some of you that use Omniture.</p>
<h3>Faster Omniture Dashboards</h3>
<p>File this one under what is most likely common sense. But, I have seen many Omniture SiteCatalyst dashboards take forever and a day to run, or you will see the &#8220;unable to retrieve data&#8221; message. I at first thought that this might be due to the fact that I had seen this most often on dashboards for Omniture variables that were using 20 &#8211; 30 classifications. Maybe using that many classifications slowed everything down? But no, it was really just because of the number of metrics that we had for each reportlet. I tried recreating dashboards with only revenue, and voila, the dashboards ran in no time. The down side here, is that a dashboard is only so useful if it has a single metric. If you are experiencing problems with slow dashboards, you might want to try and reduce the number of metrics in your reportlets (maybe to just two or three) until it runs in a reasonable amount of time. The addition of calculated metrics is also a significant factor in slowing down or killing Omniture dashboards. Of course if the dashboard is automated via email, you can add everything you like, and the whole thing will get emailed perfectly fine.</p>
<h3>Omniture Dashboard Dates</h3>
<p>Just another Omniture dashboard experience that I thought I&#8217;d share. We have several dashboards that are setup so that each reprotlet might be reporting on ranked data for the last 30 days. Last 30 days was chosen since a current month would not be all that useful on the first of the month. One of the great advantages to dashboard in SiteCatalyst 14 (as opposed to earlier versions), is that you can change the date for all reportlets in a dashboard at the same time. This makes the dashboards much more useful. So, someone requested the executive dashboard for a custom date range. Knowing that you can do this in SiteCatalyst 14, I changed date range to the custom one requested. Everything ran great, so I sent the dashboard to the person via the email function within SiteCatalyst 14. However, the dashboard that the person received was stuck to the default of last 30 days in which the dashboard was originally created. So, just be aware that while you can change Omniture dashboard dates to custom ranges, the email results will be the default of the dashboard in the way that it was created. I confirmed this with Omniture, and it is not a bug, but just the way it was designed.</p>
]]></description>
			<content:encoded><![CDATA[<p>This post is just to note a couple of things that I have discovered recently about Omniture dashboards. I hope that this might be of help to some of you that use Omniture.</p>
<h3>Faster Omniture Dashboards</h3>
<p>File this one under what is most likely common sense. But, I have seen many Omniture SiteCatalyst dashboards take forever and a day to run, or you will see the &#8220;unable to retrieve data&#8221; message. I at first thought that this might be due to the fact that I had seen this most often on dashboards for Omniture variables that were using 20 &#8211; 30 classifications. Maybe using that many classifications slowed everything down? But no, it was really just because of the number of metrics that we had for each reportlet. I tried recreating dashboards with only revenue, and voila, the dashboards ran in no time. The down side here, is that a dashboard is only so useful if it has a single metric. If you are experiencing problems with slow dashboards, you might want to try and reduce the number of metrics in your reportlets (maybe to just two or three) until it runs in a reasonable amount of time. The addition of calculated metrics is also a significant factor in slowing down or killing Omniture dashboards. Of course if the dashboard is automated via email, you can add everything you like, and the whole thing will get emailed perfectly fine.</p>
<h3>Omniture Dashboard Dates</h3>
<p>Just another Omniture dashboard experience that I thought I&#8217;d share. We have several dashboards that are setup so that each reprotlet might be reporting on ranked data for the last 30 days. Last 30 days was chosen since a current month would not be all that useful on the first of the month. One of the great advantages to dashboard in SiteCatalyst 14 (as opposed to earlier versions), is that you can change the date for all reportlets in a dashboard at the same time. This makes the dashboards much more useful. So, someone requested the executive dashboard for a custom date range. Knowing that you can do this in SiteCatalyst 14, I changed date range to the custom one requested. Everything ran great, so I sent the dashboard to the person via the email function within SiteCatalyst 14. However, the dashboard that the person received was stuck to the default of last 30 days in which the dashboard was originally created. So, just be aware that while you can change Omniture dashboard dates to custom ranges, the email results will be the default of the dashboard in the way that it was created. I confirmed this with Omniture, and it is not a bug, but just the way it was designed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonegan.net/2008/12/19/omniture-dashboard-speed-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Google Analytics Features &#8211; First Impressions</title>
		<link>http://www.jasonegan.net/2008/10/25/new-google-analytics-features-first-impressions/</link>
		<comments>http://www.jasonegan.net/2008/10/25/new-google-analytics-features-first-impressions/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 14:45:36 +0000</pubDate>
		<dc:creator>Jason Egan</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[segmentation]]></category>

		<guid isPermaLink="false">http://www.jasonegan.net/?p=26</guid>
		<description><![CDATA[<p>So I have access to the new updates to Google Analytics now. My first impressions of the updates are very positive. The two big additions (aside from the API) are the custom reports and segmentation.</p>
<p>The custom reporting actually went a little beyond my expectations. The big thing here that Google has done is that you can create reports that are very deep (4 levels or so) and that you can correlate across different report dimensions easily. Now Google just needs to implement more variables and events to take this to the next level.</p>
<p>The segmentation works well too, but it&#8217;s a little clunky in it&#8217;s setup. Here, I like the buckets that you start with in Omniture&#8217;s Discover. The creation of a segment seems a little more intuitive when starting from the idea of a visitor, visit or page view.</p>
<p>I do think that with the additions of the custom reporting and segmentation that Google has become more of a serious option for larger businesses. </p>
]]></description>
			<content:encoded><![CDATA[<p>So I have access to the new updates to Google Analytics now. My first impressions of the updates are very positive. The two big additions (aside from the API) are the custom reports and segmentation.</p>
<p>The custom reporting actually went a little beyond my expectations. The big thing here that Google has done is that you can create reports that are very deep (4 levels or so) and that you can correlate across different report dimensions easily. Now Google just needs to implement more variables and events to take this to the next level.</p>
<p>The segmentation works well too, but it&#8217;s a little clunky in it&#8217;s setup. Here, I like the buckets that you start with in Omniture&#8217;s Discover. The creation of a segment seems a little more intuitive when starting from the idea of a visitor, visit or page view.</p>
<p>I do think that with the additions of the custom reporting and segmentation that Google has become more of a serious option for larger businesses. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonegan.net/2008/10/25/new-google-analytics-features-first-impressions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Omniture Launches Developer Connection &amp; Discover API</title>
		<link>http://www.jasonegan.net/2008/10/17/omniture-launches-developer-connection-discover-api/</link>
		<comments>http://www.jasonegan.net/2008/10/17/omniture-launches-developer-connection-discover-api/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 13:20:06 +0000</pubDate>
		<dc:creator>Jason Egan</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[discover]]></category>
		<category><![CDATA[omniture]]></category>

		<guid isPermaLink="false">http://www.jasonegan.net/?p=25</guid>
		<description><![CDATA[<p>Okay, I&#8217;m not trying to make this an Omniture blog, but they keep releasing products/services and acquiring companies at startling rate the last few weeks. That being said, I received an e-mail from them this morning about launching a beta of something called the &#8220;Omniture Developer Connection.&#8221; At first glance, this appears to be just a repository for documentation on Omniture&#8217;s Web services. One BIG thing that I did notice, is that:</p>
<blockquote><p>There is now a Discover API and accompanying documentation!</p></blockquote>
<p>This is great to see, and I hope that Omniture gives some more attention to this new API. I would like to automate some Discover reporting, and an automated CSV file isn&#8217;t the most elegant way to accomplish it.</p>
<p>This site (that requires Omniture login credentials) also contains forums for developers as well as a library of code examples that can be contributed to by developers. Right now though, there are no posts in the forum (aside from the admin) and there&#8217;s only one code example.</p>
<p>Here&#8217;s the announcement e-mail from Omniture:</p>
<p align="center"><strong><span>Announcing Omniture Developer Connection (BETA)  </span></strong></p>
<p><span>The Omniture Developer Connection is here—a community Web site designed to help our customers build applications  that use their Omniture data. Found at</span><span> <a href="http://developer.omniture.com/?elq=0D76D85A96FE47F4A3DB853615A0134F&amp;elq=F6C3B0621F524342819715117D1BF342">http://developer.omniture.com</a></span><span>, the Developer Connection allows our customers to:</span></p>
<ul type="disc">
<li class="MsoNormal"><span>Use Omniture SiteCatalyst data across third-party      applications, such as an intranet or a company-branded application </span></li>
<li class="MsoNormal"><span>Access SiteCatalyst reporting data to create calculated      metrics, or format the data to meet specific internal needs </span></li>
<li class="MsoNormal"><span>Use the data collection API to facilitate the integration      of SiteCatalyst with applications that cannot be easily tagged with      JavaScript</span></li>
</ul>
<p><span>In addition, Omniture Developer Connection contains:</span></p>
<ul type="disc">
<li class="MsoNormal"><span>Documentation      of Omniture&#8217;s application programming interfaces (APIs)</span><span> </span></li>
<li class="MsoNormal"><span>Sample      code showing reference  implementations to give developers a      head-start in developing their own applications</span><span> </span></li>
<li class="MsoNormal"><span>Discussion boards and blogs to provide peer-to-peer support      among those building Omniture-driven applications</span></li>
</ul>
<p><span>Please pass this along to the appropriate development team within your organization. For additional detail on the Developer Connection, a list of Frequently Asked Questions is provided below: </span></p>
<p><strong><span>1.</span></strong><span> <strong>When is the Developer Connection available?<br />
</strong>Omniture will be releasing the Developer Connection in beta on</span><span> </span><span>October 17, 2008. </span></p>
<p class="MsoNormal"><strong><span>2. Who can access the Developer Connection?<br />
</span></strong><span>The Developer Connection and Omniture APIs are accessible to Omniture customers with a SiteCatalyst login. </span></p>
<p><strong><span>3. What are the Omniture APIs?</span></strong><strong><span><br />
</span></strong><span>The Omniture Web Services API provides programmatic access to Omniture </span><span>SiteCatalyst administration, data insertion, Omniture Data Warehouse and reporting functionality.</span><span> The Web Services API is built using</span><span> <a href="http://en.wikipedia.org/wiki/SOAP?elq=2A7F309EE0C5463EAA7C14D462A09E51&amp;elq=F6C3B0621F524342819715117D1BF342">SOAP</a>, </span><span>which allows developers to use any SOAP development toolkit to start developing applications. The data insertion API is built on an XML-based schema, allowing developers to easily and quickly send data and begin testing integrations with the system. </span><strong></strong></p>
<p><strong><span>4</span></strong><strong><span>.</span></strong><strong><span> How do I access the Developer Connection?</span></strong><span><br />
</span><span>Customers can use their SiteCatalyst login information to access the Developer Connection at <a href="http://developer.omniture.com?elq=F6C3B0621F524342819715117D1BF342">http://developer.omniture.com</a>.</span><span><br />
</span><span> <br />
</span><strong><span>5.</span></strong><strong><span> What is the best way to start using Developer Connection?<br />
</span></strong><span>A <a href="http://developer.omniture.com/gettingstarted/overview?elq=F6C3B0621F524342819715117D1BF342">Getting Started</a> guide (for users with a SiteCatalyst login) is available to assist new users through the process of learning the prerequisites, enabling the Web services APIs, and testing and authenticating newly developed applications. The guide is available under the ‘Getting Started’ tab in the portal.</span></p>
<p><strong><span>6.</span></strong><strong><span> Does Developer Connection include API documentation for all products in the Omniture Online Business Optimization suite?</span></strong><span><br />
</span><span>Currently, API documentation is available for SiteCatalyst, DataWarehouse, Discover reporting, and SearchCenter. Additional API’s will be added in the future.  </span></p>
<p><strong><span>7</span></strong><strong><span>. How should Beta participants provide feedback regarding the Developer Connection portal? <br />
</span></strong><span>We will be monitoring the community blogs and message boards and encourage customers to provide us feedback there.</span><span>  </span></p>
<p><span>Sincerely,</span></p>
<p><span><br />
</span><span>Your Omniture Team</span><!-- Footer Image --></p>
]]></description>
			<content:encoded><![CDATA[<p>Okay, I&#8217;m not trying to make this an Omniture blog, but they keep releasing products/services and acquiring companies at startling rate the last few weeks. That being said, I received an e-mail from them this morning about launching a beta of something called the &#8220;Omniture Developer Connection.&#8221; At first glance, this appears to be just a repository for documentation on Omniture&#8217;s Web services. One BIG thing that I did notice, is that:</p>
<blockquote><p>There is now a Discover API and accompanying documentation!</p></blockquote>
<p>This is great to see, and I hope that Omniture gives some more attention to this new API. I would like to automate some Discover reporting, and an automated CSV file isn&#8217;t the most elegant way to accomplish it.</p>
<p>This site (that requires Omniture login credentials) also contains forums for developers as well as a library of code examples that can be contributed to by developers. Right now though, there are no posts in the forum (aside from the admin) and there&#8217;s only one code example.</p>
<p>Here&#8217;s the announcement e-mail from Omniture:</p>
<p align="center"><strong><span>Announcing Omniture Developer Connection (BETA)  </span></strong></p>
<p><span>The Omniture Developer Connection is here—a community Web site designed to help our customers build applications  that use their Omniture data. Found at</span><span> <a href="http://developer.omniture.com/?elq=0D76D85A96FE47F4A3DB853615A0134F&amp;elq=F6C3B0621F524342819715117D1BF342">http://developer.omniture.com</a></span><span>, the Developer Connection allows our customers to:</span></p>
<ul type="disc">
<li class="MsoNormal"><span>Use Omniture SiteCatalyst data across third-party      applications, such as an intranet or a company-branded application </span></li>
<li class="MsoNormal"><span>Access SiteCatalyst reporting data to create calculated      metrics, or format the data to meet specific internal needs </span></li>
<li class="MsoNormal"><span>Use the data collection API to facilitate the integration      of SiteCatalyst with applications that cannot be easily tagged with      JavaScript</span></li>
</ul>
<p><span>In addition, Omniture Developer Connection contains:</span></p>
<ul type="disc">
<li class="MsoNormal"><span>Documentation      of Omniture&#8217;s application programming interfaces (APIs)</span><span> </span></li>
<li class="MsoNormal"><span>Sample      code showing reference  implementations to give developers a      head-start in developing their own applications</span><span> </span></li>
<li class="MsoNormal"><span>Discussion boards and blogs to provide peer-to-peer support      among those building Omniture-driven applications</span></li>
</ul>
<p><span>Please pass this along to the appropriate development team within your organization. For additional detail on the Developer Connection, a list of Frequently Asked Questions is provided below: </span></p>
<p><strong><span>1.</span></strong><span> <strong>When is the Developer Connection available?<br />
</strong>Omniture will be releasing the Developer Connection in beta on</span><span> </span><span>October 17, 2008. </span></p>
<p class="MsoNormal"><strong><span>2. Who can access the Developer Connection?<br />
</span></strong><span>The Developer Connection and Omniture APIs are accessible to Omniture customers with a SiteCatalyst login. </span></p>
<p><strong><span>3. What are the Omniture APIs?</span></strong><strong><span><br />
</span></strong><span>The Omniture Web Services API provides programmatic access to Omniture </span><span>SiteCatalyst administration, data insertion, Omniture Data Warehouse and reporting functionality.</span><span> The Web Services API is built using</span><span> <a href="http://en.wikipedia.org/wiki/SOAP?elq=2A7F309EE0C5463EAA7C14D462A09E51&amp;elq=F6C3B0621F524342819715117D1BF342">SOAP</a>, </span><span>which allows developers to use any SOAP development toolkit to start developing applications. The data insertion API is built on an XML-based schema, allowing developers to easily and quickly send data and begin testing integrations with the system. </span><strong></strong></p>
<p><strong><span>4</span></strong><strong><span>.</span></strong><strong><span> How do I access the Developer Connection?</span></strong><span><br />
</span><span>Customers can use their SiteCatalyst login information to access the Developer Connection at <a href="http://developer.omniture.com?elq=F6C3B0621F524342819715117D1BF342">http://developer.omniture.com</a>.</span><span><br />
</span><span> <br />
</span><strong><span>5.</span></strong><strong><span> What is the best way to start using Developer Connection?<br />
</span></strong><span>A <a href="http://developer.omniture.com/gettingstarted/overview?elq=F6C3B0621F524342819715117D1BF342">Getting Started</a> guide (for users with a SiteCatalyst login) is available to assist new users through the process of learning the prerequisites, enabling the Web services APIs, and testing and authenticating newly developed applications. The guide is available under the ‘Getting Started’ tab in the portal.</span></p>
<p><strong><span>6.</span></strong><strong><span> Does Developer Connection include API documentation for all products in the Omniture Online Business Optimization suite?</span></strong><span><br />
</span><span>Currently, API documentation is available for SiteCatalyst, DataWarehouse, Discover reporting, and SearchCenter. Additional API’s will be added in the future.  </span></p>
<p><strong><span>7</span></strong><strong><span>. How should Beta participants provide feedback regarding the Developer Connection portal? <br />
</span></strong><span>We will be monitoring the community blogs and message boards and encourage customers to provide us feedback there.</span><span>  </span></p>
<p><span>Sincerely,</span></p>
<p><span><br />
</span><span>Your Omniture Team</span><!-- Footer Image --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonegan.net/2008/10/17/omniture-launches-developer-connection-discover-api/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Omniture Acquires Mercado</title>
		<link>http://www.jasonegan.net/2008/10/14/omniture-acquires-mercado/</link>
		<comments>http://www.jasonegan.net/2008/10/14/omniture-acquires-mercado/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 13:09:15 +0000</pubDate>
		<dc:creator>Jason Egan</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[mercado]]></category>
		<category><![CDATA[omniture]]></category>

		<guid isPermaLink="false">http://www.jasonegan.net/?p=24</guid>
		<description><![CDATA[<p><img class="alignright" style="float: right;" src="http://www.jasonegan.net/images/mercado.jpg" alt="Omniture Acquires Mercado" width="187" height="68" />I received an e-mail this morning that Omniture has acquired <a href="http://www.mercado.com" target="_blank">Mercado</a>, one of the largest players in on-site search. The funny thing here is that Omniture has only recently started selling the rebranded VisualScience product (which was formerly a WebSideStory product) for site search. I am guessing that Omniture will take the same direction here as they have with their Discover product, making the VisualScience product a &#8220;lite&#8221; version compared to their newly acquired product from Mercado. Here&#8217;s the e-mail Omniture sent this morning making the announcement:</p>
<div>
<blockquote>
<p class="MsoNormal"><span>Dear Omniture Customer,</span></p>
<p class="MsoNormal"><span>We are excited to let you know that Omniture has agreed to acquire the assets of Mercado, a leader in site search and merchandising and a long-standing Omniture partner.</span><span> </span><span>This acquisition includes certain technology and intellectual property assets.</span></p>
<p class="MsoNormal"><span>The addition of Mercado’s applications presents a unique opportunity for Omniture to further expand our online business optimization platform with increased site search and online merchandising capabilities.<span> </span></span></p>
<p class="MsoNormal"><span>The acquisition will be highly complementary with our Omniture SiteSearch™ product. SiteSearch customers should know there will be no impact on the current Omniture product offering. In the future, however, we anticipate bringing together the best features of both so we can continue to provide the most comprehensive site search and merchandising solution available in the market.</span></p>
<p class="MsoNormal"><span>For additional information, please read the <a href="http://www.omniture.com/press/568?elq=3C31769B482F400AA63C59D068565009">press release</a> announcing this news, visit<a href="http://www.omniture.com/?elq=3C31769B482F400AA63C59D068565009">www.omniture.com</a> or contact your account manager.</span></p>
</blockquote>
<p>It would seem that Omniture is pushing full steam ahead in creating their &#8220;online marketing optimization suite.&#8221;</p>
<p>At this time, my company is using Endeca. I don&#8217;t know that this will make us take a look at this new offering or not, but it will be interesting to see what kinds of integrations they have planned down the road in terms of their other products.</p>
</div>
<p><strong>Update:</strong></p>
<p>I&#8217;m hearing on Twitter that this was a bit of a fire sale (<a href="http://twitter.com/jbillingsley/statuses/959067564">http://twitter.com/jbillingsley/statuses/959067564</a>). It also looks like Mercado wasn&#8217;t doing so well and that the software-as-a-service business model wasn&#8217;t helping the issue (<a href="http://www.startupisrael.com/mercado-shutting-down">http://www.startupisrael.com/mercado-shutting-down</a>). I know that Omniture uses the same basic business model, but they also have the advantage of a huge customer base.</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float: right;" src="http://www.jasonegan.net/images/mercado.jpg" alt="Omniture Acquires Mercado" width="187" height="68" />I received an e-mail this morning that Omniture has acquired <a href="http://www.mercado.com" target="_blank">Mercado</a>, one of the largest players in on-site search. The funny thing here is that Omniture has only recently started selling the rebranded VisualScience product (which was formerly a WebSideStory product) for site search. I am guessing that Omniture will take the same direction here as they have with their Discover product, making the VisualScience product a &#8220;lite&#8221; version compared to their newly acquired product from Mercado. Here&#8217;s the e-mail Omniture sent this morning making the announcement:</p>
<div>
<blockquote>
<p class="MsoNormal"><span>Dear Omniture Customer,</span></p>
<p class="MsoNormal"><span>We are excited to let you know that Omniture has agreed to acquire the assets of Mercado, a leader in site search and merchandising and a long-standing Omniture partner.</span><span> </span><span>This acquisition includes certain technology and intellectual property assets.</span></p>
<p class="MsoNormal"><span>The addition of Mercado’s applications presents a unique opportunity for Omniture to further expand our online business optimization platform with increased site search and online merchandising capabilities.<span> </span></span></p>
<p class="MsoNormal"><span>The acquisition will be highly complementary with our Omniture SiteSearch™ product. SiteSearch customers should know there will be no impact on the current Omniture product offering. In the future, however, we anticipate bringing together the best features of both so we can continue to provide the most comprehensive site search and merchandising solution available in the market.</span></p>
<p class="MsoNormal"><span>For additional information, please read the <a href="http://www.omniture.com/press/568?elq=3C31769B482F400AA63C59D068565009">press release</a> announcing this news, visit<a href="http://www.omniture.com/?elq=3C31769B482F400AA63C59D068565009">www.omniture.com</a> or contact your account manager.</span></p>
</blockquote>
<p>It would seem that Omniture is pushing full steam ahead in creating their &#8220;online marketing optimization suite.&#8221;</p>
<p>At this time, my company is using Endeca. I don&#8217;t know that this will make us take a look at this new offering or not, but it will be interesting to see what kinds of integrations they have planned down the road in terms of their other products.</p>
</div>
<p><strong>Update:</strong></p>
<p>I&#8217;m hearing on Twitter that this was a bit of a fire sale (<a href="http://twitter.com/jbillingsley/statuses/959067564">http://twitter.com/jbillingsley/statuses/959067564</a>). It also looks like Mercado wasn&#8217;t doing so well and that the software-as-a-service business model wasn&#8217;t helping the issue (<a href="http://www.startupisrael.com/mercado-shutting-down">http://www.startupisrael.com/mercado-shutting-down</a>). I know that Omniture uses the same basic business model, but they also have the advantage of a huge customer base.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonegan.net/2008/10/14/omniture-acquires-mercado/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating an Action-Oriented Culture</title>
		<link>http://www.jasonegan.net/2008/10/07/creating-an-action-oriented-culture/</link>
		<comments>http://www.jasonegan.net/2008/10/07/creating-an-action-oriented-culture/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 18:19:48 +0000</pubDate>
		<dc:creator>Jason Egan</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[data driven decisions]]></category>

		<guid isPermaLink="false">http://www.jasonegan.net/?p=19</guid>
		<description><![CDATA[<p class="MsoNormal">Most experts in Web analytics dream of working for a business that makes data-driven decisions. Look at it as justification for our career choice. However, I think that this needs to be taken a step further:</p>
<blockquote>
<p class="MsoNormal">We should be concerned with creating an action-oriented culture, not just a data-driven one.</p>
</blockquote>
<p class="MsoNormal">Having access to advanced Web analytics tools, we can churn out meaningful analyses that management will most certainly use in making decisions. So, that means that we work for a data-driven company, which is a great thing indeed. The missing thing there is that the information isn’t nearly as useful if no action is ever taken. This can also be very defeating for people in Web analytics. No one wants to feel as though their hard work is never put to real, visible use.</p>
<p class="MsoNormal">So what can we do to help create an action-oriented culture when we don’t have direct control over resources and priorities?</p>
<p class="MsoNormal"><strong>Start A/B Testing</strong></p>
<p class="MsoNormal">This is a slam-dunk, since action is one of the first steps here, and the payoff is pretty quick to see. Once you can get your company to buy into A/B testing (don’t worry about multivariate yet), more tests will follow as the return on investment becomes evident. Start easy with only A/B tests, where “B” is very different from A (to ensure meaningful results) and try out a tool like Google Website Optimizer (free) to help make ROI justification easier.</p>
<p class="MsoNormal"><strong>Focus on Change</strong></p>
<p class="MsoNormal">Everyone delivers dashboards and standards reports. As I&#8217;m fond of pointing out, these eventually get ignored with all of the other noise that exists in inboxes. If you want people to stand up and take notice, and eventually act, then you’re going to need to get a little more manual and really dig into the “why” of your data and information. Like it or not, we Web analysts don’t know everything that marketing, Web design and the other teams on our site are doing. So, instead of just delivering dashboards on a regular basis, we need to start tracking significant changes in metrics, investigating with the necessary people, and finally delivering an intelligent analysis on the “why.” In addition, we need to make efforts to be more in the loop with all of our online efforts to understand and provide analysis on the efforts that are not making any significant changes on our site(s). After all, why waste effort on something that doesn’t even move the sales needle?</p>
<p class="MsoNormal"><strong>Understand Your Customer/Visitor</strong></p>
<p class="MsoNormal">I just mentioned how important it is to understand the “why” in why things are changing or happening on your site. While traditional quantitative analytics is great, we must supplement our data with qualitative data. We must also do this at the visit level so that we can correlate the “why” to what visitors actually did (or did not do) on our site. If you can start to get survey input from your site visitors, then you can put some real, hard evidence that action needs to be taken and put it in front of the right people. These people might find it a little harder to not act on information from a person that has a proven purchase or visit history with your Web site. While there are a lot of survey solutions out there, you should at least start with something free like <a href="http://4q.iperceptions.com/default.aspx?c=en-US" target="_blank">4Q</a>, which was created by <a href="http://www.kaushik.net/avinash/" target="_blank">Avinash Kaushik</a> and <a href="http://www.iperceptions.com/" target="_blank">iPerceptions</a>. You may not be able to get the answers to the 4Q survey related to your transactional data (hey, it&#8217;s free!), but it’s a starting point in gaining qualitative knowledge about your visitors/customers.</p>
<p class="MsoNormal">Do you have any other ideas as to how data and information can spur action?</p>
]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Most experts in Web analytics dream of working for a business that makes data-driven decisions. Look at it as justification for our career choice. However, I think that this needs to be taken a step further:</p>
<blockquote>
<p class="MsoNormal">We should be concerned with creating an action-oriented culture, not just a data-driven one.</p>
</blockquote>
<p class="MsoNormal">Having access to advanced Web analytics tools, we can churn out meaningful analyses that management will most certainly use in making decisions. So, that means that we work for a data-driven company, which is a great thing indeed. The missing thing there is that the information isn’t nearly as useful if no action is ever taken. This can also be very defeating for people in Web analytics. No one wants to feel as though their hard work is never put to real, visible use.</p>
<p class="MsoNormal">So what can we do to help create an action-oriented culture when we don’t have direct control over resources and priorities?</p>
<p class="MsoNormal"><strong>Start A/B Testing</strong></p>
<p class="MsoNormal">This is a slam-dunk, since action is one of the first steps here, and the payoff is pretty quick to see. Once you can get your company to buy into A/B testing (don’t worry about multivariate yet), more tests will follow as the return on investment becomes evident. Start easy with only A/B tests, where “B” is very different from A (to ensure meaningful results) and try out a tool like Google Website Optimizer (free) to help make ROI justification easier.</p>
<p class="MsoNormal"><strong>Focus on Change</strong></p>
<p class="MsoNormal">Everyone delivers dashboards and standards reports. As I&#8217;m fond of pointing out, these eventually get ignored with all of the other noise that exists in inboxes. If you want people to stand up and take notice, and eventually act, then you’re going to need to get a little more manual and really dig into the “why” of your data and information. Like it or not, we Web analysts don’t know everything that marketing, Web design and the other teams on our site are doing. So, instead of just delivering dashboards on a regular basis, we need to start tracking significant changes in metrics, investigating with the necessary people, and finally delivering an intelligent analysis on the “why.” In addition, we need to make efforts to be more in the loop with all of our online efforts to understand and provide analysis on the efforts that are not making any significant changes on our site(s). After all, why waste effort on something that doesn’t even move the sales needle?</p>
<p class="MsoNormal"><strong>Understand Your Customer/Visitor</strong></p>
<p class="MsoNormal">I just mentioned how important it is to understand the “why” in why things are changing or happening on your site. While traditional quantitative analytics is great, we must supplement our data with qualitative data. We must also do this at the visit level so that we can correlate the “why” to what visitors actually did (or did not do) on our site. If you can start to get survey input from your site visitors, then you can put some real, hard evidence that action needs to be taken and put it in front of the right people. These people might find it a little harder to not act on information from a person that has a proven purchase or visit history with your Web site. While there are a lot of survey solutions out there, you should at least start with something free like <a href="http://4q.iperceptions.com/default.aspx?c=en-US" target="_blank">4Q</a>, which was created by <a href="http://www.kaushik.net/avinash/" target="_blank">Avinash Kaushik</a> and <a href="http://www.iperceptions.com/" target="_blank">iPerceptions</a>. You may not be able to get the answers to the 4Q survey related to your transactional data (hey, it&#8217;s free!), but it’s a starting point in gaining qualitative knowledge about your visitors/customers.</p>
<p class="MsoNormal">Do you have any other ideas as to how data and information can spur action?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonegan.net/2008/10/07/creating-an-action-oriented-culture/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
