This content has been marked as final.
Show 2 replies
-
1. Re: Using google analytics to track action on my flash site
Ned Murphy Aug 7, 2009 5:18 PM (in response to BearHNC)I have zero familiarity with Google analytics and that code, but it is actionscript code that would go inside the Flash file. What you might do is make that code into a function unto itself...
function alertTracker():Void
- {
getURL("javascript:urchinTracker('/home/indexLegacy');");
}and then call that function from whatever or whenever you please, such as when buttons get clicked or when a section is entered or whatever activity that you want to have trigger it does so.
-
2. Re: Using google analytics to track action on my flash site
webqaflash Aug 7, 2009 9:00 PM (in response to Ned Murphy)function alertTracker():Void
- {
getURL("javascript:urchinTracker('/home/indexLegacy');");
}When using this you should have a javascript function "urchinTracker"Which will carry the rest actions.



