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
Productivity AppsJava App Servers
Last Comment
Sachin Parab
8/22/2022 - Mon
sweetfa2
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.
HalRau
ASKER
sweetfa2 The client would like to view these via their Google Analytics account. Would your scheem work for that?
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.
Add an onclick method for the object tag. When the file is selected update a counter value for that particular mp3 file.