Google Analytics For Flash

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    17 Favorites

    Google Analytics For Flash - Presentation Transcript

    1. Google Analytics for Flash
    2. Dominic Gélineau Flash developer Analytics, Animation, SEO [email_address] Blog: www.zedia.net Twitter: http://www.twitter.com/zedia WE ARE HIRING [email_address]
    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
    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
    5.  
    6.  
    7.  
    8. Basic concepts about web analytics
      • PageViews
      • Events
    9. 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 page
      • In Flash we have to do this manually
      • We should try and keep the same syntax
      • as HTML for consistency
    10. 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/EventTrackingRequest
    11.  
    12. Google Analytics for Flash Library
      • http://code.google.com/p/gaforflash/
      • Just search Google for «Google Analytics for Flash»
    13. 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 FilesAdobeAdobe Flash CS3languageConfigurationComponents
      • Macintosh HD:Applications:Adobe Flash CS3:Configuration:Components
    14.  
    15. 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 + “/”);
    16. More on Events
      • _tracker.trackEvent(“English”, “Client Quiz”, “Question 3”, value);
      • Category, Action, Label, value
      • Only the two first are mandatory
      • Value is an integer
      • No standards, no real guidelines
    17. 2 Modes: AS3 vs Bridge
      • The library can work in two modes, AS3 or Bridge. Each of them has there advantages.
    18. 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
    19. 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
    20. 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
    21. Visual Debug Screenshot
    22. What should you track
      • Too much is like not enough
      • Tracking errors is really helpful
    23. One draw back
      • The library will add 40k to your project
      • Might not be the best thing for all project
      • Like banners
    24. 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
    25. Questions?
    26. Thank you Dominic Gélineau [email_address] www.zedia.net http://www.twitter.com/zedia

    + Dominic GelineauDominic Gelineau, 5 months ago

    custom

    3201 views, 17 favs, 11 embeds more stats

    How to install and use Google Analytics For Flash a more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 3201
      • 2509 on SlideShare
      • 692 from embeds
    • Comments 0
    • Favorites 17
    • Downloads 0
    Most viewed embeds
    • 552 views on http://www.zedia.net
    • 71 views on http://fernando-comet.blogspot.com
    • 49 views on http://fernandocomet.blogspot.com
    • 8 views on http://blog.pinsop.com
    • 5 views on http://www.slideshare.net

    more

    All embeds
    • 552 views on http://www.zedia.net
    • 71 views on http://fernando-comet.blogspot.com
    • 49 views on http://fernandocomet.blogspot.com
    • 8 views on http://blog.pinsop.com
    • 5 views on http://www.slideshare.net
    • 2 views on http://64.233.163.132
    • 1 views on http://74.125.157.132
    • 1 views on http://74.125.47.132
    • 1 views on http://www.analytgeeks.com
    • 1 views on http://74.125.77.132
    • 1 views on http://translate.googleusercontent.com

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories