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 • 485 B
JavaScript
//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 klarnaCheckout } from "./lib/klarnaCheckout";
//export { default as kudakeru } from "./lib/kudakeru";
export { default } from "./lib/MeasurementFramework";
//export { default as userTrail } from "./lib/userTrail";