<?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>Trending Upward &#187; resources</title>
	<atom:link href="http://www.trendingupward.net/category/resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trendingupward.net</link>
	<description>Web analytics for higher education.</description>
	<lastBuildDate>Wed, 01 Feb 2012 02:36:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Using Google Analytics Events and Custom Reports to Help Track Off-Site Conversions</title>
		<link>http://www.trendingupward.net/2011/02/using-google-analytics-events-and-custom-reports-to-track-off-site-links/?utm_source=subscriber&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.trendingupward.net/2011/02/using-google-analytics-events-and-custom-reports-to-track-off-site-links/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 02:03:04 +0000</pubDate>
		<dc:creator>Shelby Thayer</dc:creator>
				<category><![CDATA[analytics]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://www.trendingupward.net/?p=2054</guid>
		<description><![CDATA[One of the biggest challenges in using web analytics in higher education is the fact that so many of our conversions happen off-site. When a visitor comes to our website and wants to request information or fill out an application or donate or buy a t-shirt from the bookstore, more often than not those things [...]]]></description>
			<content:encoded><![CDATA[<p>One of the biggest challenges in using web analytics in higher education is the fact that so many of our conversions happen off-site. When a visitor comes to our website and wants to request information or fill out an application or donate or buy a t-shirt from the bookstore, more often than not those things happen off-site.</p>
<p>By using a combination of Google Analytics events and custom reports, tracking the off-site conversion is a little easier. Does this give us a direct link from the visitor on the website to the actual conversion (if the conversion is off-site)? No. But it&#8217;s the next best thing &#8211; and it&#8217;s certainly better than guessing &#8211; or only paying attention to campaign click-throughs.</p>
<h2><strong><em>Manually </em>Tracking Outbound or Download links as Events</strong></h2>
<p>Events are not new to Google Analytics, but they are definitely underutilized. By using an onClick on the exit link (or download to a form, etc.) you can easily track those exit links as events and then tie them back to campaigns.</p>
<p>When you track an event, you specify the event category, action, label, and value. A more detailed description can be found in the <a title="Google Analytics event tracking guide" href="http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html#SettingUpEventTracking">GA event tracking guide</a>. In post we&#8217;ll only be talking about using events for tracking outbound (exit) links or downloads.</p>
<p>If you want to track an outbound link as an event, here&#8217;s how to do it:</p>
<p style="text-align: center;"><a href="http://www.trendingupward.net/wp-content/uploads/2011/02/onclick-event.jpg"><img class="aligncenter size-full wp-image-2079" title="Manual onClick event to show outbound links as events in Google Analytics." src="http://www.trendingupward.net/wp-content/uploads/2011/02/onclick-event.jpg" alt="Manual onClick event to show outbound links as events in Google Analytics." width="600" height="34" /></a></p>
<p>Once that is in place, go into Google Analytics reports. To view events go to content &gt;&gt; event tracking.</p>
<p>Here is how it looks in the reports. &#8220;Outbound&#8221; is the category. &#8220;Click&#8221; is the action. In the below image, if you click on &#8220;click,&#8221; you then go to the event label screen shown in the second image below.</p>
<p><a href="http://www.trendingupward.net/wp-content/uploads/2011/02/event-category-and-action.jpg"><img class="aligncenter size-full wp-image-2066" title="Event category and action names" src="http://www.trendingupward.net/wp-content/uploads/2011/02/event-category-and-action.jpg" alt="Event category and action names" width="474" height="190" /></a></p>
<p>&#8220;Application Link&#8221; is the event label in this example.</p>
<p><a href="http://www.trendingupward.net/wp-content/uploads/2011/02/event-label-application-link.jpg"><img class="aligncenter size-full wp-image-2080" title="In this example the event label is called application link." src="http://www.trendingupward.net/wp-content/uploads/2011/02/event-label-application-link.jpg" alt="In this example the event label is called application link." width="602" height="61" /></a></p>
<p>This report then shows you the number of times the outbound link was clicked. Be sure to use the same naming convention with your category, action, and labels. Otherwise you&#8217;ll end up with outbound, Outbound, and exit (when they all mean the same thing). Think campaign URL parameter names (email, e-mail, and E-mail) &#8211; keep it consistent. By the way, I chose &#8220;outbound&#8221; for the category and &#8220;click&#8221; for the action above because that is what is used by default in the gaAddons script (introduced below).</p>
<p>So there you go. Simple, right? Now you&#8217;re tracking your outbound links as events. Well, hold on to your hats, here&#8217;s where it gets good.</p>
<h2><em>Automate </em>Tracking Outbound or Download links as Events</h2>
<p><a title="Stephane Hamel's website Immeria.net" href="http://immeria.net/">Stéphane Hamel</a>, web analytics consultant, wrote a great script called <a title="gaAddons - automatically track outbound, download, and mail-to links as events." href="http://gaaddons.com/">gaAddons</a>. This script automatically tracks outbound, download, and mailto links as events (and more). It&#8217;s so important for higher education, in my opinion, for a few reasons:</p>
<ol>
<li>So many of our conversions happen off-site.</li>
<li>Creating onClick&#8217;s manually is sometimes difficult to do for many reasons (content creators might not know how to do it, they might simply forget to do it when new content is created, or, maybe they just don&#8217;t have the time to go back into current content and create manual onClick&#8217;s on existing outbound or download links).</li>
<li>Even if you can track events manually, if you&#8217;re not careful with naming conventions, names can be separated (ie, specifying outbound and Outbound differently, etc.)</li>
</ol>
<p>This script overcomes all 3 challenges.</p>
<p>Using the script is easy. There are <a title="Step-by-step instructions for using gaAddons." href="http://gaaddons.com/doc/index.htm">step-by-step instructions for using gaAddons</a> on the documentation page of the gaAddons website. Make a quick change to your Google Analytics tracking code, download the javascript file to your server and reference it, then reference jQuery and you&#8217;re done. No need to go back and manually put those onClick events on existing links. No need to remember to do it on newly created content.</p>
<p>If you&#8217;re still using the old version of the Google Analytics tracking code, there is an <a title="gaAddons version 1 - for the old version of Google Analytics tracking code." href="http://blog.immeria.net/2009/01/google-analytics-script-to-track.html">older version of the gaAddons</a> script that can be used with the old version of the GA tracking code. Hopefully everyone has upgraded to the newer version of Google Analytics tracking code, however. There are so many advantages of upgrading to async. Also, in the gaAddons version 2.0 (to use with the new version of Google Analytics tracking code) there are so  many more options available. Of course you can track outbound, download, and mailto links as events, but you can do so much more with it.</p>
<h2>Create Custom Reports to Make it Easier to tie to Campaigns</h2>
<p>So, now that your outbound or download links are being tracked as events, you need to be able to easily see how your campaigns are doing driving people to those &#8220;events.&#8221;</p>
<p>This is where we&#8217;ll take advantage of custom reporting.</p>
<p>The way events are currently reported in Google Analytics is clunky. It&#8217;s great that they are there, but beyond just seeing those events, it&#8217;s hard to determine if campaigns are driving people to those events.</p>
<p>So we create a custom report to more easily show this data. To set up a custom report, in the left nav in Google Analytics, click on custom reporting &gt;&gt; manage custom reports. Then click on &#8220;create new custom report.&#8221;</p>
<p>Here&#8217;s how to set up this specific report. I call it &#8220;events by campaign.&#8221; You can call it anything you&#8217;d like.</p>
<p><a href="http://www.trendingupward.net/wp-content/uploads/2011/02/events-by-campaign-creating-report.jpg"><img class="aligncenter size-full wp-image-2087" title="Metrics and dimensions used to create custom report." src="http://www.trendingupward.net/wp-content/uploads/2011/02/events-by-campaign-creating-report.jpg" alt="Metrics and dimensions used to create custom report." width="528" height="348" /></a></p>
<p><a title="Custom report for tracking events and tying them to campaigns." href="http://www.google.com/analytics/reporting/edit_custom_report?share=W1DLRC4BAAA.5cmZVfTgv7FSDQaf3SApcJT4ZLJpdeL41vQVAdinUmTX1blpRxWUla566JNOXiTuwIDncDDOzMEy8zQ2V3h2kg.xc5ejIUfwXJxU2O2rzj9-A">You can also use the shared custom report by clicking here</a>.</p>
<p>This custom report allows you to see all at once if campaigns led to any events. Here is the first page of the custom report:</p>
<p><a href="http://www.trendingupward.net/wp-content/uploads/2011/02/events-by-campaign2.jpg"><img class="aligncenter size-full wp-image-2091" title="Events by campaign list." src="http://www.trendingupward.net/wp-content/uploads/2011/02/events-by-campaign2.jpg" alt="Events by campaign list." width="609" height="129" /></a></p>
<p>So all your campaigns that led to an event are listed. (not set) means no campaigns led to those events.</p>
<p>Then, if you click on &#8220;campaign #1,&#8221; you drill down to see which specific events were credited to campaign #1.</p>
<p><a href="http://www.trendingupward.net/wp-content/uploads/2011/02/event-label-listing.jpg"><img class="aligncenter size-full wp-image-2090" title="List of events that campaign 1 drove. " src="http://www.trendingupward.net/wp-content/uploads/2011/02/event-label-listing.jpg" alt="List of events that campaign 1 drove. " width="613" height="240" /></a></p>
<p>Now you can both see your important outbound (exit) links as &#8220;events&#8221; <em>and </em>then easily tie those events to campaigns.</p>
<p>So there you have it. Not perfect (we&#8217;d all love to see how many off-site conversions our campaigns drove), but it&#8217;s better than guessing &#8211; or just looking at click-throughs.</p>
<p>What do you think? I&#8217;d love to get your feedback about tracking important outbound and download links.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trendingupward.net/2011/02/using-google-analytics-events-and-custom-reports-to-track-off-site-links/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Help Start a Revolution</title>
		<link>http://www.trendingupward.net/2010/05/help-start-a-revolution/?utm_source=subscriber&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.trendingupward.net/2010/05/help-start-a-revolution/#comments</comments>
		<pubDate>Tue, 18 May 2010 02:18:54 +0000</pubDate>
		<dc:creator>Shelby Thayer</dc:creator>
				<category><![CDATA[analytics]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://www.trendingupward.net/?p=1914</guid>
		<description><![CDATA[It&#8217;s about time we start a revolution &#8230; and we need your help! You know how important web analytics is for higher education websites, but we need to spread the word. So, where do we start? With a benchmark, of course. Last week Karine Joly launched the &#8220;State of Higher Ed Online Analytics&#8221; survey to get a [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s about time we start a revolution &#8230; and we need your help! You know how important web analytics is for higher education websites, but we need to spread the word. So, where do we start? With a benchmark, of course.</p>
<p>Last week <a title="Karine Joly" href="http://collegewebeditor.com/blog/index.php/about-collegewebeditorcom-and-karine-joly/">Karine Joly</a> <a title="Complete the Higher Ed State of Online Analytics Survey by May 24 to help start a revolution" href="http://collegewebeditor.com/blog/index.php/archives/2010/05/11/complete-the-higher-ed-state-of-online-analytics-survey-by-may-24-to-help-start-a-revolution/">launched</a> the <a title="The State of Higher Ed Online Analytics Survey" href="http://higheredexperts.com/analytics/">&#8220;State of Higher Ed Online Analytics&#8221; survey</a> to get a better idea of where we are as an industry with our use of web analytics.</p>
<p><a title="The State of Higher Ed Online Analytics Survey" href="http://higheredexperts.com/analytics/" target="_blank"><strong>Complete the survey today!</strong></a></p>
<p>Enter your email address at the end of the survey to receive an executive summary in July highlighting the survey results.</p>
<p>Thanks to Karine for putting together the survey and starting the revolution!</p>
<p><em>Survey closes on May 24th.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trendingupward.net/2010/05/help-start-a-revolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Must Read Book &#8211; Advanced Web Metrics with Google Analytics &#8211; Second Edition</title>
		<link>http://www.trendingupward.net/2010/04/must-read-book-advanced-web-metrics-with-google-analytics/?utm_source=subscriber&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.trendingupward.net/2010/04/must-read-book-advanced-web-metrics-with-google-analytics/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 03:41:29 +0000</pubDate>
		<dc:creator>Shelby Thayer</dc:creator>
				<category><![CDATA[analytics]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://www.trendingupward.net/?p=1873</guid>
		<description><![CDATA[This post is long overdue. I wanted to do a review of Brian Clifton&#8217;s book Advanced Web Metrics with Google Analytics (second edition) last month when it came out. For those of us in higher education, this book is essential reading. Period. When it comes to web analytics and, specifically Google Analytics, Brian Clifton is [...]]]></description>
			<content:encoded><![CDATA[<p>This post is long overdue. I wanted to do a review of Brian Clifton&#8217;s book <em><a title="Advanced Web Metrics with Google Analytics - Second Edition" href="http://www.amazon.com/Advanced-Web-Metrics-Google-Analytics/dp/0470562315/ref=dp_ob_title_bk/188-5655795-2302343">Advanced Web Metrics with Google Analytics</a> (second edition) </em>last month when it came out. For those of us in higher education, this book is essential reading. Period.</p>
<p><em> </em>When it comes to web analytics and, specifically Google Analytics, Brian Clifton is at the top. The book is the second edition, but it is so much more than just an update of the first book &#8211; it&#8217;s almost a complete re-write. So much has happened since the first book came out. You can read all about it <a title="Measuring Success with Google Analytics" href="http://www.advanced-web-metrics.com/blog/2010/03/15/google-analytics-book-second-edition-launched/">over on Brian&#8217;s blog</a>.</p>
<p><em>Full disclosure:</em> I was lucky enough to read the book before it was published and offer feedback and comments. I&#8217;ve never done that before, but what an excellent learning experience!</p>
<p>So, let&#8217;s get down to the book. The name of it says &#8220;advanced&#8221; but you don&#8217;t need to be an advanced user of Google Analytics to get a lot out of it. It takes you from the very basics of what web analytics is, how to get started with both web analytics and Google Analytics all the way to advanced topics and techniques.<br />
<span id="more-1873"></span></p>
<h3>Great content for higher education website owners.</h3>
<p><strong>Google Analytics vs. Urchin. </strong>There&#8217;s an entire section in the book about Urchin &#8211; the differences between Urchin and Google Analytics and how to choose which one fits best with  your organization. There have been a lot of questions lately about which one is better and what the differences are. This section spells out everything.</p>
<p><strong>On Data accuracy. </strong>There is a large section that goes into data accuracy and implications. There is a great part about data misinterpretation that&#8217;s essential for newbies and really a good reminder for everyone. This section makes me think of when we deliver reports to leadership. We&#8217;re asked all the time why numbers don&#8217;t tie out, why unique visitors doesn&#8217;t mean &#8220;people,&#8221; why we don&#8217;t want to show hard numbers. This section has some great answers to those questions and much, much more. Photocopy the section and leave it on your boss&#8217;s chair.</p>
<p><strong>Reports and implementation. </strong>The middle of the book goes into reporting and correct implementation. It&#8217;s here you&#8217;ll get the nitty-gritty of what each report means and tips about how to implement correctly &#8211; including advanced implementation techniques. There is an entire chapter dedicated to &#8220;best practices configuration.&#8221;</p>
<p><strong>Key performance indicators and real-world tasks.</strong> My favorite part of the book talks about key performance indicators and goes into KPIs by job function &#8211; the marketer, the webmaster, the content provider, etc. This is where most people get stuck with web analytics &#8211; <em>what </em>do I measure? I have all this data to look at and I&#8217;m not sure where to start. Start here.</p>
<p>A couple of great KPIs that caught my attention:</p>
<ul>
<li><strong>% Brand Engagement</strong> &#8211; # of visits with branded search terms + # of direct visits/total visits from search engines+total # of directs</li>
<li><strong>Conversion Quality Index</strong> &#8211; % goal conversions from referrer X/% visits from referrer X</li>
</ul>
<p>From the book,</p>
<blockquote><p>&#8230; the conversion quality index (CQI) is all about measuring how well targeted your campaigns are at driving conversion on your website.</p></blockquote>
<p><strong>Monetizing a non-e-commerce site. <span style="font-weight: normal;">One of the things that is the <em>key </em>to getting leadership buy-in and getting things done is the ability to monetize as much as possible. M</span><span style="font-weight: normal;">onetizing a non-e-commerce site is a section we should use to &#8220;kick it up a notch.&#8221; It talks about assigning goal values and enabling e-commerce reporting for our non-e-commerce sites.</span></strong></p>
<p>I&#8217;ve been experimenting with the first technique (assigning goal values) and using average page value ($Index). This is a great metric that shows if a specific page is generating conversions. For example, if you go to the content report and sort by $Index, it will help you prioritize pages. What specific pages are contributing the most to your conversions?</p>
<p><strong>But what if our *goal* is offsite? </strong>In higher education there are so many instances of our *goals* happening off our website. Sometimes they are on a sub-site within our domain. Sometimes they are on a completely different domain &#8211; a third party vendor or the like. How do we track to the conversion? There is a section explaining how to do it.</p>
<p>Those are just highlights. There&#8217;s so much more.</p>
<p>&lt;update&gt;</p>
<p>One thing I forgot to mention, which should have been front and center and I apologize , is the fact that this book goes deep into all the added functionality of GA in recent months and since the first edition of this book came out a couple years ago. The one new feature of GA that I&#8217;m most impressed with is their Intelligence section. I&#8217;ve worked with other tools that you can set up alerts with (if our visit rate goes below X, notify me), but I&#8217;ve never worked with a tool that will basically do that for you. Of course you can set up custom alerts, but this is different. It alerts you when things are *out of the norm* automatically. We&#8217;ve found this so useful. Brian goes into describing exactly how that happens how GA knows something is out of the norm &#8211; or how they describe &#8211; is a *significant change*.</p>
<p>&lt;/update&gt;</p>
<p>For those of us in higher education who use Google Analytics, this should be required reading. Everyone knows that &#8220;web analyst&#8221; just doesn&#8217;t exist in higher education. We&#8217;re all jacks of all trades. This is probably the biggest reason this book is so relevant to us. Heard of a technique but just aren&#8217;t sure how to go about actually <em>doing </em>it? Brian talks about a technique and then steps you through how to implement it. It does tend to get a bit technical in parts, but for us, that&#8217;s a good thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trendingupward.net/2010/04/must-read-book-advanced-web-metrics-with-google-analytics/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Must Subscribe Blogs &#8211; December 2008</title>
		<link>http://www.trendingupward.net/2008/12/must-subscribe-blog-december-2008/?utm_source=subscriber&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.trendingupward.net/2008/12/must-subscribe-blog-december-2008/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 22:41:53 +0000</pubDate>
		<dc:creator>Shelby Thayer</dc:creator>
				<category><![CDATA[analytics]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.trendingupward.net/?p=1103</guid>
		<description><![CDATA[For this month, I&#8217;ve subscribed to 3 great blogs (well, 2, I&#8217;ll explain below)  that I hope you find useful and entertaining. It&#8217;s worth noting that I was introduced to all these blogs via the people I follow on Twitter. Yet another reason why Twitter is invaluable to me. Website Development &#38; Website Marketing tips [...]]]></description>
			<content:encoded><![CDATA[<p>For this month, I&#8217;ve subscribed to 3 great blogs (well, 2, I&#8217;ll explain below)  that I hope you find useful and entertaining. It&#8217;s worth noting that I was introduced to all these blogs via the people I follow on Twitter. Yet another reason why Twitter is invaluable to me.<br />
<span id="more-1103"></span><br />
<strong><a title="Home" href="http://www.thomsonchemmanoor.com/">Website Development &amp; Website Marketing tips and Strategies</a></strong> &#8211; Thomson Chemmanoor has been a successful online marketing expert since 1997. With his blog, Chemmanoor offers the reader practical lists of tips and tricks for online marketers and website owners. <em>Note</em>: unfortunately the RSS feed for this blog is not working right now. I wrote the author and hopefully it will be working soon. In the meantime, bookmark it.</p>
<ul>
<li><a href="http://www.thomsonchemmanoor.com/10-firefox-extensions-for-web-analytics.html">10 Firefox Extensions for Web Analytics</a> &#8211; I don&#8217;t know about you, but I&#8217;ve all but abandoned other other browsers (except for cross-browser comparison testing) just because of the breadth of extensions available for Firefox. In this post, you&#8217;ll be introduced to ten essential extensions for the web analytics freak in all of us (come on, I know there&#8217;s one in you!). Although we all probably have WASP and Greasemonkey installed, there were others in the list I hadn&#8217;t even heard of and installed immediately.</li>
<li> <a href="http://www.thomsonchemmanoor.com/16-useful-htaccess-tricks-and-hacks-for-web-developers.html">16 Useful .htaccess Tricks and Hacks For Web Developers</a> &#8211; There are some great tips here. I especially like the custom error page creation and the SEO friendly 301 redirect. Another one i found very useful was the linking protection (#6).</li>
</ul>
<p><strong><a title="Stuntdubl Business Search Marketing Consulting" href="http://www.stuntdubl.com">Stuntdubl Business Search Marketing Consulting</a></strong> &#8211; Stuntdubl is an SEO expert site with a twist of humor thrown in. Thanks to <a title="Follow Glenn Gabe on Twitter" href="http://twitter.com/glenngabe">@glenngabe</a> for tweeting a link to this blog and introducing me to Todd Malicoat and his fantastic site. If you&#8217;re serious about SEO, you need to <a title="Stuntdubl RSS feed" href="http://www.stuntdubl.com/feed">subscribe to Stuntdubl</a>.</p>
<ul>
<li><a title="9 Reasons You Need Social Media Marketing in 2009" href="http://www.stuntdubl.com/2008/12/22/9-social-media-marketing/">9 Reasons You Need Social Media Marketing in 2009</a> &#8211; This is a great post which states that social media is the new search engine optimization. Straight from the post: You’re banned from using the company email and internet until you read the <a href="http://www.cluetrain.com/">Cluetrain</a>, and can name at least 10 social media sites, and which 3 are likely to drive the most traffic. If you’re in a corporation that won’t listen, or change anything because of what lawyers say &#8211; you deserve your miserable cubicle dwelling existence for not standing up and pitching things better.</li>
</ul>
<blockquote><p>You’re banned from using the company email and internet until you read the Cluetrain, and can name at least 10 social media sites, and which 3 are likely to drive the most traffic. If you’re in a corporation that won’t listen, or change anything because of what lawyers say &#8211; you deserve your miserable cubicle dwelling existence for not standing up and pitching things better.</p></blockquote>
<p><strong><a title="Indexed" href="http://thisisindexed.com/">Indexed</a> &#8211; </strong>This has got to be one of my all time favorite blogs. It&#8217;s very simple and not about any particular topic. Each post is an amusing chart, hand-written (or hand-written font written!). Take a look, <a title="Subscribe to Indexed" href="http://www.wikio.com/subscribethis?url=http%3A%2F%2Fwww.thisisindexed.com">subscribe to Indexed</a>. You won&#8217;t be disappointed. Thanks to <a title="Follow Avinash Kaushik on Twitter" href="http://twitter.com/avinashkaushik">@avinashkaushik</a> for the link from a tweet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trendingupward.net/2008/12/must-subscribe-blog-december-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What’s in my RSS reader? &#8211; November 2008</title>
		<link>http://www.trendingupward.net/2008/12/in-my-rss-reader-november-2008/?utm_source=subscriber&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.trendingupward.net/2008/12/in-my-rss-reader-november-2008/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 00:32:37 +0000</pubDate>
		<dc:creator>Shelby Thayer</dc:creator>
				<category><![CDATA[analytics]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.trendingupward.net/?p=1019</guid>
		<description><![CDATA[In November, for some reason, I was much more focused on the web analytics tools themselves, reading blogs about both Google Analytics and Omniture, since I use both tools. Here are a few that are definitely worth adding to your reader (depending upon what tool you use). Omniture Blogs &#8211; If you use Omniture in [...]]]></description>
			<content:encoded><![CDATA[<p>In November, for some reason, I was much more focused on the web analytics tools themselves, reading blogs about both Google Analytics and Omniture, since I use both tools.</p>
<p>Here are a few that are definitely worth adding to your reader (depending upon what tool you use).<br />
<span id="more-1019"></span><br />
<a title="Omniture Blogs RSS Feed" href="http://feeds.feedburner.com/omniture/blogs/all" target="_blank"><strong>Omniture Blogs</strong></a> &#8211; If you use Omniture in any capacity, the Omniture blogs are a must read. I mostly read <a title="Adam Greco's blog focuses on Omniture SiteCatalyst" href="http://blogs.omniture.com/author/agreco/" target="_blank">Adam Greco&#8217;s blog</a> about SiteCatalyst, since that is what <a title="Penn State World Campus web site" href="http://www.worldcampus.psu.edu/" target="_blank">we</a> use most, but I&#8217;ve found a lot of the other blogs useful as well. Here are a couple highlights from this month:</p>
<ul>
<li><a title="Products variable post on Omniture blogs" href="http://blogs.omniture.com/2008/11/16/products-variable-inside-omniture-sitecatalyst/" target="_blank">Products Variable</a> &#8211; Great post about setting up product variables in Omniture SiteCatalyst. For <a title="Penn State World Campus web site" href="http://www.worldcampus.psu.edu" target="_blank">our website</a>, we actually use the product variable to pertain to a program (degree or certificate) that we offer. We&#8217;re finding success using the product variable this way and it&#8217;s actually helped us make decisions for a couple campaigns.</li>
<li><a title="SiteCatalyst Widgets blog post on Omniture blogs" href="http://blogs.omniture.com/2008/11/23/sitecatalyst-widgets-inside-omniture-sitecatalyst/" target="_blank">SiteCatalyst Widgets</a> &#8211; Omniture recently created functionality to feed dashboards into widgets to display in iGoogle, Google Toolbar, Windows Live, and Yahoo Desktop Widgets. I&#8217;ve created a few iGoogle widgets and I&#8217;m finding them very useful, especially because iGoogle has become such a part of my day it makes life a little easier.</li>
<li><a title="VISTA rules post on Omniture blogs" href="http://blogs.omniture.com/2008/11/30/vista-inside-omniture-sitecatalyst/" target="_blank">Understanding VISTA Rules</a> &#8211; Ah, VISTA rules. If you&#8217;re an Omniture user, you know that VISTA rules can seem like an enigma. This is a great post if you&#8217;re unsure how VISTA rules work and the pros and cons to using them.</li>
</ul>
<div><a title="Advanced Web Metrics RSS Feed" href="http://feeds.feedburner.com/BrianClifton/Google-Analytics" target="_blank"><strong>Advanced Web Metrics</strong></a><strong> </strong>- Brian Clifton&#8217;s blog deals specifically with advanced Google Analytics tips and tricks. Clifton is author of the book Advanced Web Metrics with Google Analytics and started this blog as a companion to the book.</div>
<div>
<ul>
<li><a title="Tracking social networks with Googel Analytics using filters" href="http://www.advanced-web-metrics.com/blog/2008/11/03/tracking-social-networks-with-google-analytics-using-filters/" target="_blank">Tracking social networks with Google Analytics using filters</a> &#8211; Brian shows us how to create a social networks filter in Google Analytics. From his blog:<br />
<blockquote><p>
The result is a report that aggregates all visits from your social network in a similar way to how organic visitors or Google AdWords visitors are automatically aggregated by default. It provides an at-a-glance view to ascertain the importance/activity of social networks to you.</p></blockquote>
</li>
</ul>
<div><a title="Google Analytics Blog RSS Feed" href="http://feedproxy.google.com/blogspot/tRaA" target="_blank"><strong>Google Analytics Blog</strong></a> &#8211; For anyone using Google Analytics, this is a must subscribe feed. The most up-to-date information about Google Analytics along with tips and tricks.</div>
<div>
<ul>
<li><a title="Want to track Adobe Flash? Now you can!" href="http://analytics.blogspot.com/2008/11/want-to-track-adobe-flash-now-you-can.html" target="_blank">Want to track Adobe Flash? Now you can!</a> &#8211; Last week, GA announced their capability to now track Adobe Flash. This blog talks about the funtionality and how to implement it. I can&#8217;t wait to try this out &#8230; if only I had video on this blog! <img src='http://www.trendingupward.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </li>
</ul>
<div>If you read an analytics blog that pertains to either Google Analytics or Omniture, let me know. I&#8217;d love to add it to my reader.</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.trendingupward.net/2008/12/in-my-rss-reader-november-2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Analytics &#8211; oh, the controversy</title>
		<link>http://www.trendingupward.net/2008/11/google-analytics-controversy/?utm_source=subscriber&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.trendingupward.net/2008/11/google-analytics-controversy/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 04:53:39 +0000</pubDate>
		<dc:creator>Shelby Thayer</dc:creator>
				<category><![CDATA[analytics]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://www.trendingupward.net/?p=996</guid>
		<description><![CDATA[This past week was Google Analytics week for some reason. It was in the news and all over the blogs. Controversy *and* good stuff. I, of course, am going to focus on the controversy for this post. Nothing new here, but worth mentioning. Article Number One. First, read The Disturbing Truth about Google Analytics on [...]]]></description>
			<content:encoded><![CDATA[<p>This past week was Google Analytics week for some reason. It was in the news and all over the blogs. Controversy *and* good stuff.  I, of course, am going to focus on the controversy for this post. Nothing new here, but worth mentioning.</p>
<p><strong>Article Number One. </strong>First, read <a title="Blog post by Brandt Dainow on iMediaConnection. The Disturbing Truth about Google Analytics" href="http://www.imediaconnection.com/content/21144.asp" target="_blank">The Disturbing Truth about Google Analytics</a><em> </em>on iMediaConnection. The post charges that much of the way Google Analytics collects its data is inaccurate and therefore the calculated metrics (i.e., time on site) are inaccurate. The comments were generally negative. Brian Clifton, author of Advanced Web Metrics with Google Analytics, even said the post was incorrect. Very interesting post and comments overall.<br />
<span id="more-996"></span>Dainow asserts that the way GA measures visits is wrong because it is including bounces within this metric. I&#8217;m confused. Isn&#8217;t a visit a visit regardless if it&#8217;s also a bounce? According to the Web Analytics Association&#8217;s <a title="WAA Standards pdf" href="http://www.webanalyticsassociation.org/attachments/committees/5/WAA_Web_Analytics_Definitions_20080922_For_Public_Comment.pdf" target="_blank">standards</a> it is. I&#8217;d want to count a visit whether it&#8217;s 1 page or 14 pages. The bounces are just your single page visits.</p>
<p>[<em>Post Update</em>]<br />
Thanks to Brian Clifton for clarifying what Dainow was asserting. From Brian&#8217;s comment below:</p>
<blockquote><p>He [Dainow] is stating that for metrics such as time on page and time on site, that GA includes single page visits. The unwritten standard in the field of web analytics is to exclude single page (bounced) visits and the last page of a visit for such calculations &#8230;</p>
<p>&#8230; So most web analytics tools omit the last page visited for these types of calculations. And if the visit is only one page then then the entire session is omitted. A single page visit is still tracked as a visitor, just excluded from time metrics.</p></blockquote>
<p>So he was *not* stating that bounces should not be counted as a visit. Whew &#8230; I&#8217;m glad for that!<br />
[<em>End Post Update</em>]</p>
<p>I&#8217;ve given <a title="Previous Post: What’s wrong with bounce rate?" href="http://www.trendingupward.net/2008/10/whats-wrong-with-bounce-rate/" target="_blank">my thoughts on bounce rate</a> before (depending upon the type of site, counting bounce rate by time might make more sense), but not counting single page visits (bounces) in with total visits doesn&#8217;t make sense to me.</p>
<p><strong>Article Number Two.</strong> Another interesting article to read is <a title="Google Analytics — Yes, it is a security risk" href="http://www.theregister.co.uk/2008/11/22/google_analytics_as_security_risk/" target="_blank">Google Analytics — Yes, it is a security risk</a> on TheRegister. With the Obama website hack as a backdrop, the basis of this article is that Google Analytics is a huge security risk for any website. I&#8217;m not sure I agree with that.  Yes, any time you have a third party javascript, you&#8217;re at the mercy of that company to refrain from doing evil with it, but that&#8217;s true with any business relationship. When you pay your invoice for any company, when you go to the mall and hand over your credit card, or when you buy that book through Amazon &#8211; you&#8217;re always at the mercy of that company.</p>
<p>A couple points to consider &#8211; on secure pages, use the secure code. Don&#8217;t put the code on your admin pages (for those of you using a blog or some kind of content management system).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trendingupward.net/2008/11/google-analytics-controversy/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Twitter &#8211; A Different Kind of Conversation</title>
		<link>http://www.trendingupward.net/2008/11/twitter-a-conversation/?utm_source=subscriber&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.trendingupward.net/2008/11/twitter-a-conversation/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 04:33:36 +0000</pubDate>
		<dc:creator>Shelby Thayer</dc:creator>
				<category><![CDATA[resources]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.trendingupward.net/?p=960</guid>
		<description><![CDATA[There have been a ton of posts and news lately about Twitter. The mini-blogging platform has been everywhere. The presidential election was a hot topic (and still is!), hashtags are all the rage, one user raised $10K for a dowry using Twitter, and it&#8217;s even seen by the Army as a possible communication tool for [...]]]></description>
			<content:encoded><![CDATA[<p>There have been a ton of posts and news lately about Twitter. The mini-blogging platform has been everywhere. The <a title="Election talk on Twitter" href="http://election.twitter.com/" target="_blank">presidential election</a> was a hot topic (and still is!), <a title="Hashtags" href="http://www.hashtags.org" target="_blank">hashtags</a> are all the rage, one user <a href="http://blog.mindvalleylabs.com/twitter-marketing-dowry/689/" target="_blank">raised $10K for a dowry</a> using Twitter, and it&#8217;s even seen by the Army as a possible <a title="U.S. Army warns of twittering terrorists" href="http://news.cnet.com/8301-1009_3-10075487-83.html" target="_blank">communication tool for terrorists</a>.</p>
<p>Higher education blogs have mainly focused on how Twitter can help as a marketing, recruitment, advising tool. There are so many great uses for Twitter both in higher education and for corporations.</p>
<p>What about us Twitter-users as individuals, though? How does it affect what we do, our sense of community, our sense of professional involvement?</p>
<p>It&#8217;s fantastic to talk about Twitter as a tool to help our students and customers. I&#8217;m completely on board with that.</p>
<p>Let&#8217;s do something that I don&#8217;t like to do a lot on this blog, though.</p>
<p><strong>Let&#8217;s talk about us!</strong></p>
<p><span id="more-960"></span>There are so many people I&#8217;ve talked to that just don&#8217;t get Twitter. They see it as a waste of time, a distraction with no possible advantages except for goofing off.</p>
<p>I cannot agree *and* disagree more.</p>
<p><strong>Twitter is a communication tool. </strong>Like any other communication tool it can be used to do anything *you* want it to do. It can be used as a time waster or a professional development tool. It&#8217;s up to you.</p>
<p>Last Friday at lunch, I was talking with some friends of mine at work about the usefulness of Twitter. One said that he was trying to encourage his wife to use Twitter, but that she just didn&#8217;t get it. She didn&#8217;t understand how anyone can possibly get any useful information out of, &#8220;just woke up and about to take a shower &#8230; bummer &#8230; no clean towels.&#8221;</p>
<p>The great part about Twitter, though, is that you can choose your friends. That&#8217;s why it&#8217;s so important to read others past tweets before following them. If you don&#8217;t think you see anything useful, no harm done. Just don&#8217;t follow them. <strong>Remember, it&#8217;s not the tool, it&#8217;s how you use it.</strong></p>
<p>I follow many people, some I know, some I don&#8217;t. I follow friends from home (Syracuse), friends from work (Penn State), and *friends* I&#8217;ve never even met before. All of the *friends* I&#8217;ve never met before are either people I consider either professional peers or experts in fields in which I&#8217;m interested (marketing, usability, web analytics, web design, web development).</p>
<p>Twitter is a two-way street, though. Not only can you learn from your *friends* but they learn from you! How cool is that! Everyone is an expert at something. Offer your expertise!</p>
<p><strong>Why do I use Twitter? </strong>First and foremost, I use Twitter to meet new people with the same professional interests that I have. Because of Twitter, I&#8217;ve learned so much from people I&#8217;ve never even met. It&#8217;s a troubleshooter&#8217;s dream. If you&#8217;ve made sure you&#8217;re following people with your interests, you can always throw questions out to the community. Users respond within seconds or minutes. I&#8217;ve even tweeted about being frustrated with Microsoft Word or with Omniture SiteCatalyst. Within seconds I had some *friends* replying to offer help. What&#8217;s great is that when your friends ask questions, you can offer them help as well.</p>
<p>Some people use Twitter for social purposes only, and that&#8217;s fine too. Although I&#8217;ve learned a lot professionally, I&#8217;ve also learned so much more about my friends and the people with whom I work. I know more about my co-workers children, when my friends aren&#8217;t feeling well, what they watch on TV, the list goes on.</p>
<p><strong>Keeping business and pleasure separate. </strong>But what happens when you have social *friends* and professional *friends* &#8211; how can you keep the two separate using Twitter? When I&#8217;m at work, I may not care who&#8217;s had their second cup of coffee, but I do care about new features Google Analytics just implemented &#8230; or a web analytics report that a *virtual* colleague just made available &#8230; or when a friend has an idea for a new module that may help our Drupal install &#8230; or whatever I may be doing at work that day. That&#8217;s where Twitter clients come in handy.</p>
<p><strong>Twitter clients.</strong> Like IM clients, Twitter has a lot of clients to help you &#8230; well &#8230; tweet better. Arguably the most popular Twitter client is <a title="Twhirl" href="http://www.twhirl.org/" target="_blank">Twhirl</a>, a client I&#8217;ve used extensively and love. <a title="How We Tweet: The Definitive List of the Top Twitter Clients" href="http://www.readwriteweb.com/archives/top_twitter_clients_definitive_list.php" target="_blank">But there are many more</a>. That blog post is quite old and more have popped up since it was written. For instance, my new favorite Twitter client is <a title="TweetDeck" href="http://www.tweetdeck.com/beta/" target="_blank">TweetDeck</a>, which is still in beta.</p>
<p><strong>Why TweetDeck rocks.</strong> TweetDeck lets you segment your friends. You usually know what type of things your friends tweet about. Figure out what you want to pay attention to that day and create a group centered around that topic. For instance, if you&#8217;re at work and your a Drupal developer, you may want to group your *Drupal* friends together and pay more attention to their tweets at that time. This doesn&#8217;t mean you can&#8217;t see all tweets. It just means that you now have one channel dedicated to the *friends* who usually tweet about Drupal. Very cool.</p>
<p>Creating groups in TweetDeck:</p>
<p><a href="http://www.trendingupward.net/wp-content/uploads/2008/11/tweetdeck1.gif"><img class="aligncenter size-full wp-image-989" title="TweetDeck" src="http://www.trendingupward.net/wp-content/uploads/2008/11/tweetdeck1.gif" alt="" width="400" height="336" /></a></p>
<p>I can create as many groups as I want and choose which ones to display.</p>
<p>Ok, so I downloaded a cool Twitter client, <strong>but how do I find people to follow? </strong>There are a couple of ways. First, you can *friend* people you know are on Twitter. Then look through their list of friends. You can choose to follow your friends of your friends.</p>
<p>Another way is to search for topics that interest you. Use <a title="Twitter Search" href="http://search.twitter.com/" target="_blank">Twitter search</a> and type in keywords that match your interests. You&#8217;ll get all tweets that include your search word. For example, here&#8217;s a recent search for the word <em>omniture</em>:</p>
<p><img class="aligncenter size-full wp-image-976" title="omniture_search" src="http://www.trendingupward.net/wp-content/uploads/2008/11/omniture_search.gif" alt="" width="400" height="353" /></p>
<p>I can then click on any Twitter name and scan the profile and tweets of that person. If I like what I read, I click follow. It&#8217;s that simple.</p>
<p>Another way to search is through hashtags. A hashtag is word you embed in your post with a &#8220;#&#8221; in the front of it. You can then search for the hashtag to see posts pertaining to your topic.</p>
<p>I follow many people in the web analytics community who tag their tweets with #wa. I can simply go to Twitter Search and search for <em>#wa</em>.</p>
<p><a href="http://www.trendingupward.net/wp-content/uploads/2008/11/wa_search.gif"><img class="aligncenter size-full wp-image-980" title="Search on Twitter for #wa" src="http://www.trendingupward.net/wp-content/uploads/2008/11/wa_search.gif" alt="" width="400" height="355" /></a></p>
<p>Just like the first search I did for <em>omniture</em>, I click on a Twitter name of someone who&#8217;s tweeted something interesting and read their profile and tweets. If I like what I see, I follow that person.</p>
<p><strong>Conferences and communication.</strong> Another fantastic use for Twitter is at a conference. If attendees can agree on a hashtag to use, they can then tweet through their sessions. It&#8217;s kind of like live blogging, but on a smaller scale. I can tell you from experience that it&#8217;s invaluable for those who are *not* attending the conference. For instance, I was able to stay up-to-date with what was happening at the recent Stamats conference in Florida. Attendees tweeted through their sessions and used the <em>#stamats08</em> hashtag. You get real-time updates on the action.</p>
<p><img class="aligncenter size-full wp-image-982" title="Searching Twitter for stamats08" src="http://www.trendingupward.net/wp-content/uploads/2008/11/stamats_search.gif" alt="" width="400" height="338" /></p>
<p><strong>The bottom line. </strong>I guess the point of this post is that Twitter is whatever you want it to be. It&#8217;s a professional development tool. It&#8217;s a networking tool. It&#8217;s a time-waster. Most people who don&#8217;t *get it* think that users are only updating their status with mundane things like, &#8220;going for my second cup of coffee.&#8221; That can&#8217;t be further from the truth. If that&#8217;s not how *you* want to use it, then don&#8217;t. The burden is on the user to search for friends. Choose wisely.</p>
<p>So, what do you use Twitter for?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trendingupward.net/2008/11/twitter-a-conversation/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Omniture vs. Google Analytics</title>
		<link>http://www.trendingupward.net/2008/11/omniture-google-analytics/?utm_source=subscriber&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.trendingupward.net/2008/11/omniture-google-analytics/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 04:45:06 +0000</pubDate>
		<dc:creator>Shelby Thayer</dc:creator>
				<category><![CDATA[analytics]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://www.trendingupward.net/?p=911</guid>
		<description><![CDATA[During the past week, there was quite a lively debate going on at the Web Analytics Forum on Yahoo! Groups. Paul Holstein, who blogs over at Web Analytics Demystified, started the conversation by asking people the simple question, &#8220;Why do we still need Omniture?&#8221; Sidebar: For those of you aren&#8217;t familiar with Omniture, it is [...]]]></description>
			<content:encoded><![CDATA[<p>During the past week, there was <a title="Debate around Google Analytics and Omniture" href="http://tech.groups.yahoo.com/group/webanalytics/message/19913" target="_blank">quite a lively debate</a> going on at the Web Analytics Forum on Yahoo! Groups. <a title="Paul Holstein's blog at Web Analytics Demystified" href="http://paul.webanalyticsdemystified.com/" target="_blank">Paul Holstein</a>, who blogs over at <a title="Web Analytics Demystified blogs" href="http://www.webanalyticsdemystified.com/wad-weblogs.asp" target="_blank">Web Analytics Demystified</a>, started the conversation by asking people the simple question, &#8220;Why do we still need Omniture?&#8221;<img style="float: right;" title="Omniture vs. Google Analytics" src="http://www.trendingupward.net/wp-content/uploads/2008/11/helmets.gif" alt="Omniture vs. Google Analytics" width="258" height="154" /></p>
<p><em>Sidebar: </em>For those of you aren&#8217;t familiar with Omniture, it is a proprietary web analytics tool. It&#8217;s like Google Analytics, but more robust and, therefore, more complex.</p>
<p>Since there are so many schools that use Google Analytics, I thought I&#8217;d share my thoughts. If you don&#8217;t want to read through the entire Yahoo thread, <a title="Paul Holstein - Why do we still need Omniture?" href="http://paul.webanalyticsdemystified.com/2008/11/07/why-do-we-still-need-omniture/" target="_blank">Paul listed a summary of the comments</a> on this blog post. I&#8217;ll give a readers digest version here &#8211; focused mainly on features higher ed sites might use.<br />
<span id="more-911"></span></p>
<ul>
<li><strong>Segmentation and drill-down</strong>. With the new advanced segmentation in GA, this might not seem like a big advantage for Omniture anymore. Omniture&#8217;s Discover tool is advanced segmentation is incredible. Not only can you segment on many variables, you can drill down almost indefinitely.</li>
<li><strong>C</strong><strong>alculated metrics</strong>. For example, simple calculated metrics like bounce rate can be set up. More complex metrics can also be set up like page views per click-through for any campaign, for example. You can also share your calculated metrics.</li>
<li><strong>Custom, multiple, shared dashboards.</strong> Setting up multiple dashboards is a great feature. You can also share your dashboards which is great, too.</li>
<li><strong>Near real-time reporting. </strong>When trying to test things out in GA, the wait is frustrating.</li>
<li><strong>Partner Integration</strong>. This can be great if you use a site like OpinionLab, ForeSee, or iPerceptions for site feedback or surveys.</li>
<li><strong>Importing outside data </strong>from your internal databases. This is a great advantage.</li>
</ul>
<p>These are all great features, but do you care?</p>
<p>Some of the replies within the thread mentioned business objectives and needs, and I that&#8217;s the key. The bottom line when answering the question, &#8220;should we use Google Analytics or should we use Omniture (or any other proprietary package),&#8221; is to first answer the question, &#8220;what is our purpose for using a web analytics tool?&#8221;</p>
<p>What are the things we would analyze that would lead to specific action on our website? How many people do we have dedicated to web analytics? The answer for most of us is probably one. Actually, it&#8217;s probably about 1/2th, 1/4th, or even an 1/8th of a person.</p>
<p>It&#8217;s true that some of us (including myself) in higher education work in unique places where we do spend a lot of time on many campaigns, tracking, reporting, analyzing, uploading external data, etc. For these sites, Omniture is the answer.</p>
<p>Most higher education websites, however, have one webmaster, one or a couple of people doing all things for the website. They do minimal campaigning. Google Analytics is fantastic for them.</p>
<p><strong>The bottom line is business need. </strong>I don&#8217;t think anyone would argue that Omniture is more robust than Google Analytics, but for most higher education websites, it doesn&#8217;t matter. For the most part, the use of web analytics in higher education hasn&#8217;t reached that level yet.</p>
<p>There are always exceptions, but for most higher education websites, Google Analytics is the answer for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trendingupward.net/2008/11/omniture-google-analytics/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>What’s in my RSS reader? &#8211; October 2008</title>
		<link>http://www.trendingupward.net/2008/11/whats-in-my-rss-reader-october/?utm_source=subscriber&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.trendingupward.net/2008/11/whats-in-my-rss-reader-october/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 04:51:53 +0000</pubDate>
		<dc:creator>Shelby Thayer</dc:creator>
				<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://www.trendingupward.net/?p=904</guid>
		<description><![CDATA[I’m a little late this month (I completely missed October), but here is the most recent installment of What’s in my RSS reader? This time I’m focusing less on higher education websites and more on the customer (yes, all you higher ed sites, your students and users are your customers!) and social media. So, here [...]]]></description>
			<content:encoded><![CDATA[<p>I’m a little late this month (I completely missed October), but here is the most recent installment of <em>What’s in my RSS reader? </em>This time I’m focusing less on higher education websites and more on the customer (yes, all you higher ed sites, your students and users are your customers!) and social media.</p>
<p>So, here is my list for the month of October, 2008 (I know, I know, it’s already November) …<br />
<span id="more-904"></span><br />
<a title="Giraffe Forum" href="http://giraffeforum.com/wordpress/"><strong>Giraffe Forum</strong></a> &#8211; Since all websites are customer service sites (yes, even ours), everyone should read Giraffe Forum. This blog has incredible posts and a wide range of topics all centered around customer-centric thinking. Some of my favorite posts are:</p>
<ul>
<li><a title="Block reading: how we read the web" href="http://giraffeforum.com/wordpress/2008/10/05/block-reading-how-we-read-on-the-web/">Block reading: how we read the web</a> &#8211; We don’t scan a webpage, we scan blocks of a webpage.</li>
<li><a title="How to manage out of date content" href="http://giraffeforum.com/wordpress/2008/09/26/how-to-manage-out-of-date-content/">How to manage out of date content</a> &#8211; This is a must read &#8211; we *all* have outdated content we need to kill or archive.</li>
<li><a title="Web 2.0 is about giving up some control" href="http://giraffeforum.com/wordpress/2008/09/05/web-20-is-about-giving-up-some-control/">Web 2.0 is about giving up some control</a> &#8211; I felt so strongly about this post, I added some ideas and posted <a title="Web 2.0 and losing control" href="../2008/09/whats-in-my-rss-reader-september-2008/">my own Web 2.0 and losing control</a> post.</li>
</ul>
<p>I know I’ve mentioned a couple of the above posts before. The blog is great. <a href="http://giraffeforum.com/wordpress/feed/">Add Giraffe Forum to your reader now</a>!</p>
<p><a title="Social Media Explorer" href="http://www.socialmediaexplorer.com/"><strong>Social Media Explorer</strong></a> &#8211; If you are a Social Media person, this is a great blog for you.  Jason Falls writes incredibly well written and thoughtful posts. There are some guest bloggers writing as well. What’s great about his blog is that he gets *a ton* of comments. It truly is the social media explorer &#8211; true conversations around the topic. Great stuff. A couple of my favorites posts are:</p>
<ul>
<li><a title="What is the ROI for Social Media?" href="http://www.socialmediaexplorer.com/2008/10/28/what-is-the-roi-for-social-media/">What is the ROI for Social Media?</a> &#8211; After reading the post, you may wonder why I, as an analytics freak, like it. Read the entire post and all the comments, though. It’s a phenominal post with very insightful comments and replies.</li>
<li><a title="We Don't Need More Social Networks. We Need More Purposed Social Networks" href="http://www.socialmediaexplorer.com/2008/10/15/we-dont-need-more-social-networks-we-need-more-purposed-social-networks/">We Don’t Need More Social Networks. We Need More Purposed Social Networks</a> &#8211; Find a niche and then focus, focus, focus. The post tells the story about a social network geared toward “affluent boomer women.” A fantastic case study we can all learn from.</li>
</ul>
<p><a href="http://feeds.feedburner.com/SocialMediaExplorer">Add Social Media Explorer to your reader now!</a></p>
<p>Go now and subscribe to both blogs. It will be well worth it, I promise.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trendingupward.net/2008/11/whats-in-my-rss-reader-october/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Must Read&#8221; Posts &#8211; Week of 10/17/08</title>
		<link>http://www.trendingupward.net/2008/10/must-read-posts/?utm_source=subscriber&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://www.trendingupward.net/2008/10/must-read-posts/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 20:27:05 +0000</pubDate>
		<dc:creator>Shelby Thayer</dc:creator>
				<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://www.trendingupward.net/?p=809</guid>
		<description><![CDATA[There were a lot of interesting posts out there this week. My picks: Choosing the right classification words &#8211; Giraffe Forum &#8211; This is a great post dealing with the way users search on keyword phrases, even when the phrase isn&#8217;t technically correct. For instance, the official term on government websites is climate change. According [...]]]></description>
			<content:encoded><![CDATA[<p>There were a lot of interesting posts out there this week. My picks:</p>
<ul>
<li><a title="choosing the right classification words" href="http://giraffeforum.com/wordpress/2008/10/12/choosing-the-right-classification-words/" target="_blank">Choosing the right classification words</a> &#8211; Giraffe Forum &#8211; This is a great post dealing with the way users search on keyword phrases, even when the phrase isn&#8217;t technically correct. For instance, the official term on government websites is climate change. According to Google, a monthly search average for climate change is 300,000 while the monthly search average for global warming is 2.2 million. It gets even more interesting when &#8220;low fare&#8221; is compared to &#8220;cheap flights&#8221; search volume. Worth the read.</li>
<li><a title="We Don’t Need More Social Networks. We Need More Purposed Social Networks." href="http://www.socialmediaexplorer.com/2008/10/15/we-dont-need-more-social-networks-we-need-more-purposed-social-networks/" target="_blank">We Don’t Need More Social Networks. We Need More Purposed Social Networks.</a> &#8211; Social Media Explorer &#8211; I couldn&#8217;t agree more with this post. We need more focused and specific social networks. Although this post isn&#8217;t specific to higher education, it&#8217;s true within higher education. It gives a great example of a social network specifically for middle-aged affluent women.</li>
<li><a title="The Ultimate Google Analytics Plugins, Hacks &amp; Tricks Collection" href="http://www.grokdotcom.com/2008/10/16/google_analytics_hacks/" target="_blank">The Ultimate Google Analytics Plugins, Hacks, &amp; Tricks Collection</a> &#8211; GrokDotCom &#8211; I only use Google Analytics for my blog, but I know that the majority of higher education websites (no, I don&#8217;t know that for sure, I&#8217;m making an assumption here) do use Google Analytics. Quite a comprehensive list.</li>
</ul>
<p>Do you have any favorites from the week?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trendingupward.net/2008/10/must-read-posts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

