
Google Analytics
can you please help
I am tyrying to implement ga in my jwplayer 7
when I try this the player does not load
<script type="text/javascript">
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file:'/streams/HTVG_2.mp4',
image:'http://www.xxxxxxx.com/graphic/black.jpg',
ga('create', 'xxxxxxxxxxx', 'auto');
width: 620,
height: 380,
title: 'Basic Video Embed',
description: 'A video with a basic title and description!'
});
It loads when I remove it
what is the right way to implement this
many thanks