Analytics

Info
An easy way to track installs and other events.

It’s the best method for effective analytics and reporting features use.

After SDK is initialized, analytics is enabled by default.


You can use analytics to track installs (install and screen view is collected by default) and other events. To add other event to analytics use:

    OcambaHoood.sessionEvent(String key);

NOTE: set “key” to specific string.


If you want to disable analytics in the application class add:

    OcambaHoood.analytics(false).init();
On This Page