You are here: Home Plone products collective.piwik.flowplayer

collective.piwik.flowplayer (0.3)

1
by Olha Pelishok last modified 2011-02-15
0.0
0.0
0.0
0.0
Released on 2011-02-11 by Dimitris Moraitis for Plone 4.0 under GPL - GNU General Public License available for All platforms.
Software development stage: development
Analytics support for flowplayer using the Piwik open source analytics platform.

collective.piwik.flowplayer displays a video play counter in Plone sites that use flowplayer.

The Piwik open source analytics system is used to store the usage data.

Works both with and without collective.transcode.star

How to get it working

  • You need to have access to a working Piwik installation. Create a new site in the Piwik admin UI and provide the view permission to anonymous users.
  • Add the Piwik Tracking Tag to Javascript web stats support field at <SITEURL>/@@site-controlpanel
  • You need to make a small change at the tracking tag adding the line "var site_id = X;", replacing X with your Piwik site_id For example, if in the Piwik code you have: var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 6); then site_id = 6 in your case

If you do the above a viewlet should appear on top of flowplayer displaying the number of views of each video.

Document Actions
Powered by Plone