usagetracker
Pings the server when any of the configured events occur.
Description
A configurable event-based usage tracker. When Events fire, the currect state is sent with an ajax GET to the configured logUrl.
Bundle configuration
"conf": {
  "logUrl" : "http://localhost:8080/logger",
  "events" : ["AfterMapMoveEvent",
            "AfterMapLayerAddEvent",
            "AfterMapLayerRemoveEvent",
            "MapLayerVisibilityChangedEvent"]
}Events the bundle listens to
This bundle listen to all configured events. No events by default.
Dependencies
| Dependency | Linked from | Purpose | 
|---|---|---|
| jQuery | Linked in portal theme | Used to create the component UI from begin to end |