22Oct/09Off
New Feature: Send custom events from client-side Javascript
Now you can send your own "events" to our server, based upon anything at all, using client-side Javascript that never even touches your servers. Events are automatically associated with the visitor, form data, campaigns, etc..
Events have a "name" (which you define on the fly) which groups them by type. This also gives the web interface a handle for filters and views.
Events also have key/value pair (which you define on the fly) with whatever data you want to collect. It works like form field data.
Instructions for how to sent events can be found in the admin "install" tab.
Enjoy!