This is the abstract analytic plugin for the IMA.js application. You can find the IMA.js skeleton application at https://github.com/seznam/IMA.js-skeleton or visit our site imajs.io.
npm install ima-plugin-analytic --save
// /app/build.js
var vendors = {
common: [
'ima-plugin-analytic'
]
};
/*
Now is the analytic plugin available as:
import { events as AnalyticEvents, AbstractAnalytic } from 'ima-plugin-analytic';
*/