Skip to content

Commit

Permalink
update analytics plugins player version to 4.25.27
Browse files Browse the repository at this point in the history
  • Loading branch information
QA Tools - Alfred Jenkins committed Jul 12, 2018
1 parent 35250c6 commit d1e48cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/plugins/conviva.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var ConvivaAnalyticsPlugin = function(framework)
var id;

var OOYALA_PLAYER_VENDOR = "Ooyala";
var OOYALA_PLAYER_VERSION = "";
var OOYALA_PLAYER_VERSION = "4.25.27";

var currentConvivaSessionKey = null;
var streamUrl = null;
Expand Down
2 changes: 1 addition & 1 deletion js/plugins/omniture.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var OmnitureAnalyticsPlugin = function (framework)
var id;

var OOYALA_PLAYER_NAME = "Ooyala V4";
var OOYALA_PLAYER_VERSION = "";
var OOYALA_PLAYER_VERSION = "4.25.27";

var playerDelegate = new OoyalaPlayerDelegate();
var vpPlugin = null;
Expand Down

0 comments on commit d1e48cf

Please sign in to comment.