Conviva Analytics

Conviva analytics is configured through the plugins config property when TOP is being initialized via createAndInitPlayer.

How To

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.

Configuration

See Conviva Options for more on available Conviva configuration.