I am using the embed tag to play sound clips to users on one of my pages. It looks something like:
<EMBED src='my_soundfile.wav' type='audio/wav'
controls='smallconsole' autostart='false'
onClick="_gaq.push(['_trackEvent', 'Audio', 'Play', 'my_soundfile.wav']);">
</EMBED>
When I check Google Analytics (after 24 hrs.), nothing is showing up. Am I doing something incorrectly?
Thanks.
I think quicktime is capturing the click events, if you replace your
with
you will see that id doesn’t work either.