Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

How can I measure view duration with Jwplayer 6.9 and Google Analytics?


I've got jwplayer 6.9 in place, with the basic ga{} setup. I can see the Play and Complete events being pushed to GA, but I really need to alse be able to tell the duration of the views. There appears to be a built-in "custom dimension" in GA for "Video Watch Duration". Is there a standard/known way to get jwplayer to feed that info to GA?

3 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

You can use our JavaScript API to track any custom events to GA (for example, a video completes using onComplete).

Reference – http://www.jwplayer.com/blog/analyze-this-use-jw-players-api-with-google-analytics/

matt

User  
0 rated :

Yeah, I've read through all of this, and generally get the concept, but I'm not sure what it is I'd push and when to track duration of play, in particular for live streams.

Ethan Feldman

JW Player Support Agent  
0 rated :

Well live streams don’t have a duration.

You can use getDuration() , though.

This question has received the maximum number of answers.