dias67
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help tracking outgoing swf clicks using google analytics.Forum: Plugins
In reply to: WP Audioplayer and Google Analytics ?I’ve tried with this solution, but it’s not clear…
http://ww.wp.xz.cn/support/topic/287677?replies=12#post-1514743Here is my code:
a href=”#” onClick=”pageTracker._trackEvent(‘Outgoinglinks’, ‘ExitClick’, ‘mytrack1’);”
[audio:http://mywebsite/mytrack1.mp3%5D
/aSomething happen with GA, but on Safari I get the: “you haven’t installed the Javascript”, and I use it on my website for another application…and it works…so I don’t know where the problem is ?
Forum: Fixing WordPress
In reply to: Help tracking outgoing swf clicks using google analytics.To Jamesb4551
Ok, sorry, I didn’t knew it was like:
a href=”javascript:;”I get the same result: ok on firefox, but not on Safari.
Have you solved the problem ?
Thanks
Forum: Fixing WordPress
In reply to: Help tracking outgoing swf clicks using google analytics.To jamesb4551
Don’t you think a href=”#” is an anchor that sends you to the top of the page ?Forum: Plugins
In reply to: WP Audioplayer and Google Analytics ?Hi Funkphenomenon,
Thank you for your quick answer.
Of course this could work like a charm if I had the .fla file (the native flash movie document).
But WP audioplayer is a compiled file .swf, so I can’t use Flash Action Script to achieve my purpose.
There is only a php file…audio-player.php with all the variables sent to flash.But I will check if there is a possibility to add an “event listener” on Google Analytics, so that “on click” it will count the numbers of click. This generally works with image click, so it “might” work with a movie too…if so I will come back to tell you how I’ve done it.
If you have other directions, feel free to tell me !Thank you