etracker-coit
v1.0.13
Published
loads the tracklet from etracker
Downloads
3
Readme
#decisionHelper
decisionHelper -- a web analytics helper tool
SYNOPSIS
This tool helps you load the web analytics tracking tool and provides basic functionality for custom tracking events.
IMPORTANT
In order to use this tool, you need to place a script tag in your web page containing the etracker secure code:
<script type="text/javascript" data-etracker-code="my-tracking-code"></script>
Super Easy Usage
Just include the module in your webpage and create an instance of it:
var tracklet = new tracklet();
tracklet.bootstrap();
document.getElementById('myButton').addEventListener('click', tracklet.sendClickEvent('My Button', 'was clicked'));