1.0.13 • Published 8 years ago

etracker-coit v1.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

#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'));
1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago