
Google Analytics - custom label instead of video url
I'd like to pass my video's real title instead of the video URL as the event label in google analytics.
This is what I'm using, but I dont see anything good in the debugger.
I only see the basic JW Player analytics in the debugger:
Running command: ga("send", "event", "JW Player Video", "Play", "http://store.thoracic.org/product/rtmp:/sadasdsdsad.cloudfront.net/cfx/st/mp4:my_vids/2016/previews/preview_13745.mp4")
I don't see my idstring/label getting passed to GA.
How can I get my custom event label passed to GA?