leidatatist

4pods

DatatistTracker

The DatatistTracker is an Objective-C framework (iOS and OSX) for sending analytics to a Datatist server.

Datatist server is a downloadable, Free/Libre (GPLv3 licensed) real time web analytics software, http://datatist.org. This framework implements the Datatist tracking REST API http://datatist.org/docs/tracking-api/reference.

###How does it work

  1. Create and configure the tracker
  2. Track screen views, events, errors, social interaction, search, goals and more
  3. Let the SDK dispatch events to the Datatist server automatically, or dispatch events manually

All events are persisted locally in Core Data until they are dispatched and successfully received by the Datatist server.

All methods are asynchronous and will return immediately.

License: Unknown

  • Objective C