Skip to content

TrackIt Instance Overview

hikirsch edited this page Sep 14, 2010 · 3 revisions

The TrackIt constructor takes in 2 arguments.

  1. TrackIt Module, (e.g. Omniture or Google Analytics). Currently, only supports the strings “Omniture” and “GoogleAnalytics”.
  2. TrackIt Options. These options are extensive and would contain the data source for your data.
var options = { /* your options */ };
var omniture_tracker = new $.TrackIt("omniture", options);

Here are other various examples that you may look at to help you determine what kind of options you may need.