The Mono tracking API allows you to use your own provider for tracking. To add your own provider use the _monoTracker.addTracker() method provided by the JavaScript tracking API. This method takes a function as its argument, and this function will be called for all default events and any custom events added (as described in section 2). An example looks like:

On every event a alert box will show with a message telling which action was triggered.

A real world example for adding Google Analytics looks like this:

This automatically adds Google Analytics for all elements with tracking set up.