SDK Installation
Android Native

Tracking Events on Android

2min

Tracking Events

Once you integrate the SDK, Cooee will automatically start tracking events. You can view the collected events in System Events. Apart from these, you must track Mandatory Events as well per your app domain which is defined in this document.

The event must be tracked once your screen(Activity) is fully loaded.

The following example demonstrates a View Item event.

Java
Kotlin


Important!

  • Do not add . (dot) in event property key string.
  • Do not start the event name with CE