Welcome!

Adobe Flex Authors: Maureen O'Gara, Liz McMillan, RealWire News Distribution, Yakov Fain, Keith Swenson

Related Topics: Open Web, AJAX & REA

Open Web: Article

Tracking RIAs with Google Analytics and Unica NetInsight

"The Page View is Dead, Long Live the Page View!"

Measuring RIAs with Unica

 

For those fortunate enough to have made a major investment in Web Analytics, you could [measure rich internet powerfully], if not as simply [as with Google Analytics], and within a much more focused context using a tool like Unica NetInsight. Unica NetInsight is an advanced web analytics tool for cross-channel data integration and current awareness of online behavior and demographics. It’s really neat!Tracking RIA with NetInsight is straightforward; however, you need to page tag. What that means is that you’ll need some basic fluency in web programming or some geeks on your team. I’d recommend that you work with your developers from “phase zero” making web analytics endemic to the site development process. Ain’t that right, Eric Peterson?

A best practice for page tagging is to ensure that you have some way to centrally manage your tags, whether via a content management system (CMS), master template, include file, global footer, universal header, galactic widgetizing optimizer and so on. That way, you don’t have to manage change across the inevitable mess and disorganization caused by hard-coded page tags.

Here’s a glimpse of Unica’s page tag:

To tag a browser “event”, use a javascript function (MyEventHandler) and call the Unica NetInsight function ntptLinkTag() passing the name of the event (myevent) and any values you want (‘color” and “red” in ntptAddPair below), like this:


To track a Rich Internet Application (RIA) event, use the same procedure for tagging a standard JavaScript browser event. You’d call the ntptEventTag API function and pass extra event value information as parameter to ntptEventTag, using the ntptAddPair and ntptDropPair helper functions as necessary. Here’s what I mean:

Using NetInsight to track Flash is little more complicated. First you want to make sure the Flash is published with support for FSCommands. Talk to the geeks to find out. Then, add the Unica Page Tag to the HTML container. Now add the Unica FSCommand command handler logic to HTML. Check it out:

NetInsight enables tagging RIA in FLASH FLEX. First, call the ntptEventTag API function through fscommands. Pass extra event value information as parameter to ntptEventTag. If you want, you can use the ntptAddPair and ntptDropPair helper functions through fscommands. Here’s an example:


So there you have a few examples of measuring events and RIA using various methods in free and not-so-free software. Advanced web analytics stuff isn’t magic, it’s just the application of interdisciplinary concepts in action look magical.

To less technical web analysts, all the code may read like science fiction runes and hieroglyphics, but study up on this event tracking stuff for awhile. Ask questions to your geeky friends and colleagues. Contact your vendor (they all should be able to do something like this). Make event tracking and (and event pathing!) part of your web analytics practice and process. Use the data to reconcile engagement measures, understand content effectiveness, and drive user experience and strategy in the Web 2.0 world.

More Stories By Judah Phillips

Judah Phillips is Director of Web Analytics for Reed Business Information. He is an experienced web analytics practitioner and Internet expert who thrives on all this technology stuff and music, food, wine, and art too. He is an active member of the Boston Internet and non-profit communities.

Comments (3) View Comments

Share your thoughts on this story.

Add your comment
You must be signed in to add a comment. Sign-in | Register

In accordance with our Comment Policy, we encourage comments that are on topic, relevant and to-the-point. We will remove comments that include profanity, personal attacks, racial slurs, threats of violence, or other inappropriate material that violates our Terms and Conditions, and will block users who make repeated violations. We ask all readers to expect diversity of opinion and to treat one another with dignity and respect.


Most Recent Comments
Georges 02/29/08 01:56:39 PM EST

Interresting article. Where do you enable "events" in Google Analytics? http://code.google.com/apis/analytics/docs/eventTrackerOverview.html says it's only available to Beta participants.

andy beard 01/28/08 03:20:25 PM EST

A few days ago on my Wordpress Plugins site, I updated to Wordpress 2.04 (from 1.5.2) and switched to using UTW for tagging rather than Taggerati.

Taggerati and UTW have slightly different functionality. 2.04 is supported by both, but Taggerati isn't really being updated. I am going to miss a couple of the inline tags I could use when posting using a desktop application, but longterm support I hope is more likely with UTW.

I now have a partial implementation on the site, but I don't have all the pages tagged. I also don't have what was a key feature of the previous setup, a large tag cloud at the top of the page.

Total page views currently are down 75%, based on data over 5 days. There is a huge difference between 2000 page views and 400 over a 5 day period.

streght44 01/28/08 02:13:55 PM EST

So there ARE web analytic in the RIA era, it's not the end of the world?