Hi,
I have the gapro-2 plugin in the following page but it is not tracking any events - http://www.begbies-traynorgroup.com/begbies-traynor/
The site has 2 analytics accounts in use, and uses the Traditional style.
The embedder code is:
jwplayer('flashcontent').setup(
{
'flashplayer': '/includes/SWF/player.swf',
'file': ' /includes/Videos/redflag_video.flv',
'image': ' /includes/Videos/redflag_video.jpg',
'frontcolor': 'ffffff',
'lightcolor': 'cc9900',
'screencolor': '000000',
'skin': '/Includes/JS/JW_Player/rana.zip',
'controlbar': 'bottom',
'stretching': 'fill',
'width': '426',
'height': '273',
'plugins':
{
'gapro-2':
{
'trackingobject': "begbiesGlobal1",
'tracktime': true,
'trackstarts': true,
'trackpercentage': true,
'idstring': "||redflag||"
}
}
}); Any ideas what the problem is? I've checked in Firebug and fiddler and no events are sent.
Many thanks,
Ben
It looks like you still need to tell the plugin to which tracking code to send events.
Search for _gaq.push in the gapro-2 user guide.