Conviva analytics is configured through the plugins config property when TOP is being initialized via createAndInitPlayer.
Configure Conviva analytics (see example):
var player = TOP.createAndInitPlayer({
config : {
plugins : [
{
kind : 'top.plugins.conviva',
metadata : {
customerKey : '<your key>',
applicationName: '<your app name>'
}
}
]
}
});Once TOP is initialized and ready, Conviva can start sending player analytics data.
See Conviva Options for more on available Conviva configuration.