I'm using version 3.1.5 fromhttp://flowplayer.org/plugins/flash/analytics.html. Is there a way to customize the values that are tracked?
Instead of the calls to Google being:
can the 1st and 3rd values be passed in like:
Something similar to the way its done onhttp://flowplayer.org/demos/events/google-analytics.html by using some of the 'clip' values.
Instead of the calls to Google being:
trackEvent( host:http://www.example.com/video.html, start,http://www.example.com/video.flv, 0 )
can the 1st and 3rd values be passed in like:
trackEvent( My Own Category, start, My Video Title, 0 )
Something similar to the way its done onhttp://flowplayer.org/demos/events/google-analytics.html by using some of the 'clip' values.