<?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>Ultraviolet Design Blog &#187; Google Analytics</title>
	<atom:link href="http://blog.ultravioletdesign.co.uk/index.php/category/google-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ultravioletdesign.co.uk</link>
	<description>Follow our latest little ditties on our blog</description>
	<lastBuildDate>Fri, 03 Sep 2010 09:57:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tracking with Google Analytics from Flash</title>
		<link>http://blog.ultravioletdesign.co.uk/tracking-with-google-analytics-from-flash/</link>
		<comments>http://blog.ultravioletdesign.co.uk/tracking-with-google-analytics-from-flash/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 11:52:55 +0000</pubDate>
		<dc:creator>Kirsten</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://blog.ultravioletdesign.co.uk/?p=10</guid>
		<description><![CDATA[Just a quick update on the Google Analytics work I have been doing in-amongst writing a desktop application to detect proxy settings (maybe more on that later)â€¦
I have completed the move from development to live server and have implemented some [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick update on the Google Analytics work I have been doing in-amongst writing a desktop application to detect proxy settings (maybe more on that later)â€¦</p>
<p>I have completed the move from development to live server and have implemented some code for Flash banners to call the Google Analytics JavaScript _trackPage function. Its really simple stuff but as I have done 2 examples (one in Actionscript 2 and one in Actionscript 3) for the client to be able to supply the creative departments of advertisers (as they usually create the banners and supply .gif or in this case .swf files) I thought I might as well post the examples. For those people trying to find there way with Actionscript 3, a button click action is now triggered by an Event (MouseEvent.CLICK) and interestingly a call to some JavaScript in the page that embeds the Flash file is now called using the ExternalInterface class (it won&#8217;t work with the old method of calling the function from the getURL method). For example:</p>
<p><code>ExternalInterface.call("pageTracker._trackPageview('/clks/adv/insert-name-here')");</code></p>
<p>Replaces:</p>
<p><code>getURL("javascript:pageTracker._trackPageview('/clks/adv/insert-name-here');");</code></p>
<p>Anyways, <a title="Tracking Google Analytics from Flash" href="http://www.ultravioletdesign.co.uk/misc/resources/Calling_Google_Analytics_from_Flash_AS2+AS3.zip">here </a>are the examples for download.</p>
<p>Itâ€™s basic but it might help someone <img src='http://blog.ultravioletdesign.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ultravioletdesign.co.uk/tracking-with-google-analytics-from-flash/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Switching from Webtrends to Google Analytics</title>
		<link>http://blog.ultravioletdesign.co.uk/switching-from-webtrends-to-google-analytics/</link>
		<comments>http://blog.ultravioletdesign.co.uk/switching-from-webtrends-to-google-analytics/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 13:18:56 +0000</pubDate>
		<dc:creator>Kirsten</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[anotherlongtaggggg]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[longtagggggg]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Webtrends]]></category>

		<guid isPermaLink="false">http://blog.ultravioletdesign.co.uk/?p=4</guid>
		<description><![CDATA[We have been working with a client on a website (www.modernselling.com) for sales focused users for several years and have built a system to turn dynamically driven urls (such as news.apx?pageid=xx) into SEO friendly urls (such as news/sales-news-headlines/insider-trading-arrests.aspx).
The client has [...]]]></description>
			<content:encoded><![CDATA[<p>We have been working with a client on a website (<a href="http://www.modernselling.com">www.modernselling.com</a>) for sales focused users for several years and have built a system to turn dynamically driven urls (such as news.apx?pageid=xx) into SEO friendly urls (such as news/sales-news-headlines/insider-trading-arrests.aspx).</p>
<p>The client has spent hundreds of hours (and therefore thousands of pounds) struggling with the behemoth otherwise known as Webtrends 8a in order to filter out the chaff traffic (robots and the like) from the valued traffic (actual users, referrals and actual advertising click rates). I wonâ€™t bore you with too much information but Webtrends is ultimately an enterprise piece of software and for smaller sites/start-ups and those with less time/budget (most of us) itâ€™s analogous with using a sledge hammer to crack a nut! One example being that the installation documentation and support staff (US based) stress the application must run on its own server and has a recommended RAM size of 4GB. This might be OK for some large businesses but usually one dedicated server (hosting the website) is stretching the budget far enough for the aforementioned clientele without the associated costs of managing, maintaining and purchasing/renting a further server simple to do a bit of traffic analysis!*</p>
<p>So for the past 6 months we have been assessing and testing what the FREE Google Analytics (<a href="http://www.google.com/analytics/">www.google.com/analytics/</a>) has to offer. I have to say that I am impressed! Instead of tediously running pre-set up profiles and reports (hours of setting up and hours of laborious database churning) AKA the Webtrends Model we can report on everything we need by utilising the JavaScript functions available within the latest Google Analytics script (ga.js). By using pre-defined rules for advert impressions, advert click-throughs and editorial outbound links and applying them through pageTracker._trackPageview() we can record all the statistics we need.</p>
<p>The good news is that the client can now simply search for a string in Google Analytics (such as â€˜advert-name-clickâ€™) and it will return all the statistics related to click-throughs for that advert. He can then calculate his conversion rates, see which section of his website is most effective for a particular advert and use the system to bill his clients who are all happy with the statistics and reports because they come through Google.</p>
<p>Remember if you are using pageTracker._trackPageview() multiple times on the same page that you must apply a filter to Google Analytics to ensure that your overall page impression statistics are not skewed â€“ you must filter out anything other than the page impression.</p>
<p>More to follow on the detail&#8230;</p>
<p>*Note: in order for the client to return the required statistics though Webtrends we first had to write an asp.net desktop application to parse the raw log files to remove anything that looked like suspicious/robot traffic, he then set up some filters and rules in Webtrends (one for each advertising campaign) and ran the parsed logs through</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ultravioletdesign.co.uk/switching-from-webtrends-to-google-analytics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
