Track Event
call records a single user action. We call these โeventsโ. We recommend that you make your event names human-readable, so that everyone can know what they mean instantly.addAction
SDK interface as below. addAction
interface sends an Action
object to Gameball. Where the Action
object is a wrapper holding a single or list of events. To add an event you should use the addEvent
method on the Action
object you have created.eventName
metadata
key
and object
value. Possible data types for a value are integers, numbers, strings