<?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>zedia flash blog &#187; Flash &amp; Flex developer magazine</title>
	<atom:link href="http://www.zedia.net/tag/flash-flex-developer-magazine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zedia.net</link>
	<description>Flash, ActionScript, SEO and everything in between</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:58:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>My Google Analytics For Flash presentation slides</title>
		<link>http://www.zedia.net/2009/my-google-analytics-for-flash-presentation-slides/</link>
		<comments>http://www.zedia.net/2009/my-google-analytics-for-flash-presentation-slides/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 13:58:07 +0000</pubDate>
		<dc:creator>zedia.net</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Flash & Flex developer magazine]]></category>
		<category><![CDATA[Google Analytics for Flash]]></category>
		<category><![CDATA[SWFMontreal]]></category>
		<category><![CDATA[TubeLoc]]></category>

		<guid isPermaLink="false">http://www.zedia.net/?p=420</guid>
		<description><![CDATA[Last Thursday I did my presentation on Google Analytics for Flash for SWFMontreal and it went really well. I learned 2 things while doing it. First that I should practice presenting out loud before doing my real presentation because it just better than practicing in my head. Secondly that a bomb threat in the Montreal [...]]]></description>
			<content:encoded><![CDATA[<p>Last Thursday I did my presentation on Google Analytics for Flash for <a title="SWFMontreal" href="http://www.swfmontreal.com" target="_blank">SWFMontreal</a> and it went really well. I learned 2 things while doing it. First that I should practice presenting out loud before doing my real presentation because it just better than practicing in my head. Secondly that a bomb threat in the Montreal metro can really decimate the audience. As a matter of fact, since there was the previously mentioned threat, the attendance to the user group was greatly reduced (15 people instead of 50). That was sad, but there was nothing I could do. I still wanted to post my slides so here they are.</p>
<div style="width:425px;text-align:left" id="__ss_1513213"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/zedia/google-analytics-for-flash?type=powerpoint" title="Google Analytics  For Flash">Google Analytics  For Flash</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=googleanalyticspresentation-090531123947-phpapp02&#038;stripped_title=google-analytics-for-flash" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=googleanalyticspresentation-090531123947-phpapp02&#038;stripped_title=google-analytics-for-flash" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">OpenOffice presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/zedia">Dominic Gelineau</a>.</div>
</div>
<p>On the same note, I received my copy of the <a title="Flash and Flex developer magazine" href="http://www.ffdmag.com" target="_blank">Flash &amp; Flex developer&#8217;s magazine</a> where my article on Google Analytics For Flash was published and it feels very nice to see my own work in paper. They forgot to put my bio where I mention this blog, but I think they will fix this on my next article on <a title="TubeLoc" href="http://code.google.com/p/tubeloc/" target="_blank">TubeLoc</a>. Can&#8217;t wait to see it.</p>
<p>Here is the verbatim from my slides</p>
<p>Google Analytics For Flash &#8211; Presentation Transcript</p>
<p>1. Google Analytics for Flash<br />
2. Dominic Gélineau Flash developer Analytics, Animation, SEO dgelineau@gmail.com Blog: www.zedia.net Twitter: http://www.twitter.com/zedia WE ARE HIRING aubrey@twistimage.com<br />
3. Why care about analytics? Because it’s cool To provide data to your clients on the impact of what you are doing To give you feedback on the effectivness of your work<br />
4. Why Google Analytics? It’s free It’s widely used It has a concept called event It now has a library just for Flash<br />
5. Basic concepts about web analytics PageViews Events<br />
6. PageViews The PageViews model is based on the HTML version of a web page The real idea behind a pageView is NAVIGATION In HTML this is sent automaticaly every time the user changes or refresh the pageIn Flash we have to do this manually We should try and keep the same syntax as HTML for consistency<br />
7. Events The real idea behind events is INTERACTION Whenever you want to track something that is not related to navigation you should use an event. In Google Analytics Events are not enabled for all profiles http://code.google.com/p/gaforflash/wiki/EventTrackingRequ est<br />
8. Google Analytics for Flash Library http://code.google.com/p/gaforflash/ Just search Google for «Google Analytics for Flash»<br />
9. How to install it Flex and Flash CS4 can import SWC Flash CS3 can’t Download the library from SVN Put the SWC file in this folder: C:\\Program Files\\Adobe\\Adobe Flash CS3\\language\\Configuration\\Components Macintosh HD:Applications:Adobe Flash CS3:Configuration:Components<br />
10. Sample Code import com.google.analytics.AnalyticsTracker; import com.google.analytics.GATracker; var _tracker:AnalyticsTracker = new GATracker ( main, “UA-7777777-7”, “AS3”); _tracker.trackPageview(yourSectionName + “/”);<br />
11. More on Events _tracker.trackEvent(“English”, “Client Quiz”, “Question 3”, value); Category, Action, Label, valueOnly the two first are mandatory Value is an integer No standards, no real guidelines<br />
12. 2 Modes: AS3 vs Bridge The library can work in two modes, AS3 or Bridge. Each of them has there advantages.<br />
13. AS3 Mode Stand Alone mode Doesn’t require javascript Usefull for full Flash website Usefull when you don’t control the HTML that wraps the swf like for widgets or games<br />
14. Bridge Mode var _tracker:AnalyticsTracker = new GATracker (main, “window.PageTracker”, “Bridge”); Integrates better when the Flash part of a website is minor Enables more of the Google Analytics API like E-commerce allowScriptAccess = always<br />
15. Visual Debug var _tracker:AnalyticsTracker = new GATracker (main, “UA-7777777-7”, “AS3”, true);   One of the coolest features of GA for Flash Permits you to see in real time what is being sent to Google Clear advantage over the old way, which was to wait 3 hours and check to see if everything worked<br />
16. Visual Debug Screenshot<br />
17. What should you track Too much is like not enough Tracking errors is really helpful<br />
18. One draw back The library will add 40k to your project Might not be the best thing for all project Like banners<br />
19. Links  Google Code – http://code.google.com/p/gaforflash/  Developer group – http://groups.google.com/group/ga-for- flash?pli= 1  Adobe Max presentation on GA for Flash – http://tv.adobe.com/#vi+f15385v1040<br />
20. Questions?<br />
21. Thank you Dominic Gélineau dgelineau@gmail.com www.zedia.net http://www.twitter.com/zedia</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zedia.net/2009/my-google-analytics-for-flash-presentation-slides/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

