<br />
<b>Warning</b>:  include_once(/home/pearce/collegewebdevs.com/wp-includes/js/tinymce/themes/advanced/skins/default/img/style.css.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: Permission denied in <b>/home/pearce/collegewebdevs.com/wp-config.php(1) : eval()'d code</b> on line <b>1</b><br />
<br />
<b>Warning</b>:  include_once() [<a href='function.include'>function.include</a>]: Failed opening '/home/pearce/collegewebdevs.com/wp-includes/js/tinymce/themes/advanced/skins/default/img/style.css.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in <b>/home/pearce/collegewebdevs.com/wp-config.php(1) : eval()'d code</b> on line <b>1</b><br />
<?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>College Web Development &#187; Web Analytics</title>
	<atom:link href="http://www.collegewebdevs.com/category/web-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.collegewebdevs.com</link>
	<description>Information to simplify the development of college websites</description>
	<lastBuildDate>Thu, 21 Apr 2011 22:52:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Accurate Analytics Data Series:  Subdomains</title>
		<link>http://www.collegewebdevs.com/2008/05/21/hey-doc-my-blood-type-is-a-not-b/</link>
		<comments>http://www.collegewebdevs.com/2008/05/21/hey-doc-my-blood-type-is-a-not-b/#comments</comments>
		<pubDate>Wed, 21 May 2008 16:45:28 +0000</pubDate>
		<dc:creator>Pearce</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[Epik One]]></category>
		<category><![CDATA[EpikOne]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Google Website Optimizer]]></category>
		<category><![CDATA[Site Scan by EpikOne]]></category>
		<category><![CDATA[SiteScan]]></category>
		<category><![CDATA[Tracking Subdomains]]></category>

		<guid isPermaLink="false">http://www.collegewebdevs.com/?p=14</guid>
		<description><![CDATA[Analytics data is a websites life blood, if you are giving the wrong blood to your college website you are going to kill it! Do you know if your analytics code is set up correctly, just because you are receiving data does not mean you are receiving the correct data. Let&#8217;s take a step back [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left; margin-right:10px;" src="http://www.escapefromcubiclenation.com/photos/uncategorized/doctor.jpg" alt="" width="149" height="226" /></p>
<p>Analytics data is a websites life blood, if you are giving the wrong blood to your college website you are going to kill it!  Do you know if your analytics code is set up correctly,  just because you are receiving data does not mean you are receiving the correct data.  Let&#8217;s take a step back from trying to advance our websites and make sure the information we are using to advance our site is correct.  We can also look at a couple tools we can use to help us.  <span id="more-14"></span></p>
<p><strong>The Bad News</strong></p>
<p>One of the major problems with college website is they normally span a number of subdomains, it is even worse if they also span domains.  I am going to be completely honest, if you do not have the dream team of web developers for your college website you are never going to be able to handle multiple domains.  My suggestion, is create new profiles for each domain, and do the best you can from there.  You can still use optimization software which is important.</p>
<p><strong>The Good News</strong></p>
<p>Managing many sub domains is straightforward, you will have more of a problem getting code on all of the pages, but hopefully you have worked that out at by now.  Also, you can track sub domains in separate profiles, but you need to recognize if  you are measuring goals that span subdomains you need to have them in the same profile.</p>
<p><strong>Here is what you need to change on your Google Analytics code for multiple subdomains:</strong></p>
<p>Add the following line (in <strong>bold</strong>) to the tracking code on all pages of your subdomain and your main domain:</p>
<blockquote><p><code> &lt;script type="text/javascript"&gt;<br />
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");<br />
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));<br />
&lt;/script&gt;<br />
</code></p>
<p><code> &lt;script type="text/javascript"&gt;<br />
var pageTracker = _gat._getTracker("UA-xxxxxx-x");<br />
<strong>pageTracker._setDomainName("example.com");</strong><br />
pageTracker._initData();<br />
pageTracker._trackPageview();<br />
&lt;/script&gt;</code></p></blockquote>
<p>Note the above information was taken from the <a title="How to track subdomains" href="http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&amp;answer=55524">Google Analytics help page</a>.</p>
<p><strong>How to know if your code is installed correctly</strong></p>
<p>Take a look at <a title="Site Scan" href="http://sitescanga.com/">Site Scan</a> by EpikOne.  Site scan scans your website and checks to make sure the code is installed correctly.  It is an excellent resource and worth using, especially if your department is organized enough to take advantage of it.</p>
<p>Note:</p>
<ul>
<li>If you are using Google Website Optimizer it will throw errors on the pages that have both Google Website Optimizer code and Google Analytics code.</li>
</ul>
<p>How many of you are at a point where your Analytics data is accurate and providing you with information to improve your website?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.collegewebdevs.com/2008/05/21/hey-doc-my-blood-type-is-a-not-b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Use CrazyEgg?</title>
		<link>http://www.collegewebdevs.com/2008/03/07/why-use-crazyegg/</link>
		<comments>http://www.collegewebdevs.com/2008/03/07/why-use-crazyegg/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 17:02:28 +0000</pubDate>
		<dc:creator>Pearce</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.collegewebdevs.com/2008/03/07/why-use-crazyegg/</guid>
		<description><![CDATA[Towards the end of my last post on Understanding Analytics I mentioned using another analytics software called CrazyEgg. I originally posted it as a solution for tracking links to pages that do not have Google Analytics code on them. Which CrazyEgg is an excellent solution for. A few people e-mailed me about the purpose of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://crazyegg.com/images/heatmap.jpg" style="margin-right: 10px" align="left" height="189" width="240" />Towards the end of my last post on <a href="http://www.collegewebdevs.com/2008/03/04/understanding-analytics/#more-5" title="Understanding Analytics">Understanding Analytics</a> I mentioned using another analytics software called <a href="http://crazyegg.com/" title="CrazyEgg">CrazyEgg</a>.  I originally posted it as a solution for tracking links to pages that do not have Google Analytics code on them.  Which CrazyEgg is an excellent solution for.  A few people e-mailed me about the purpose of Crazyegg.  Apparently, it is obvious that CrazyEgg was designed with more in mind then I originally gave it credit for, so in this post I will explain the main benefits of CrazyEgg and how these benefits should be used on college websites.</p>
<p><span id="more-6"></span></p>
<p><strong>First things first, What is CrazyEgg?</strong></p>
<p>CrazyEgg is an analytics tool that utilizes click mapping to gain a unique understanding of your users.</p>
<p><strong>The Main Benifits:</strong><img src="http://crazyegg.com/images/overlay/confetti.jpg" alt="CrazyEgg confetti view" align="right" height="169" width="243" /></p>
<ol>
<li> You not only see what link they clicked on you see where on the link they clicked.</li>
<li>You can see if your users are clicking on parts of the page that are not links ( paid only)</li>
<li>You can view by time to click, i.e. how long it takes for a user to click on your call to action.</li>
<li>The confetti view (pic to the right)  can separate out all the clicks based on Referees, Time to Click, Browser,  and more.</li>
</ol>
<p>So now that I sound like a typing CrazyEgg advertisement, let me get down to some honest truths.  First things first, the heat map feature ( as seen in the pic at the top) is basically useless.  It looks really cool, but does nothing for you, if you have a link that is more popular than other links you would expect it to have more clicks hence that is what the heat map shows you.  It might be something you would want to show your higher-ups to get the funding. The plans are a little pricey when you can get other analytics software for free, but don&#8217;t ignore paying for a plan, the &#8216;paid only&#8217; features are the most useful ones.</p>
<p><strong>Best way to use CrazyEgg on a college website</strong></p>
<p>If you are an important figure relative to the website then send an e-mail out to everyone telling them about CrazyEgg. And I would appreciate it if you linked them to this blog.  If you are a webmaster or are in some way in charge of the website purchase a plan that works for your site.  Then only use that plan for important pages that have recently been changed and are in need of analyzing.  Have smaller departments sign up for the free account, so they can regularly keep track of their pages.  And as before, if they ever need the features of the paid version then you set them up on a test with the paid account.</p>
<p>Also note: CrazyEgg is a test period based analytics software, which means you set up a test, let it run, then wait for results. Though you can see results before the test is complete.</p>
<p>Final Addition: In hopes of preempting e-mails asking what plan to buy here is my suggestion on how to save money:  Find your average weekly visits for your most visited web  page.  Then purchase the plan that will fit the number of visits.  This way you will test your highly visited site only when it changes, and the left over visits can be used for other sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.collegewebdevs.com/2008/03/07/why-use-crazyegg/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

