Link to home
Start Free TrialLog in
Avatar of HalRau
HalRau

asked on

tracking Flash event using Google Analytics or jQuery

I have a number of mp3 files on a client's page. The client would like to track these events. The code to play one of the events is attached. The others are identical except for the filename. I have tried to track these with Google Analytics asynchronous code and also jQuery without accurate results. I am looking for specific code examples that would accurately track each time a file is played by filename.
Thanks for your help
Avatar of sweetfa2
sweetfa2
Flag of Australia image

You could monitor the access log on the server.  It will give you real counts of access to files.

Add an onclick method for the object tag.  When the file is selected update a counter value for that particular mp3 file.
Avatar of HalRau
HalRau

ASKER

sweetfa2 The client would like to view these via their Google Analytics account. Would your scheem work for that?
ASKER CERTIFIED SOLUTION
Avatar of sweetfa2
sweetfa2
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This question has been classified as abandoned and is being closed as part of the Cleanup Program. See my comment at the end of the question for more details.