@findify/analytics-dom
v0.4.15
Published
Findify analytics DOM bindings
Downloads
175
Keywords
Readme
@findify/analytics-dom
Overview
Findify Analytics DOM is a library that allows automatic tracking of events and data collection on the page in the Browser that is required by our ML platform. The API of the library is the same as @findify/analytics, the only difference is that this library listens for document.ready state and collects data that exists on the current page.
Installation
Install the analytics package using npm:
npm install @findify/analytics-dom --save
or yarn
yarn add @findify/analytics-dom
License
MIT