Akamai Analytics

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

How To

Configure Akamai analytics (see example):

var player = TOP.createAndInitPlayer({
    config : {
        plugins : [
            {
                kind : "top.plugins.akamaiAnalytics",
                metadata : {
                    csmaConfigPath : "<your config xml>"
                }
            }
        ]
    }
});

Once TOP is initialized and ready, Akamai can start sending player analytics data.

Debug

View Akamai's Plugin Integration Diagnoser pop up by appending the following query string to the example url:

?AkamaiAnalytics_debug=1