nginadofficial / open-video-ads

Automatically exported from code.google.com/p/open-video-ads
2 stars 3 forks source link

gapro plugin for jwplayer (google analytics) #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think i've found a problem with one of the jwplayer plugins, there is a
google analytics plugin which allows stats to be gathered about individual
video plays, you have to add the following:
so.addVariable('plugins', 'gapro-1');
so.addVariable('gapro.accountid', 'UA-5107121-1');
so.addVariable('gapro.trackstarts', 'true');
so.addVariable('gapro.trackpercentage', 'true');
so.addVariable('gapro.tracktime', 'true');

but when i add these, i'm not collecting stats in google analytics, here is
my string to call

<embed 
id="ply"
type="application/x-shockwave-flash"
src="http://www.golf-finder.net/mediaplayer/JW25/dist/4.5.swf" 
data="http://www.golf-finder.net/mediaplayer/JW25/dist/4.5.swf"  
width="665"
height="400"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="autostart=true&height=400&width=665&plugins=http://www.golf-finder.ne
t/mediaplayer/JW25/dist/OpenAdStreamer.swf&gapro-1&config=http://www.golf-finder
.net/mediaplayer/JW25/examples/config/tipoftheweek.xml&skin=http://www.golf-find
er.net/mediaplayer/JW25/dist/bekle.swf&backcolor=000000&frontcolor=60AC00&lightc
olor=3399ff&controlbar=over&volume=80&stretching=fill&gapro.accountid=UA-5107121
-1&gapro.trackstarts=true&gapro.trackpercentage=true&gapro.tracktime=true&aboutt
ext=Golf-finder.net&aboutlink=http://www.golf-finder.net"
/>

Original issue reported on code.google.com by golffind...@googlemail.com on 12 Dec 2009 at 12:10

GoogleCodeExporter commented 9 years ago
There is a similar problem with a FlowPlayer plugin called GATracker. however, 
its 
hard to know what could be causing this, but I would say its some kind of 
plugin/conflict over events and the way Ad Streamer captures them and now 
allowing 
other plugins to listen to them.

Original comment by jalt...@gmail.com on 23 Dec 2009 at 12:16

GoogleCodeExporter commented 9 years ago
Investigating to resolve in this next release...

Original comment by paul.sch...@gmail.com on 19 Feb 2010 at 11:55

GoogleCodeExporter commented 9 years ago
Added a test case for FP with the GATracker plugin with 0.5.0 RC2. Can confirm 
that GATracker is working 
properly with OVA - both the ad and show stream have metrics recorded. Cannot 
seem to reproduce for FP.

Moving on to sort the issue reported with JW google analytics collection.

Original comment by paul.sch...@gmail.com on 4 Apr 2010 at 8:39

GoogleCodeExporter commented 9 years ago
In process.. 

Original comment by paul.sch...@gmail.com on 20 Apr 2010 at 10:21

GoogleCodeExporter commented 9 years ago
Just tested the JW gapro plugin with OVA on the OAS 5.x build and the google 
analytics calls are being made 
when the streams play, but pause/resume doesn't trigger a GA call. I removed 
the OVA OAS plugin and got the 
same result, so I assume there's some type of issue with the gapro plugin on 
this with 5.x - i'll test with 4.x, but 
I'm confident that there is nothing about the OAS interfering with the gapro 
plugin. Will not close until 4.x is 
tested to confirm. 

Original comment by paul.sch...@gmail.com on 21 Apr 2010 at 5:08

GoogleCodeExporter commented 9 years ago
Closing - tests confirm that gapro is working as expected with the OAS.

Original comment by paul.sch...@gmail.com on 23 Apr 2010 at 7:43