UNPKG

measurement-framework

Version:

Collection of Javascript code to implement a browser based measurement system for websites. It uses a cookie to store a users action on a webpage and let you map thoose actions to a particular state in the user journey.

8 lines 451 B
export {default as ajaxComplete} from "./lib/ajaxComplete" export {default as domReady} from "./lib/domReady" export {default as clientIdSetter} from "./lib/clientIdSetter" export {default as contentEngaged} from "./lib/contentEngaged" export {default as userTrail} from "./lib/userTrail" export {default as customTask} from "./lib/customTask" export {default as sendHitTask} from "./lib/sendHitTask" export {default} from "./lib/MeasurementFramework"