Skip to content
hikirsch edited this page Sep 14, 2010 · 15 revisions

Please note that TrackIt does not replace your anaytics providers code but is designed to work in conjunction with. For example, Omniture supplies “s_code.js”, this file must be included on the page in order for reporting to still occur with Omniture.

There are primarily three steps you will need to do follow before you can actually start tracking. An instance is created based on a module and data.

To Get Started, follow these steps below:
1) Download and include latest version (minified and dev versions are available in the deploy folder)

<script type=“text/javascript” href=“/js/jquery-1.4.2.min.js”></script>
<script type=“text/javascript” href=“/js/jquery.trackit-x.×.×.min.js”></script>

2) Setup the data. This can be with either JSON or XML. Examples for both XML and JSON.

3) Create the TrackIt Instance.

Once you have followed these steps, you may now start calling the track() method on the instance or assign a trackKey attribute to a DOM element. See TrackIt - Fire Events.